From 4a62b990bdd0a103ba04d02731f0905708eb29c6 Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Tue, 14 Feb 2017 15:32:02 -0500 Subject: [PATCH] Countdown Widget Styles + Fix for images in mobile tables --- css/sherman-black.css | 203 ++++++++++++++++++++++++++++ css/sherman-blue.css | 203 ++++++++++++++++++++++++++++ css/sherman-brightyellow.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-green.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-grey.css | 203 ++++++++++++++++++++++++++++ css/sherman-hotpink.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-huntergreen.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-lavender.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-orange.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-pink.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-purple.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-red.css | 203 ++++++++++++++++++++++++++++ css/sherman-redorange.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-skyblue.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-teal.css | 254 +++++++++++++++++++++++++++++++++++ css/sherman-yellow.css | 254 +++++++++++++++++++++++++++++++++++ sass/_sherman-common.scss | 4 +- 17 files changed, 3862 insertions(+), 2 deletions(-) diff --git a/css/sherman-black.css b/css/sherman-black.css index 8f4e458..16a51cb 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -7934,6 +7934,45 @@ button.close { .home #content .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8335,6 +8374,45 @@ button.close { .home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #page-sidebar { /* Make sure select elements fit in widgets */ @@ -8733,6 +8811,45 @@ button.close { #page-sidebar .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .subpage { /* Make sure select elements fit in widgets */ @@ -9135,6 +9252,45 @@ button.close { .subpage .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} img { height: auto; @@ -9594,6 +9750,14 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10479,6 +10643,45 @@ body.sticky .ie8 #footers { #mega-footer .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #footer { padding: 1.5em 0; diff --git a/css/sherman-blue.css b/css/sherman-blue.css index c0463cc..5b2e8ad 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -7934,6 +7934,45 @@ button.close { .home #content .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8335,6 +8374,45 @@ button.close { .home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #page-sidebar { /* Make sure select elements fit in widgets */ @@ -8733,6 +8811,45 @@ button.close { #page-sidebar .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .subpage { /* Make sure select elements fit in widgets */ @@ -9135,6 +9252,45 @@ button.close { .subpage .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} img { height: auto; @@ -9594,6 +9750,14 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10479,6 +10643,45 @@ body.sticky .ie8 #footers { #mega-footer .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #footer { padding: 1.5em 0; diff --git a/css/sherman-brightyellow.css b/css/sherman-brightyellow.css index ca46627..716bccb 100644 --- a/css/sherman-brightyellow.css +++ b/css/sherman-brightyellow.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-green.css b/css/sherman-green.css index 7cddb51..8376673 100644 --- a/css/sherman-green.css +++ b/css/sherman-green.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-grey.css b/css/sherman-grey.css index 7a7b966..ef1c488 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -7943,6 +7943,45 @@ button.close { .home #content .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8344,6 +8383,45 @@ button.close { .home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #page-sidebar { /* Make sure select elements fit in widgets */ @@ -8742,6 +8820,45 @@ button.close { #page-sidebar .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .subpage { /* Make sure select elements fit in widgets */ @@ -9144,6 +9261,45 @@ button.close { .subpage .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} img { height: auto; @@ -9603,6 +9759,14 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10488,6 +10652,45 @@ body.sticky .ie8 #footers { #mega-footer .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #footer { padding: 1.5em 0; diff --git a/css/sherman-hotpink.css b/css/sherman-hotpink.css index ca0c971..f5e9e24 100644 --- a/css/sherman-hotpink.css +++ b/css/sherman-hotpink.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-huntergreen.css b/css/sherman-huntergreen.css index a4c5895..c7e9cd1 100644 --- a/css/sherman-huntergreen.css +++ b/css/sherman-huntergreen.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-lavender.css b/css/sherman-lavender.css index d4970d0..fccdf37 100644 --- a/css/sherman-lavender.css +++ b/css/sherman-lavender.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-orange.css b/css/sherman-orange.css index 3db99fa..1f802e7 100644 --- a/css/sherman-orange.css +++ b/css/sherman-orange.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-pink.css b/css/sherman-pink.css index f898127..d024b82 100644 --- a/css/sherman-pink.css +++ b/css/sherman-pink.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: #b6b6b6; diff --git a/css/sherman-purple.css b/css/sherman-purple.css index 07548ac..e2d8f5a 100644 --- a/css/sherman-purple.css +++ b/css/sherman-purple.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-red.css b/css/sherman-red.css index 1b999a1..1b11618 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -7934,6 +7934,45 @@ button.close { .home #content .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8335,6 +8374,45 @@ button.close { .home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #page-sidebar { /* Make sure select elements fit in widgets */ @@ -8733,6 +8811,45 @@ button.close { #page-sidebar .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} .subpage { /* Make sure select elements fit in widgets */ @@ -9135,6 +9252,45 @@ button.close { .subpage .widget.widget_siteorigin-panels-postloop .post { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} img { height: auto; @@ -9594,6 +9750,14 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10479,6 +10643,45 @@ body.sticky .ie8 #footers { #mega-footer .widget.widget_siteorigin-panels-postloop .post { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} #footer { padding: 1.5em 0; diff --git a/css/sherman-redorange.css b/css/sherman-redorange.css index dc6b5d2..2224393 100644 --- a/css/sherman-redorange.css +++ b/css/sherman-redorange.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-skyblue.css b/css/sherman-skyblue.css index 2b041fb..e7e4514 100644 --- a/css/sherman-skyblue.css +++ b/css/sherman-skyblue.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-teal.css b/css/sherman-teal.css index 71a1aa0..97156ad 100644 --- a/css/sherman-teal.css +++ b/css/sherman-teal.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/css/sherman-yellow.css b/css/sherman-yellow.css index 9722793..d3b3e00 100644 --- a/css/sherman-yellow.css +++ b/css/sherman-yellow.css @@ -8440,6 +8440,55 @@ button.close { padding: 1em; } +.home #content .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .home #content .panel-grid { /* Make sure select elements fit in widgets */ } @@ -8932,6 +8981,55 @@ button.close { padding: 0; } +.home #content .panel-grid .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.home #content .panel-grid .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.home #content .panel-grid .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #page-sidebar { /* Make sure select elements fit in widgets */ } @@ -9419,6 +9517,55 @@ button.close { padding: 1em; } +#page-sidebar .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#page-sidebar .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#page-sidebar .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#page-sidebar .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + .subpage { /* Make sure select elements fit in widgets */ } @@ -9911,6 +10058,55 @@ button.close { padding: 0; } +.subpage .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.subpage .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +.subpage .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +.subpage .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +.subpage .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +.subpage .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + img { height: auto; max-width: 100%; @@ -10465,6 +10661,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11479,6 +11684,55 @@ body.sticky .ie8 #footers { padding: 1em; } +#mega-footer .widget.widget_count_down_widget { + background-color: #dedede; + padding: 15px 18px; + border: 1px solid #ccc; + border-radius: 6px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top { + position: relative; + min-height: 50px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap { + position: absolute; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days { + font-size: 35px; + font-weight: 700; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap { + margin-left: 48px; + margin-top: 14px; + margin-bottom: 10px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil { + font-size: 16px; +} + +#mega-footer .widget.widget_count_down_widget .countdown-bottom { + font-size: 12px; + color: rgba(0, 0, 0, 0.4); +} + +#mega-footer .widget.widget_count_down_widget .glyphicon-new-window { + display: none; +} + +#mega-footer .widget.widget_count_down_widget a { + text-decoration: none !important; + color: black; +} + +#mega-footer .widget.widget_count_down_widget a:hover { + color: #388ac3; +} + #footer { padding: 1.5em 0; color: rgba(255, 255, 255, 0.7); diff --git a/sass/_sherman-common.scss b/sass/_sherman-common.scss index 016a932..b26fa89 100644 --- a/sass/_sherman-common.scss +++ b/sass/_sherman-common.scss @@ -706,7 +706,7 @@ table .external .glyphicon-new-window { } #footers { * { - background-color:#333!important; + background-color:#333!important; color:white!important; } a { @@ -789,7 +789,7 @@ Breadcrumbs margin-top:13px; } - #page-page-builder-cards .breadcrumb { + #page-page-builder-cards .breadcrumb { margin-bottom:20px; }