.lSSlideOuter {
position: relative;
}
.lightSlider {
height: 0;
overflow: hidden; -webkit-transition: height 0.8s linear;
-moz-transition: height 0.8s linear;
-o-transition: height 0.8s linear;
transition: height 0.8s linear;
}
.lightSlider .style-light {
color: var(--hoot-textstyle-light);
}
.lightSlider .style-light h1, .lightSlider .style-light h2, .lightSlider .style-light h3, .lightSlider .style-light h4, .lightSlider .style-light h5, .lightSlider .style-light h6, .lightSlider .style-light a {
color: inherit;
}
.lightSlider .style-dark {
color: var(--hoot-textstyle-dark);
}
.lightSlider .style-dark h1, .lightSlider .style-dark h2, .lightSlider .style-dark h3, .lightSlider .style-dark h4, .lightSlider .style-dark h5, .lightSlider .style-dark h6 {
color: inherit;
}
.lightSlider .style-light-on-dark .hootkitslide-text {
padding: 10px 12px 10px 18px;
color: var(--hoot-textstyle-light);
background: var(--hoot-textstyle-darkbg);
}
.lightSlider .style-light-on-dark .hootkitslide-text h1, .lightSlider .style-light-on-dark .hootkitslide-text h2, .lightSlider .style-light-on-dark .hootkitslide-text h3, .lightSlider .style-light-on-dark .hootkitslide-text h4, .lightSlider .style-light-on-dark .hootkitslide-text h5, .lightSlider .style-light-on-dark .hootkitslide-text h6, .lightSlider .style-light-on-dark .hootkitslide-text a, .lightSlider .style-light-on-dark .hootkitslide-text .hootkitslide-subtitle {
color: inherit;
}
.lightSlider .style-light-on-dark .hootkitslide-text a {
text-decoration: underline;
}
.lightSlider .wrap-light-on-dark a.hootkitslide-button {
color: var(--hoot-textstyle-light);
background: var(--hoot-textstyle-darkbg);
margin: 0;
padding: 2px 15px;
display: block;
border-color: transparent;
}
.lightSlider .wrap-light-on-dark a.hootkitslide-button:hover {
background: var(--hoot-accentfont);
color: var(--hoot-accentcolor);
border-color: var(--hoot-accentcolor);
}
.lightSlider .style-dark-on-light .hootkitslide-text {
padding: 10px 12px 10px 18px;
color: var(--hoot-textstyle-dark);
background: var(--hoot-textstyle-lightbg);
}
.lightSlider .style-dark-on-light .hootkitslide-text h1, .lightSlider .style-dark-on-light .hootkitslide-text h2, .lightSlider .style-dark-on-light .hootkitslide-text h3, .lightSlider .style-dark-on-light .hootkitslide-text h4, .lightSlider .style-dark-on-light .hootkitslide-text h5, .lightSlider .style-dark-on-light .hootkitslide-text h6, .lightSlider .style-dark-on-light .hootkitslide-text a, .lightSlider .style-dark-on-light .hootkitslide-text .hootkitslide-subtitle {
color: inherit;
}
.lightSlider .style-dark-on-light .hootkitslide-text a {
text-decoration: underline;
}
.lightSlider .wrap-dark-on-light a.hootkitslide-button {
color: var(--hoot-textstyle-dark);
background: var(--hoot-textstyle-lightbg);
margin: 0;
padding: 2px 15px;
display: block;
border-color: transparent;
}
.lightSlider .wrap-dark-on-light a.hootkitslide-button:hover {
background: var(--hoot-accentfont);
color: var(--hoot-accentcolor);
border-color: var(--hoot-accentcolor);
}
.lightSlider .hootkitslide-head, .lightSlider .hootkitslide-text {
margin: 2px 0;
}
.lightSlider .wrap-light-on-dark .hootkitslide-head, .lightSlider .wrap-dark-on-light .hootkitslide-head {
color: var(--hoot-accentfont);
background: var(--hoot-accentcolor);
padding: 10px 12px 10px 18px;
}
.lightSlider li.lightSlide {
padding: 0;
margin: 0;
}
ul.lightSlider, #page-wrapper ul.lightSlider {
margin: 0;
list-style: none;
}
.lSAction > a {
background-image: none;
opacity: 1;
z-index: 101;
top: 0;
bottom: 0;
height: auto;
margin: 0;
display: none;
color: #444;
-webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
-moz-transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
-o-transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}
.lSAction > a:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
vertical-align: middle;
position: absolute;
top: 45%;
font-size: 28px;
}
.lSAction > .lSPrev {
left: 0;
}
.lSAction > .lSPrev:after {
content: "\f053";
left: 6px;
}
.lSAction > .lSNext {
right: 0;
}
.lSAction > .lSNext:after {
content: "\f054";
right: 6px;
}
.lSAction > a:hover {
background-color: rgba(255, 255, 255, 0.5);
}
div.lSAction > a.lSNext, div.lSAction > a.lSNext:hover, div.lSAction > a.lSPrev, div.lSAction > a.lSPrev:hover {
text-decoration: none;
}
.lSSlideWrapper:hover .lSAction > a {
display: block;
}
.lSPager {
position: absolute;
left: 0;
right: 0;
bottom: 10px;
}
.lSPager, .lSPager li, .lSPager a {
line-height: 10px;
}
.lSSlideOuter ul.lSPager.lSpg {
margin-top: 0 !important;
list-style: none outside none;
}
.lSSlideOuter ul.lSPager.lSpg > li {
padding: 2px 5px;
}
.lSSlideOuter ul.lSPager.lSpg > li a {
width: 23px;
height: 8px;
border: solid 1px var(--hoot-accentcolor);
background: none;
}
.lSSlideOuter ul.lSPager.lSpg > li:hover a, .lSSlideOuter ul.lSPager.lSpg > li.active a {
background-color: var(--hoot-accentcolor);
}
.hidearrows .lSSlideOuter .lSAction {
display: none !important;
}
.hidebullets .lSSlideOuter .lSPager {
display: none !important;
} @media only screen and (max-width: 969px) {
.lightSlider .style-light {
background: var(--hoot-textstyle-darkbg);
padding: 10px 15px;
}
.lightSlider .style-dark {
background: var(--hoot-textstyle-lightbg);
padding: 10px 15px;
}
.lSPager {
position: static;
}
.lSSlideOuter ul.lSPager.lSpg > li {
padding: 10px 10px 0 10px;
}
.lSSlideOuter ul.lSPager.lSpg > li a {
width: 30px;
height: 15px;
}
} .hootkitslider-widget {
margin: 0 auto;
}
.hootkitslide {
cursor: -webkit-grab;
cursor: -moz-grabbing;
cursor: grab;
position: relative;
}
.hootkitslide img {
width: 100%;
}
.hootkitslide-content {
position: absolute;
bottom: 10%;
left: 0;
margin: 0 50px;
max-width: 480px;
}
.hootkitslide-caption h1, .hootkitslide-caption h2, .hootkitslide-caption h3, .hootkitslide-caption h4, .hootkitslide-caption h5, .hootkitslide-caption h6 {
font-size: var(--hoot-h3-size);
margin: 2px 0;
}
.hootkitslide-caption h1, .hootkitslide-caption h2, .hootkitslide-caption h3, .hootkitslide-caption h4, .hootkitslide-caption h5, .hootkitslide-caption h6, .hootkitslide-caption p, .hootkitslide-caption a, .hootkitslide-caption div, .hootkitslide-caption span {
color: inherit;
}
.hootkitslide-caption p, .hootkitslide-caption .hootkitslide-subtitle {
margin: 2px 0;
}
.hootkitslide-caption .hootkitslide-subtitle {
color: var(--hoot-accentcolor);
font-size: var(--hoot-h5-size);
}
.hootkitslide-button {
margin-top: 15px;
}
.slider-style3 { }
.slider-style3 .lSSlideOuter .lSAction {
position: absolute;
top: 5px;
right: 5px;
}
.slider-style3 .lSSlideOuter .lSAction > a {
text-align: center;
background: rgba(255, 255, 255, 0.5);
color: #555;
margin-left: 3px;
box-shadow: 1px 1px 1px 0px #555;
width: 24px;
line-height: 22px;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
.slider-style3 .lSSlideOuter .lSAction > a:hover {
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.slider-style3 .lSSlideOuter:hover .lSAction > a {
display: inline-block;
}
.slider-style3 .lSSlideOuter .lSAction > a:after {
font-size: 13px;
display: inline-block;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
@media only screen and (min-width: 970px) {
.slider-style2 .hootkitslide img {
width: 97%;
margin: 0 auto;
display: block;
}
.slider-style2 .lSSlideWrapper {
max-width: 80%;
position: relative;
left: 10%;
overflow: visible;
}
.slider-style2 .lSAction > a {
display: block;
top: 50%;
bottom: auto;
width: 50px;
height: 50px;
margin-top: -25px;
text-align: center;
}
.slider-style2 .lSAction > a {
background: var(--hoot-accentcolor);
color: var(--hoot-accentfont);
border: solid 1px var(--hoot-accentcolor);
}
.slider-style2 .lSAction > a:hover {
background: var(--hoot-accentfont);
color: var(--hoot-accentcolor);
}
.slider-style2 .lSAction > a:after {
position: static;
line-height: 50px;
}
.slider-style2 .lSAction > .lSPrev {
left: -1.5%;
margin-left: -62px;
}
.slider-style2 .lSAction > .lSNext {
right: -1.5%;
margin-right: -62px;
}
.slider-style2 .hootkitslide-content {
left: 0;
right: 0;
margin: 0 auto;
width: 90%;
max-width: 600px;
text-align: center;
}
.slider-style2 .lslide.active .hootkitslide-content {
bottom: 25px;
}
.slider-style3 { }
.slider-style3 .hootkitslide-content {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
max-width: none;
text-align: center;
padding: 3em 0.5em;
margin-bottom: 6px;
}
.slider-style3 .hootkitslide-content:after {
position: absolute;
bottom: -6px;
left: 0;
right: 0;
content: " ";
display: block;
font: 0/0 a;
height: 6px;
border: none;
margin-left: auto !important;
margin-right: auto !important;
width: 300px;
background: var(--hoot-shadow10);
}
.slider-style3 .hootkitslide-content.wrap-light-on-dark:after, .slider-style3 .hootkitslide-content.wrap-dark-on-light:after {
display: none;
}
.slider-style3 .hootkitslide-caption p {
margin: var(--hoot-small-vmargin) 0;
}
.slider-style3 .hootkitslide-caption p:last-child {
margin-bottom: 0;
}
.slider-style3 .lightSlider .wrap-light-on-dark {
color: var(--hoot-textstyle-light);
background: var(--hoot-textstyle-darkbg);
}
.slider-style3 .lightSlider .wrap-dark-on-light {
color: var(--hoot-textstyle-dark);
background: var(--hoot-textstyle-lightbg);
}
.slider-style3 .lightSlider .wrap-light-on-dark .hootkitslide-text, .slider-style3 .lightSlider .wrap-dark-on-light .hootkitslide-text {
padding: 0;
color: inherit;
background: none;
}
.slider-style3 .lightSlider .wrap-light-on-dark a.hootkitslide-button, .slider-style3 .lightSlider .wrap-dark-on-light a.hootkitslide-button {
display: inline-block;
background: var(--hoot-accentcolor);
color: var(--hoot-accentfont);
border: solid 1px var(--hoot-accentcolor);
}
.slider-style3 .lightSlider .wrap-light-on-dark a.hootkitslide-button:hover, .slider-style3 .lightSlider .wrap-dark-on-light a.hootkitslide-button:hover {
background: var(--hoot-accentfont);
color: var(--hoot-accentcolor);
}
.slider-style3 .lightSlider .wrap-light-on-dark .hootkitslide-head, .slider-style3 .lightSlider .wrap-dark-on-light .hootkitslide-head {
color: inherit;
background: none;
padding: 0;
}
.slider-style3 .lightSlider .hootkitslide-head, .slider-style3 .lightSlider .hootkitslide-text, .slider-style3 .lightSlider .hootkitslide-caption .hootkitslide-subtitle {
margin: 0;
}
.slider-style3 .lightSlider .hootkitslide-head {
font-size: var(--hoot-h2-size);
}
.slider-style3 .lightSlider .hootkitslide-content a.hootkitslide-button {
margin: 1em 10px 10px;
padding: 8px 25px 8px;
}
.slider-style3 ul.lSPager {
display: none;
top: 35px;
right: 5px;
bottom: auto;
left: auto;
}
.slider-style3 ul.lSPager li:last-child {
padding-right: 0;
}
.slider-style3 ul.lSPager li:first-child {
padding-left: 0;
}
.slider-style3 .lSSlideOuter ul.lSPager.lSpg > li a {
width: 12px;
height: 12px;
}
.slider-style3 .lSSlideOuter:hover ul.lSPager {
display: block;
}
.slider-style3.hidearrows ul.lSPager li {
margin-top: 0;
} li.hootkitslide {
overflow: hidden;
}
.slider-style1 .hootkitslide-content {
-webkit-transition: left 0.5s ease-in;
-moz-transition: left 0.5s ease-in;
-o-transition: left 0.5s ease-in;
transition: left 0.5s ease-in;
left: -800px;
}
.slider-style1 .lslide.active .hootkitslide-content {
left: 0;
}
.slider-style2 .hootkitslide-content {
-webkit-transition: bottom 0.5s ease-in;
-moz-transition: bottom 0.5s ease-in;
-o-transition: bottom 0.5s ease-in;
transition: bottom 0.5s ease-in;
bottom: -100%;
}
.slider-style2 .lslide.active .hootkitslide-content {
bottom: 25px;
}
}  .hootkitcarousel-widget {
margin: 0 auto;
}
.hootkitcarousel-widget .lightSlider.fixedheight {
height: auto !important;
}
.hootkitcarousel-widget .lSPager {
position: static;
}
.hootkitcarousel {
cursor: -webkit-grab;
cursor: -moz-grabbing;
cursor: grab;
}
.hootkitcarousel-slide {
margin: 0 8px;
}
.hootkitcarousel-slide {
margin: 0 var(--hoot-grid-span-gutter);
}
.hootkitcarousel-widget .lSSlideOuter {
margin: 0 calc(var(--hoot-grid-span-gutter) * -1);
}
.singleSlideView .hootkitcarousel-slide {
margin: 0;
}
.hootkitcarousel-imgbox {
text-align: center;
}
.hootkitcarousel-imgbox + .hootkitcarousel-content {
padding-top: 1em;
}
.hootkitcarousel-content {
padding: 5px 10px 10px;
text-align: center;
}
.hootkitcarousel-content h1, .hootkitcarousel-content h2, .hootkitcarousel-content h3, .hootkitcarousel-content h4, .hootkitcarousel-content h5, .hootkitcarousel-content h6 {
font-size: var(--hoot-h5-size);
margin: calc(var(--hoot-small-vmargin) / 2) 0;
}
.hootkitcarousel-content p {
margin: calc(var(--hoot-small-vmargin) / 2) 0;
}
.hootkitcarousel-content p:last-child {
margin-bottom: 0;
}
.hootkitcarousel-content .hootkitcarousel-title {
margin: 0;
}
.hootkitcarousel-title {
margin-top: 0;
}
.hootkitcarousel-title a {
color: inherit;
display: block;
}
.hootkitcarousel-subtitle .entry-byline {
margin: 3px 0 0 0;
font-size: 1em;
}
.hootkitcarousel-subtitle + .hootkitcarousel-text {
margin-top: 2px;
}
.hootkitcarousel-text:first-child {
margin-top: -0.75em;
}
.hootkitcarousel-link {
display: block;
}  .hootkitslider-productcarousel .hootkitcarousel-content .star-rating {
margin-right: auto;
margin-left: auto;
}
div.productcarousel-product-rating {
padding: 1px 0 0;
background: none;
} .verticalcarousel-widget {
margin: 0 auto;
}
.verticalcarousel-style1 .verticalcarousel {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: flex-start;
}
.verticalcarousel-style1 .verticalcarousel-img {
flex-shrink: 0;
margin-right: 20px;
}
.verticalcarousel-style2 .verticalcarousel-content {
position: absolute;
bottom: 10px;
left: 10px;
right: 10px;
color: #ffffff;
text-shadow: 1px 1px 5px #000;
}
.verticalcarousel-style2 .verticalcarousel-title {
font-family: inherit;
font-size: var(--hoot-basefont-size);
font-style: normal;
text-transform: uppercase;
font-weight: normal;
color: inherit;
margin: 0;
}
.verticalcarousel-style2 .verticalcarousel-title a, .verticalcarousel-style2 .verticalcarousel-title a:hover {
color: inherit;
}
.verticalcarousel-style2 .verticalcarousel-content .verticalcarousel-title {
font-size: var(--hoot-basefont-size);
font-style: normal;
text-transform: uppercase;
font-weight: normal;
color: inherit;
}
.verticalcarousel-style2 .verticalcarousel-subtitle .entry-byline {
padding: 0;
margin: 0;
text-transform: none;
color: inherit;
}
.verticalcarousel {
position: relative;
overflow: hidden;
}
.verticalcarousel-img {
position: relative;
overflow: hidden;
}
.verticalcarousel-img:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: var(--hkimgbg);
background-position: center center;
background-color: rgba(100, 100, 100, 0.05);
background-repeat: no-repeat;
background-size: cover;
pointer-events: none;
}
.verticalcarousel-gradient {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#38000000",GradientType=0 );
}
.verticalcarousel-img > div,
.verticalcarousel-imglink {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.verticalcarousel-content .verticalcarousel-title {
font-size: inherit;
}
.verticalcarousel-title {
font-size: var(--hoot-h5-size);
font-style: var(--hoot-h5-style);
text-transform: var(--hoot-h5-transform);
font-weight: var(--hoot-h5-weight);
color: var(--hoot-h5-color);
margin: 0;
}
.verticalcarousel-title a {
color: inherit;
}
.verticalcarousel-subtitle .entry-byline {
padding: 0;
font-size: 1em;
margin: 2px 0 0 0;
font-family: inherit;
}
.lightSliderVertical div.lSAction {
position: relative;
}
.lightSliderVertical .widget-title-wrap div.lSAction {
text-align: right;
}
.lightSliderVertical .widget-title-wrap div.lSAction > a {
position: relative;
left: 0;
right: 0;
text-align: left;
float: left;
margin-left: 3px;
}
.lightSliderVertical div.lSAction > a {
display: block;
width: 25px;
height: 23px;
background: #f0f0f0;
color: #444;
}
.lightSliderVertical div.lSAction > a:hover {
background: #e0e0e0;
color: #000;
}
.lightSliderVertical div.lSAction > a:after {
font-size: 20px;
line-height: 23px;
left: auto;
right: auto;
top: auto;
width: 25px;
text-align: center;
}
.lightSliderVertical div.lSAction > .lSPrev {
left: auto;
right: 27px;
}
.lightSliderVertical div.lSAction > .lSPrev:after {
content: "\f106";
}
.lightSliderVertical div.lSAction > .lSNext:after {
content: "\f107";
top: 1px;
} .verticalcarousel-style1 .verticalcarousel {
background: var(--hoot-highlight10);
align-items: center;
}
.verticalcarousel-style1 .verticalcarousel-content {
padding: 10px 10px 10px 0;
}  .hk-woo-products .verticalcarousel-subtitle + .verticalcarousel-text {
margin-top: 2px;
}
.hk-woo-products .verticalcarousel-gradient {
display: none;
}
.hk-woo-products.verticalcarousel-style2 .verticalcarousel-content {
bottom: 0;
left: 0;
right: 0;
padding: 10px;
text-align: center;
color: var(--hoot-textstyle-light);
background: var(--hoot-textstyle-darkbg);
}
.hk-woo-products.verticalcarousel-style2 .verticalcarousel-content .star-rating {
margin-right: auto;
margin-left: auto;
}
div.verticalcarousel-product-rating {
padding: 1px 0 0;
background: none;
} @media only screen and (max-width: 969px) {
.hootkitslide-content {
position: relative;
margin: 0;
max-width: none;
}
.hootkitslide-caption {
text-align: center;
}
.hootkitslide-caption h1, .hootkitslide-caption h2, .hootkitslide-caption h3, .hootkitslide-caption h4, .hootkitslide-caption h5, .hootkitslide-caption h6 {
margin: 0;
}
.hootkitslide-caption p {
margin: 0;
}
a.hootkitslide-button.button {
display: block;
margin: 0;
text-align: center;
}
}  .topborder-line:before {
content: " ";
display: block;
font: 0/0 a;
border-top: solid 1px var(--hoot-shadow50);
margin-bottom: var(--hoot-widget-margin);
}
.bottomborder-line:after {
content: " ";
display: block;
font: 0/0 a;
border-bottom: solid 1px var(--hoot-shadow50);
margin-top: var(--hoot-widget-margin);
}
.topborder-shadow:before {
content: " ";
display: block;
font: 0/0 a;
height: 2px;
border: solid 1px var(--hoot-shadow50);
border-left: none;
border-right: none;
margin-bottom: var(--hoot-widget-margin);
}
.bottomborder-shadow:after {
content: " ";
display: block;
font: 0/0 a;
height: 2px;
border: solid 1px var(--hoot-shadow50);
border-left: none;
border-right: none;
margin-top: var(--hoot-widget-margin);
}
.altthemedividers .topborder-shadow:before,
.altthemedividers .bottomborder-shadow:after {
height: 6px;
border: none;
margin-left: auto !important;
margin-right: auto !important;
width: 300px;
background: var(--hoot-shadow10);
}
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .topborder-line:before,
.site-stretch .frontpage-area > .hgrid > .hgrid-span-12 .bottomborder-line:after, .site-stretch .sub-footer > .hgrid > .hgrid-span-12 .topborder-line:before,
.site-stretch .sub-footer > .hgrid > .hgrid-span-12 .bottomborder-line:after {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}  .cta-left {
text-align: left;
}
.cta-right {
text-align: right;
}
.cta-center {
text-align: center;
} .cta-background {
padding: 25px 35px;
}
.cta-background .cta-textlink {
color: inherit;
}
.cta-widget.cta-light-on-dark {
color: var(--hoot-textstyle-light);
background: var(--hoot-textstyle-darkbg);
}
.cta-widget.cta-light-on-dark .cta-content h1, .cta-widget.cta-light-on-dark .cta-content h2, .cta-widget.cta-light-on-dark .cta-content h3, .cta-widget.cta-light-on-dark .cta-content h4, .cta-widget.cta-light-on-dark .cta-content h5, .cta-widget.cta-light-on-dark .cta-content h6, .cta-widget.cta-light-on-dark .cta-content a, .cta-widget.cta-light-on-dark .cta-content .cta-subtitle {
color: inherit;
}
.cta-widget.cta-light-on-dark .cta-textlink a, .cta-widget.cta-light-on-dark .cta-textlink a:hover {
color: inherit;
}
.cta-widget.cta-dark-on-light {
color: var(--hoot-textstyle-dark);
background: var(--hoot-textstyle-lightbg);
}
.cta-widget.cta-dark-on-light .cta-content h1, .cta-widget.cta-dark-on-light .cta-content h2, .cta-widget.cta-dark-on-light .cta-content h3, .cta-widget.cta-dark-on-light .cta-content h4, .cta-widget.cta-dark-on-light .cta-content h5, .cta-widget.cta-dark-on-light .cta-content h6, .cta-widget.cta-dark-on-light .cta-content a, .cta-widget.cta-dark-on-light .cta-content .cta-subtitle {
color: inherit;
}
.cta-widget.cta-dark-on-light .cta-textlink a, .cta-widget.cta-dark-on-light .cta-textlink a:hover {
color: inherit;
} .cta-style1.cta-background.cta-center {
max-width: 620px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.cta-style1 .cta-buttonlink {
margin: 1em 0 0;
}
.cta-style1 .cta-textlink.more-link {
margin-bottom: 0;
}
.cta-style2 {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
}
.cta-style2 .cta-content {
padding-right: var(--hoot-grid-span-doublegutter);
}
.cta-style2 .cta-link {
flex-shrink: 0;
border: none;
margin: 0;
} .cta-title-small .cta-headline {
font-size: inherit;
}
.cta-title-default .cta-headline {
font-size: var(--hoot-h2-size);
}
.cta-title-big .cta-headline {
font-size: calc(1.071428 * var(--hoot-h1-size));
}
.cta-title-huge .cta-headline {
font-size: calc(1.428571 * var(--hoot-h1-size));
} .cta-headline {
margin: 0;
}
.cta-subtitle {
color: var(--hoot-accentcolor);
font-size: var(--hoot-h5-size);
}
.cta-description p {
margin: var(--hoot-small-vmargin) 0;
}
.cta-description p:last-child {
margin-bottom: 0;
}
.cta-textlink.more-link {
text-align: inherit;
}
.cta-button.button {
margin: 0;
} .announce-widget {
padding: 5px;
position: relative;
vertical-align: middle;
}
.announce-link {
display: block;
position: absolute;
z-index: 9;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.announce-link:focus {
outline: thin solid;
outline-offset: -4px;
color: inherit;
}
.announce-link:focus {
outline: thin solid;
outline-offset: -4px;
color: inherit;
}
.announce-link:hover {
background: rgba(0, 0, 0, 0.08);
}
.announce-link span {
display: none;
}
.announce-withbg {
padding: 8px 15px;
}
.announce-box {
justify-content: flex-start;
}
.announce-box-icon {
font-size: var(--hoot-basefont-smalllh);
line-height: 1em;
flex-shrink: 0;
}
.announce-box-content {
text-align: left;
}
.announce-box-content .announce-headline {
color: inherit;
margin: 0;
}
.announce-box-icon + .announce-box-content {
margin-left: 1em;
}
.announce-nomsg.announce-withbg {
padding: 8px;
} .sidebar-sitehead .announce-widget {
display: inline-block;
}
.topbar .announce-link {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} .carticon-widget {
position: relative;
z-index: 0;
}
.carticon-widget.announce-nomsg.announce-withbg {
padding: 8px;
}
.carticon-widget.hk-refreshing .carticon-refresh {
display: block;
}
.carticon-refresh {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 1;
background: rgba(255, 255, 255, 0.6);
cursor: wait;
}
.carticon-widget:not(.announce-nomsg) .carticon-link:before, .carticon-widget:not(.announce-nomsg) .carticon-link:after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
pointer-events: none;
background: rgba(0, 0, 0, 0.08);
}
.carticon-widget:not(.announce-nomsg) .carticon-link:after {
background: rgba(255, 255, 255, 0.3);
}
.carticon-icon {
position: relative;
}
.carticon-cartitems {
position: absolute;
top: -8px;
right: -8px;
font-size: 11px;
text-align: center;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 8px;
border-bottom: solid 1px transparent;
}
div.carticon-cartitems.no-cartitems {
display: none;
}
.carticon-cartvalue {
padding: 2px 0 0 12px;
}
div.carticon-cartvalue.no-cartvalue {
display: none;
} .widget.widget_hootkit-icon {
margin: 1em;
display: inline-block;
}
.icon-widget {
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
display: -webkit-inline-flex;
display: inline-flex;
font-size: var(--hoot-basefont-smalllh);
line-height: 1em;
}
.iconwidget-userstyle a:hover {
color: inherit;
}
.iconwidget-withbg {
padding: 8px 10px;
}
.iconwidget-link {
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
display: -webkit-inline-flex;
display: inline-flex;
color: inherit;
} .widget_hootkit-ticker {
max-width: 100%;
}
.ticker-widget {
position: relative;
overflow: hidden;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}
.ticker-title, .ticker-msg-box {
font-size: inherit;
line-height: inherit;
padding: 0.5em 0;
}
.ticker-title {
position: relative;
padding: 0.5em 1em;
margin-right: 10px;
background: none;
color: inherit;
-webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
}
.ticker-title .ticker-icon {
margin-right: 0.4em;
}
.ticker-title:not(.accent-typo):not(.invert-accent-typo) {
background: var(--hoot-shadow30);
}
.ticker-withbg .ticker-msg-box {
padding-right: 5px;
padding-left: 5px;
}
.ticker-withbg .ticker-icon {
margin-left: 5px;
}
.ticker-widget > .ticker-icon {
align-self: center;
font-size: var(--hoot-basefont-smalllh);
line-height: 1em;
}
.ticker-icon + .ticker-msg-box {
padding-left: 5px;
}
.ticker-msg-box {
max-width: 100%;
height: auto;
}
.ticker-msgs {
overflow: hidden;
}
.ticker-msg {
text-align: left;
display: inline-block;
margin: 0 35px 0 0;
}
.ticker-msg:last-child {
margin: 0;
}
.ticker-msg a, .ticker-msg a:hover {
color: inherit;
text-decoration: underline;
}
.ticker-msg {
font-size: calc(var(--hoot-basefont-size) - 1px);
line-height: 1.4em;
}
.topbar .ticker-msg, .menu-side-box .ticker-msg, .sidebar-sitehead .ticker-msg, .below-sitehead .ticker-msg {
font-size: inherit;
} .ticker-msgs {
white-space: nowrap;
}
.ticker-msg, .ticker-msg-inner, .ticker-content {
white-space: nowrap;
}
.ticker-style2 .ticker-msg {
vertical-align: middle;
}
.ticker-style2 .ticker-msg, .ticker-style2 .ticker-msg-inner, .ticker-style2 .ticker-content {
white-space: normal;
}
.ticker-style2 .ticker-msg-inner, .ticker-style2 .ticker-content {
max-width: 210px;
} @media only screen and (min-width: 970px) {
.below-sitehead-part .ticker-msg-box, .topbar-part .ticker-msg-box {
max-width: 1360px;
}
.below-sitehead-stretch .ticker-msg-box {
max-width: 100%;
}
.sitehead-aside .ticker-msg-box, .below-sitehead-parts .ticker-msg-box, .topbar-parts .ticker-msg-box {
max-width: 600px;
}
} .widget_hootkit-ticker-posts {
max-width: 100%;
}
.ticker-combined .ticker-msg {
display: inline-flex;
vertical-align: middle;
align-items: center;
margin-right: 15px;
}
.ticker-combined .ticker-msg a, .ticker-combined .ticker-msg a:hover {
text-decoration: none;
}
.ticker-img {
position: relative;
background-color: rgba(0, 0, 0, 0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 45px;
height: 30px;
margin-right: 10px;
}
.ticker-img.noimge {
margin-right: 0;
}
.ticker-img .entry-featured-img-wrap, .ticker-img a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ticker-img a:focus {
outline-offset: -1px;
}
.ticker-img img {
display: none;
}
.ticker-msgtitle {
font-weight: var(--hoot-h3-weight);
} .widget_hootkit-products-ticker {
max-width: 100%;
}
.ticker-products .ticker-img {
width: 110px;
height: 75px;
}
.ticker-products.ticker-style1 .ticker-content > div {
display: inline;
margin: 0 5px 0 0;
}
.ticker-products.ticker-style1 .ticker-addtocart a.button {
font-size: inherit;
line-height: inherit;
}
.ticker-product-price ins {
text-decoration: none;
}
.ticker-product-price .amount {
color: var(--hoot-accentcolor);
}
.ticker-product-price del .amount {
color: inherit;
opacity: 0.6;
}
.hootwp .ticker-addtocart a.button {
color: inherit;
background: none;
border: none;
padding: 0;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-decoration: underline;
text-transform: inherit;
}
.hootwp .ticker-addtocart a.button:hover {
color: var(--hoot-accentcolor);
background: none;
}
.hootwp .ticker-addtocart a.button:focus {
color: var(--hoot-accentcolor);
background: none;
outline: none;
} .hk-searchbody i.fa-search {
position: absolute;
top: 50%;
margin-top: -0.5em;
left: 10px;
}
.hk-searchbody .hk-searchtext { color: inherit;
padding: 7px 1.2em 7px 2.2em;
vertical-align: bottom;
}
.hk-searchform {
position: relative;
margin-bottom: 0;
overflow: hidden;
}
.hk-searchselect {
padding: 7px 35px 7px 8px;
margin-left: -1px;
width: 190px;
}
.hk-searchform .hk-submit {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -9999rem;
width: auto;
line-height: 1em;
margin: 0;
padding: 5px;
}
.hk-searchform .hk-submit:focus {
right: 10px;
} .profile-widget {
text-align: center;
}
.profile-img-circle .profile-img-placeholder {
width: 250px;
height: 250px;
border-radius: 125px;
}
.profile-img-square .profile-img-placeholder {
width: 460px;
height: 270px;
}
.profile-img-placeholder {
display: inline-block;
max-width: 100%;
background-size: cover;
}
.profile-content h1, .profile-content h2, .profile-content h3, .profile-content h4, .profile-content h5, .profile-content h6 {
margin: 10px 0 -5px;
}
.profile-content p {
margin-bottom: var(--hoot-small-vmargin);
}
.profile-buttonlink {
margin-bottom: var(--hoot-small-vmargin);
}
.profile-textlink {
text-align: inherit;
}
.profile-links {
border-top: solid 1px;
margin-top: 5px;
padding-top: 5px;
}
.profile-textlink + .profile-links {
border-top: none;
}
.profile-link {
display: inline-block;
} .coverimage-widget {  }
.coverimage-widget .lSSlideOuter .lSAction {
position: absolute;
top: 5px;
right: 5px;
}
.coverimage-widget .lSSlideOuter .lSAction > a {
text-align: center;
background: rgba(255, 255, 255, 0.5);
color: #555;
margin-left: 3px;
width: 24px;
line-height: 22px;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
.coverimage-widget .lSSlideOuter .lSAction > a:hover {
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.coverimage-widget .lSSlideWrapper:hover .lSAction > a {
display: inline-block;
}
.coverimage-widget .lSSlideOuter .lSAction > a:after {
font-size: 20px;
display: inline-block;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
.coverimage-widget .lSPager.lSpg {
text-align: right;
top: auto;
bottom: 5px;
right: 5px;
left: auto;
position: absolute;
}
.coverimage-widget .lSSlideOuter ul.lSPager.lSpg > li {
padding: 2px;
}
.coverimage-widget .lSSlideOuter ul.lSPager.lSpg > li a {
width: 8px;
height: 8px;
}
.coverimage-wrap {
position: relative;
overflow: hidden;
}
.coverimage-wrap:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: var(--hkimgbg);
background-position: center center;
background-color: rgba(100, 100, 100, 0.05);
background-repeat: no-repeat;
background-size: cover;
pointer-events: none;
}
.coverimage-wrap .style-light {
color: #ffffff;
}
.coverimage-wrap .style-light h1, .coverimage-wrap .style-light h2, .coverimage-wrap .style-light h3, .coverimage-wrap .style-light h4, .coverimage-wrap .style-light h5, .coverimage-wrap .style-light h6, .coverimage-wrap .style-light a {
color: inherit;
}
.coverimage-wrap .style-dark {
color: #333333;
}
.coverimage-wrap .style-dark h1, .coverimage-wrap .style-dark h2, .coverimage-wrap .style-dark h3, .coverimage-wrap .style-dark h4, .coverimage-wrap .style-dark h5, .coverimage-wrap .style-dark h6 {
color: #444444;
}
.coverimage-wrap .style-light-on-dark {
padding: 1em;
color: #ffffff;
background: rgba(0, 0, 0, 0.6);
}
.coverimage-wrap .style-light-on-dark h1, .coverimage-wrap .style-light-on-dark h2, .coverimage-wrap .style-light-on-dark h3, .coverimage-wrap .style-light-on-dark h4, .coverimage-wrap .style-light-on-dark h5, .coverimage-wrap .style-light-on-dark h6, .coverimage-wrap .style-light-on-dark a {
color: inherit;
}
.coverimage-wrap .style-dark-on-light {
padding: 1em;
color: #333333;
background: rgba(255, 255, 255, 0.7);
}
.coverimage-wrap .style-dark-on-light h1, .coverimage-wrap .style-dark-on-light h2, .coverimage-wrap .style-dark-on-light h3, .coverimage-wrap .style-dark-on-light h4, .coverimage-wrap .style-dark-on-light h5, .coverimage-wrap .style-dark-on-light h6 {
color: #444444;
}
.coverimage-wrap big {
font-size: 3em;
line-height: 1em;
}
.coverimage-link {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 1;
}
.coverimage-fullimg img {
width: 100%;
}
.coverimage-content {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}
.coverimage-content.align-top-left {
align-items: flex-start;
justify-content: flex-start;
}
.coverimage-content.align-top-center {
align-items: flex-start;
justify-content: center;
}
.coverimage-content.align-top-right {
align-items: flex-start;
justify-content: flex-end;
}
.coverimage-content.align-middle-left {
align-items: center;
justify-content: flex-start;
}
.coverimage-content.align-middle-center {
align-items: center;
justify-content: center;
}
.coverimage-content.align-middle-right {
align-items: center;
justify-content: flex-end;
}
.coverimage-content.align-bottom-left {
align-items: flex-end;
justify-content: flex-start;
}
.coverimage-content.align-bottom-center {
align-items: flex-end;
justify-content: center;
}
.coverimage-content.align-bottom-right {
align-items: flex-end;
justify-content: flex-end;
}
.coverimage-content-block {
display: inline-block;
position: relative;
z-index: 2;
}
.align-top-left .coverimage-content-block, .align-middle-left .coverimage-content-block, .align-bottom-left .coverimage-content-block {
text-align: left;
}
.align-top-center .coverimage-content-block, .align-middle-center .coverimage-content-block, .align-bottom-center .coverimage-content-block {
text-align: center;
}
.align-top-right .coverimage-content-block, .align-middle-right .coverimage-content-block, .align-bottom-right .coverimage-content-block {
text-align: right;
}
.coverimage-title {
margin: 0;
font-size: 1.6em;
}
.coverimage-subtitle {
margin: 0 0 5px;
}
.coverimage-text {
line-height: 1.4285714286em;
}
.coverimage-text p {
margin: 0;
}
.coverimage-text p + p {
margin-top: 0.5em;
}
.coverimage-buttons:not(:first-child) {
margin-top: calc(var(--hoot-vmargin) / 2);
}
.style-dark .coverimage-buttons, .style-light .coverimage-buttons {
margin-bottom: 5px;
}
.coverimage-button {
margin: 0 0.5em 0 0;
}
.coverimage-button:last-child {
margin-right: 0;
} @media only screen and (max-width: 969px) {
.ticker-msg-box {
width: auto !important;
}
#topbar .widget_hootkit-ticker, #topbar .widget_hootkit-ticker-posts, div.menu-side-box .widget_hootkit-ticker, div.menu-side-box .widget_hootkit-ticker-posts, div.below-sitehead .widget_hootkit-ticker, div.below-sitehead .widget_hootkit-ticker-posts {
margin-left: 0;
margin-right: 0;
padding-left: 5px;
padding-right: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ticker-style2 .ticker-msg, .ticker-style2 .ticker-msg-inner, .ticker-style2 .ticker-content {
white-space: nowrap;
}
.ticker-style2 .ticker-msg-inner, .ticker-style2 .ticker-content {
max-width: none;
}
.coverimage-wrap .style-dark, .coverimage-wrap .style-light {
background: none;
padding: 0;
}
.cta-left, .cta-right {
text-align: center;
}
}  .content-block-row {
margin: 0 0 25px;
}
.content-block-row:after {
content: "";
display: table;
clear: both;
}
.content-block-row:last-child {
margin: 0;
}
.content-block-column .more-link {
margin-top: 0;
margin-bottom: 0;
}
.content-block {
padding-bottom: 15px;
position: relative;
}
.content-block:hover .content-block-icon:not(.icon-style-none):not(.icon-custom-color) {
background: var(--hoot-accentcolor);
}
.content-block:hover .content-block-icon:not(.icon-style-none):not(.icon-custom-color) i {
color: var(--hoot-accentfont);
}
.content-block-icon {
width: 60px;
height: 60px;
max-width: 100%;
display: inline-block;
text-align: center;
font-size: 28px;
line-height: 60px;
-webkit-transition: background 0.5s, color 0.5s;
-moz-transition: background 0.5s, color 0.5s;
-o-transition: background 0.5s, color 0.5s;
transition: background 0.5s, color 0.5s;
}
.content-block-icon a, .content-block-icon a:hover {
display: block;
}
.content-block-icon i {
color: var(--hoot-accentcolor);
-webkit-transition: background 0.5s, color 0.5s;
-moz-transition: background 0.5s, color 0.5s;
-o-transition: background 0.5s, color 0.5s;
transition: background 0.5s, color 0.5s;
}
.content-block-icon.accent-typo i {
color: inherit;
}
.content-block-icon.invert-accent-typo i {
color: inherit;
}
.content-block .content-block-icon {
border-width: 1px 3px 3px 1px;
} .icon-style-none {
line-height: 1em;
width: auto;
height: auto;
}
.icon-style-circle {
border-radius: 35px;
border: solid 1px var(--hoot-accentcolor);
}
.icon-style-square {
border: solid 1px var(--hoot-accentcolor);
}
.content-block-icon.icon-custom-color a, .content-block-icon.icon-custom-color i {
color: inherit;
}
.content-block-image {
margin-bottom: 5px;
}
.content-block-content {
padding-top: 10px;
}
.content-block-content.no-visual {
padding-top: 0;
}
.content-block-content p {
margin: 0 0 6px;
}
.content-block-content p:last-child {
margin-bottom: 0;
}
.content-block-content .content-block-title a {
text-decoration: none;
}
.content-block-title {
font-size: var(--hoot-h5-size);
font-style: var(--hoot-h5-style);
text-transform: var(--hoot-h5-transform);
font-weight: var(--hoot-h5-weight);
color: var(--hoot-h5-color);
margin: 0 0 5px;
}
.content-block-title a {
color: inherit;
display: block;
}
.content-block-subtitle {
margin: 0;
padding: 0;
background: none;
text-transform: uppercase;
}
.content-block-subtitle .entry-byline {
background: rgba(0, 0, 0, 0.05);
padding: 2px 3px;
margin: 6px 0 6px;
font-size: 1em;
}
.content-block-subtitle + .content-block-text {
margin-top: 5px;
} .content-block-style1, .content-block-style2, .content-block-style3, .content-block-style5, .content-block-style6 {
text-align: center;
} .content-block-style1 .more-link {
text-align: center;
} .content-block-style2 .content-block {
padding: 25px 20px;
border: solid 1px var(--hoot-shadow30);
}
.content-block-style2 .content-block:last-child {
border-bottom: solid 1px var(--hoot-shadow50);
}
.content-block-style2 .content-block .content-block-subtitle {
margin-left: -20px;
margin-right: -20px;
}
.content-block-style2 .content-block-image {
margin: -25px -20px 0 -20px;
}
.content-block-style2 .more-link {
text-align: center;
margin-top: -1px;
} .content-block-style3 .content-block {
padding: 35px 0px 15px;
position: relative;
border-top: solid 1px var(--hoot-shadow50);
}
.content-block-style3 .content-block:last-child {
border-bottom: solid 1px var(--hoot-shadow50);
}
.content-block-style3.visual-image .content-block {
border-top: none;
}
.content-block-style3.hasvisual .content-block {
margin-top: 35px;
}
.content-block-style3 .content-block-image {
margin-top: -70px;
}
.content-block-style3 .content-block-icon {
border: none;
background: var(--hoot-box-bg);
width: 70px;
height: 70px;
font-size: 26px;
line-height: 70px;
position: absolute;
top: -35px;
left: 50%;
margin-left: -35px;
}
.content-block-style3 .icon-style-square {
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
border: solid 1px rgba(0, 0, 0, 0.1);
}
.content-block-style3 .icon-style-circle {
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 35px;
}
.content-block-style3 .more-link {
text-align: center;
margin-top: -1px;
} .content-block-style4 .content-block {
text-align: left;
background: var(--hoot-highlight10);
padding: 15px 10px 15px 15px;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
}
.content-block-style4 .content-block-icon {
font-size: 25px;
width: 45px;
height: 45px;
line-height: 45px;
float: left;
}
.content-block-style4 .content-block-visual {
margin: 0;
float: none;
flex-shrink: 0;
}
.content-block-style4 .content-block-icon.icon-style-none {
font-size: 25px;
}
.content-block-style4 .content-block-icon .far, .content-block-style4 .content-block-icon .fas, .content-block-style4 .content-block-icon .fab {
left: 0;
}
.content-block-style4 .content-block-image {
width: 35%;
float: left;
}
.content-block-style4 .content-block-content {
padding-top: 0;
padding-left: 15px;
margin-left: 0;
width: 100%;
align-self: center;
}
.content-block-style4.content-block-column .content-block-content .more-link {
margin-left: 0;
}
.content-block-style4 .content-block-content.no-visual {
margin-left: 0;
}
.content-block-style4 h4.content-block-title {
margin: 0 0 3px;
font-size: var(--hoot-h6-size);
}
.content-block-style4 .content-block-subtitle {
font-size: var(--hoot-basefont-mediumsize);
line-height: var(--hoot-basefont-mediumlh);
}
.content-block-style4 .content-block-text {
line-height: 1.4666666667em;
}
.content-block-style4 .more-link {
border-top: none;
text-align: left;
margin: 3px 0 0;
}
.content-block-style4 .more-link a {
display: block;
} .content-block-style5 .content-block-image, .content-block-style6 .content-block-image {
margin-bottom: 0;
position: relative;
}
.content-block-style5 .content-block-content, .content-block-style6 .content-block-content {
padding: 5px 10px;
color: #222222;
background: rgba(255, 255, 255, 0.5);
}
.content-block-style5 .content-block-content h1, .content-block-style5 .content-block-content h2, .content-block-style5 .content-block-content h3, .content-block-style5 .content-block-content h4, .content-block-style5 .content-block-content h5, .content-block-style5 .content-block-content h6, .content-block-style5 .content-block-content a, .content-block-style6 .content-block-content h1, .content-block-style6 .content-block-content h2, .content-block-style6 .content-block-content h3, .content-block-style6 .content-block-content h4, .content-block-style6 .content-block-content h5, .content-block-style6 .content-block-content h6, .content-block-style6 .content-block-content a {
color: inherit;
}
.content-block-style5 .content-block:hover .content-block-content, .content-block-style6 .content-block:hover .content-block-content {
background: rgba(255, 255, 255, 0.75);
}
.content-block-style5 .content-block-subtitle, .content-block-style6 .content-block-subtitle {
margin-bottom: 5px;
background: rgba(255, 255, 255, 0.85);
}
.content-block-style5 .content-block-text, .content-block-style6 .content-block-text {
color: #555555;
}
.content-block-style5 .more-link, .content-block-style5 .more-link:hover, .content-block-style5 .more-link:hover a, .content-block-style6 .more-link, .content-block-style6 .more-link:hover, .content-block-style6 .more-link:hover a {
color: inherit;
}
.content-block-style5 .more-link, .content-block-style6 .more-link {
text-align: center;
border: none;
font-size: var(--hoot-basefont-mediumsize);
line-height: var(--hoot-basefont-mediumlh);
letter-spacing: 3px;
opacity: 0.8;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
.content-block-style5 .more-link a, .content-block-style6 .more-link a {
width: 100%;
display: block;
width: 100%;
padding: 8px 0 10px;
}
.content-block-style5 .more-link:hover, .content-block-style6 .more-link:hover {
opacity: 1;
}
.content-block-style5 .more-link:after, .content-block-style6 .more-link:after {
content: " ";
display: inline-block;
vertical-align: top;
font: 0/0 a;
border-bottom: solid 2px;
width: 90px;
opacity: 0.7;
}
@media only screen and (min-width: 970px) {
.content-block-style1 {
text-align: center;
}
.content-block-style5 .content-block, .content-block-style6 .content-block {
position: relative;
padding-bottom: 0;
}
.content-block-style5 .content-block-image img, .content-block-style6 .content-block-image img {
width: 100%;
}
.content-block-style5 .content-block-content, .content-block-style6 .content-block-content {
padding-top: 0;
padding-bottom: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 5;
}
.content-block-style5 .content-block-title, .content-block-style6 .content-block-title {
margin: 0;
}
.content-block-style5 .content-block-subtitle, .content-block-style6 .content-block-subtitle {
margin: 5px 0 0;
}
.content-block-style5 .content-block-text, .content-block-style6 .content-block-text {
margin: 8px 0 0;
font-size: var(--hoot-basefont-mediumsize);
line-height: var(--hoot-basefont-mediumlh);
}
.content-block-style5 .content-block-content, .content-block-style6 .content-block-content {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-content: center;
}
.content-block-style5 .content-block-content > *, .content-block-style6 .content-block-content > * {
width: 100%;
}
.content-block-style5 .more-link.theme-more-link, .content-block-style6 .more-link.theme-more-link {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0 !important;
z-index: 10;
}
.content-block-style5 .more-link.theme-more-link a, .content-block-style6 .more-link.theme-more-link a {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.content-block-style5 .more-link.theme-more-link:after, .content-block-style6 .more-link.theme-more-link:after {
display: none;
}
.content-block-style5 .content-block-content {
top: auto;
-webkit-transition: top 0.3s ease-out;
-moz-transition: top 0.3s ease-out;
-o-transition: top 0.3s ease-out;
transition: top 0.3s ease-out;
}
.content-block-style5 .content-block-subtitle, .content-block-style5 .content-block-text, .content-block-style5 .more-link {
display: none;
opacity: 0;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
-o-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
}
.content-block-style5 .content-block:hover .content-block-content {
top: 0 !important;
}
.content-block-style5 .content-block:hover .content-block-subtitle, .content-block-style5 .content-block:hover .content-block-text, .content-block-style5 .content-block:hover .more-link {
display: block;
opacity: 1;
}
}
@media only screen and (max-width: 969px) {
.content-block-style5 .content-block-content-clone {
display: none !important;
}
}
.content-block-style5 .content-block-content-clone {
padding: 2px 10px;
color: #222222;
background: rgba(255, 255, 255, 0.5);
}
.content-block-style5 .content-block-content-clone h1, .content-block-style5 .content-block-content-clone h2, .content-block-style5 .content-block-content-clone h3, .content-block-style5 .content-block-content-clone h4, .content-block-style5 .content-block-content-clone h5, .content-block-style5 .content-block-content-clone h6, .content-block-style5 .content-block-content-clone a {
color: inherit;
}
@media only screen and (min-width: 970px) {
.content-block-style5 .content-block-content-clone {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 5;
}
.content-block-style5 .content-block-content-clone {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-content: center;
}
.content-block-style5 .content-block-content-clone > * {
width: 100%;
}
.content-block-style5 .content-block-content-clone {
top: auto;
opacity: 1;
pointer-events: none;
-webkit-transition: opacity 0.1s ease-out 0.2s;
-moz-transition: opacity 0.1s ease-out 0.2s;
-o-transition: opacity 0.1s ease-out 0.2s;
transition: opacity 0.1s ease-out 0.2s;
}
.content-block-style5 .content-block-content {
top: 100%;
opacity: 0;
-webkit-transition: top 0.3s ease-out, opacity 0.1s ease-out 0.2s;
-moz-transition: top 0.3s ease-out, opacity 0.1s ease-out 0.2s;
-o-transition: top 0.3s ease-out, opacity 0.1s ease-out 0.2s;
transition: top 0.3s ease-out, opacity 0.1s ease-out 0.2s;
}
.content-block-style5 .content-block-subtitle, .content-block-style5 .content-block-text, .content-block-style5 .more-link {
display: block;
}
.content-block-style5 .content-block:hover .content-block-content-clone {
opacity: 0;
-webkit-transition: opacity 0.1s ease-out;
-moz-transition: opacity 0.1s ease-out;
-o-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}
.content-block-style5 .content-block:hover .content-block-content {
opacity: 1;
-webkit-transition: top 0.3s ease-out, opacity 0.1s ease-out;
-moz-transition: top 0.3s ease-out, opacity 0.1s ease-out;
-o-transition: top 0.3s ease-out, opacity 0.1s ease-out;
transition: top 0.3s ease-out, opacity 0.1s ease-out;
}
}  .content-block .content-block-product-rating .star-rating {
margin-left: auto;
margin-right: auto;
}
.content-block-style4 .content-block-product-rating .star-rating {
margin-left: 0;
}
@media only screen and (min-width: 970px) {
.content-block-style5 .content-block-product-rating, .content-block-style5 .content-block-product-price, .content-block-style5 .content-block-addtocart {
display: none;
opacity: 0;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
-o-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
}
.content-block-style5:hover .content-block-product-rating, .content-block-style5:hover .content-block-product-price, .content-block-style5:hover .content-block-addtocart {
display: block;
opacity: 1;
}
} @media only screen and (max-width: 969px) {
div.content-block-row {
margin: 0;
}
.content-block-column {
margin-top: 20px;
padding-top: 20px;
}
.content-block-column.content-block-column-empty {
display: none;
}
.content-block-style2 .content-block-image {
margin: 0;
}
.content-block-style3 {
margin-top: 23px;
}
.content-block-style5 .content-block, .content-block-style6 .content-block {
max-width: 460px;
margin: 0 auto;
}
.content-block-style5 .content-block-content, .content-block-style6 .content-block-content {
padding: 1em 10px;
}
.content-block-row:first-child .content-block-column:first-child { padding-top: 0;
}
}  .social-icons-widget {
text-align: center;
}
.social-icons-stylecolor .social-icons-icon {
margin: 3px;
}
.social-icons-stylecolor .social-icons-icon:focus {
outline-offset: 4px;
}
.social-icons-align {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
.social-icons-alignleft {
justify-content: flex-start;
}
.social-icons-alignright {
justify-content: flex-end;
}
.social-icons-aligncenter {
justify-content: center;
}
.social-icons-alignjustify {
justify-content: space-evenly;
}
.social-icons-icon {
display: -webkit-inline-box;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: -moz-inline-flex;
display: -webkit-inline-flex;
display: inline-flex;
justify-content: center;
align-items: center;
vertical-align: top;
background: none;
margin: 0;
line-height: 1em;
height: 1em;
width: 1em;
}
.social-icons-icon i {
position: relative;
line-height: inherit;
vertical-align: top;
}
.content .social-icons-icon {
margin-bottom: 10px;
}
.social-icons-small .social-icons-icon {
font-size: var(--hoot-basefont-smalllh);
padding: 8px;
}
.social-icons-medium .social-icons-icon {
font-size: calc(var(--hoot-basefont-smalllh) * 1.25);
padding: 12px;
}
.social-icons-large .social-icons-icon {
font-size: calc(var(--hoot-basefont-smalllh) * 1.75);
padding: 14px;
}
.social-icons-huge .social-icons-icon {
font-size: calc(var(--hoot-basefont-smalllh) * 2.25);
padding: 16px;
}
#topbar .social-icons-icon,
#topbar .social-icons-icon::before,
#topbar .social-icons-icon::after, #page-wrapper .social-icons-icon,
#page-wrapper .social-icons-icon::before,
#page-wrapper .social-icons-icon::after {
border-radius: 50%;
}
#topbar .social-icons-stylecolor .social-icons-icon i, #page-wrapper .social-icons-stylecolor .social-icons-icon i {
color: #ffffff;
}
#topbar .social-icons-widget .social-icons-icon:hover i, #page-wrapper .social-icons-widget .social-icons-icon:hover i {
color: #ffffff;
}
.social-icons-widget .social-icons-icon:hover::before {
background: var(--hkit-sicon);
}
.social-icons-widget .social-icons-icon i {
color: var(--hkit-sicon);
}
.social-icons-stylecolor .social-icons-icon::before {
background: var(--hkit-sicon);
}
.social-icons-widget .social-icons-icon:after {
box-shadow: 0 0 0 2px #fff;
}
.social-icons-invert .social-icons-icon {
background: none;
color: inherit !important;
margin: 0;
}
.social-icons-invert .social-icons-icon:hover {
color: #ffffff !important;
}
.fa-skype-block {
position: relative;
}
.fa-skype-block i {
visibility: hidden;
}
.hoot-skype-call-button, .hoot-skype-call-button p, .hoot-skype-call-button p a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.hoot-skype-call-button p {
margin: 0 !important;
}
.hoot-skype-call-button img {
margin: 0 !important;
vertical-align: -2px !important;
} .social-icons-icon {
text-decoration: none;
-webkit-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
-moz-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
-o-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
}
.social-icons-icon i {
-webkit-transition: color 0.3s ease-in, transform 0.3s linear;
-moz-transition: color 0.3s ease-in, transform 0.3s linear;
-o-transition: color 0.3s ease-in, transform 0.3s linear;
transition: color 0.3s ease-in, transform 0.3s linear;
}
.social-icons-icon:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
pointer-events: none;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.social-icons-icon {
position: relative;
z-index: 1;
}
.social-icons-icon:hover {
z-index: 2;
}
.social-icons-icon::after {
content: "";
width: 100%;
height: 100%;
box-sizing: border-box;
position: absolute;
top: 0px;
left: 0px;
-webkit-transition: width 0.2s, height 0.2s, opacity 0.2s, top 0.2s, left 0.2s;
-moz-transition: width 0.2s, height 0.2s, opacity 0.2s, top 0.2s, left 0.2s;
-o-transition: width 0.2s, height 0.2s, opacity 0.2s, top 0.2s, left 0.2s;
transition: width 0.2s, height 0.2s, opacity 0.2s, top 0.2s, left 0.2s;
opacity: 0;
pointer-events: none;
}
.social-icons-icon:hover:after {
width: calc(100% - 10px);
height: calc(100% - 10px);
top: 5px;
left: 5px;
opacity: 1;
}
.social-icons-small .social-icons-icon:hover:after {
width: calc(100% - 8px);
height: calc(100% - 8px);
top: 4px;
left: 4px;
}
.social-icons-icon:hover i {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
} #topbar .hoot-skype-call-button img {
vertical-align: -12px !important;
}
.social-icons-widget {
--hkit-sicon: var(--hoot-accentcolor);
}
.fa-amazon-block {
--hkit-sicon: #161413;
}
.fa-android-block {
--hkit-sicon: #99cc00;
}
.fa-apple-block {
--hkit-sicon: #000000;
}
.fa-bandcamp-block {
--hkit-sicon: #659daa;
}
.fa-behance-block {
--hkit-sicon: #4176fa;
}
.fa-bitbucket-block {
--hkit-sicon: #183f73;
}
.fa-btc-block {
--hkit-sicon: #f7931a;
}
.fa-buysellads-block {
--hkit-sicon: #c30100;
}
.fa-codepen-block {
--hkit-sicon: #000000;
}
.fa-codiepie-block {
--hkit-sicon: #000000;
}
.fa-contao-block {
--hkit-sicon: #f47c00;
}
.fa-dashcube-block {
--hkit-sicon: #7f7f7f;
}
.fa-delicious-block {
--hkit-sicon: #0002f5;
}
.fa-deviantart-block {
--hkit-sicon: #5e7163;
}
.fa-digg-block {
--hkit-sicon: #1b5791;
}
.fa-discord-block {
--hkit-sicon: #5865f2;
}
.fa-dribbble-block {
--hkit-sicon: #c6356b;
}
.fa-dropbox-block {
--hkit-sicon: #0089d1;
}
.fa-eercast-block {
--hkit-sicon: #f1592a;
}
.fa-envelope-block {
--hkit-sicon: #e44321;
}
.fa-etsy-block {
--hkit-sicon: #f26223;
}
.fa-facebook-block {
--hkit-sicon: #1877f2;
}
.fa-flickr-block {
--hkit-sicon: #0062dd;
}
.fa-forumbee-block {
--hkit-sicon: #86ac2f;
}
.fa-foursquare-block {
--hkit-sicon: #3ab6e8;
}
.fa-free-code-camp-block {
--hkit-sicon: #4a2b0f;
}
.fa-get-pocket-block {
--hkit-sicon: #ed4054;
}
.fa-github-block {
--hkit-sicon: #000000;
}
.fa-google-block {
--hkit-sicon: #ea4335;
}
.fa-google-plus-block {
--hkit-sicon: #e44321;
}
.fa-google-wallet-block {
--hkit-sicon: #1476c6;
}
.fa-houzz-block {
--hkit-sicon: #4dbc15;
}
.fa-imdb-block {
--hkit-sicon: #e6b91e;
}
.fa-instagram-block {
--hkit-sicon: #3f729b;
}
.fa-jsfiddle-block {
--hkit-sicon: #2b97f3;
}
.fa-lastfm-block {
--hkit-sicon: #d2013b;
}
.fa-leanpub-block {
--hkit-sicon: #231f20;
}
.fa-linkedin-block {
--hkit-sicon: #00659b;
}
.fa-meetup-block {
--hkit-sicon: #f20017;
}
.fa-mixcloud-block {
--hkit-sicon: #25292b;
}
.fa-patreon-block {
--hkit-sicon: #ff424d;
}
.fa-paypal-block {
--hkit-sicon: #15477c;
}
.fa-pinterest-block {
--hkit-sicon: #cf1d25;
}
.fa-quora-block {
--hkit-sicon: #c51a00;
}
.fa-reddit-block {
--hkit-sicon: #ff4500;
}
.fa-rss-block {
--hkit-sicon: #ff6501;
}
.fa-scribd-block {
--hkit-sicon: #1a7bba;
}
.fa-skype-block {
--hkit-sicon: #00aff0;
}
.fa-slack-block {
--hkit-sicon: #352931;
}
.fa-slideshare-block {
--hkit-sicon: #0ca8aa;
}
.fa-snapchat-block {
--hkit-sicon: #fffc00;
}
.fa-soundcloud-block {
--hkit-sicon: #ff6600;
}
.fa-spotify-block {
--hkit-sicon: #79b800;
}
.fa-stack-exchange-block {
--hkit-sicon: #205297;
}
.fa-stack-overflow-block {
--hkit-sicon: #f47c23;
}
.fa-steam-block {
--hkit-sicon: #000000;
}
.fa-stumbleupon-block {
--hkit-sicon: #ee4723;
}
.fa-telegram-plane-block {
--hkit-sicon: #28a8e9;
}
.fa-tiktok-block {
--hkit-sicon: #000000;
}
.fa-trello-block {
--hkit-sicon: #0089d9;
}
.fa-tripadvisor-block {
--hkit-sicon: #589442;
}
.fa-tumblr-block {
--hkit-sicon: #3e5976;
}
.fa-twitch-block {
--hkit-sicon: #6542a6;
}
.fa-twitter-block {
--hkit-sicon: #32ccfe;
}
.fa-viadeo-block {
--hkit-sicon: #f07355;
}
.fa-vimeo-square-block {
--hkit-sicon: #1bb6ec;
}
.fa-vk-block {
--hkit-sicon: #507299;
}
.fa-whatsapp-block {
--hkit-sicon: #41d251;
}
.fa-wikipedia-w-block {
--hkit-sicon: #000000;
}
.fa-windows-block {
--hkit-sicon: #0078d7;
}
.fa-wordpress-block {
--hkit-sicon: #3378b0;
}
.fa-xing-block {
--hkit-sicon: #cfdc00;
}
.fa-y-combinator-block {
--hkit-sicon: #f26522;
}
.fa-yelp-block {
--hkit-sicon: #c41200;
}
.fa-youtube-block {
--hkit-sicon: #d4231e;
}
.fa-airbnb-block {
--hkit-sicon: #d95358;
}
.fa-app-store-block {
--hkit-sicon: #1a99f1;
}
.fa-app-store-ios-block {
--hkit-sicon: #1a99f1;
}
.fa-audible-block {
--hkit-sicon: #f39100;
}
.fa-bluesky-block {
--hkit-sicon: #1081f6;
}
.fa-cash-app-block {
--hkit-sicon: #00cf2f;
}
.fa-figma-block {
--hkit-sicon: #9d56f7;
}
.fa-kickstarter-block {
--hkit-sicon: #00ad54;
}
.fa-medium-block {
--hkit-sicon: #000000;
}
.fa-shopify-block {
--hkit-sicon: #90b945;
}
.fa-threads-block {
--hkit-sicon: #000000;
}
.fa-square-threads-block {
--hkit-sicon: #000000;
}
.fa-x-twitter-block {
--hkit-sicon: #000000;
}
.fa-square-x-twitter-block {
--hkit-sicon: #000000;
}  .hk-grid-widget {
margin-right: -4px;
position: relative;
}
.hk-grid-widget .hk-gridunit {
position: relative;
padding: 0 4px 4px 0;
}
.hk-gridunit-image {
position: relative;
overflow: hidden;
}
.hk-gridunit-image:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: var(--hkimgbg);
background-position: center center;
background-color: rgba(100, 100, 100, 0.05);
background-repeat: no-repeat;
background-size: cover;
pointer-events: none;
}
.hk-gridunit-image img {
width: 100%;
display: none;
}
.hk-gridunit-size2 .hk-gridunit-image {
padding-bottom: 4px;
}
.hk-gridunit-image {
height: 215px;
}
.hk-gridunit-size2 .hk-gridunit-image {
height: 430px;
}
@media only screen and (min-width: 970px) {
.hk-gridunit-size2 {
height: auto !important;
}
}
@media only screen and (max-width: 969px) {
.hk-gridunit-size2 {
margin-bottom: 4px;
padding-bottom: 0;
height: 215px;
}
.hk-gridunit-size2 .hk-gridunit-image {
height: inherit !important;
padding-bottom: 0;
}
} .hk-gridunit-bg {
position: absolute;
left: 0;
right: 4px;
bottom: 4px;
top: 0;
}
.hk-gridunit-content > * {
position: relative;
z-index: 1;
}
.hk-gridunit-content:before {
content: "";
position: absolute;
pointer-events: none;
top: -50%;
bottom: -10px;
left: -10px;
right: -10px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.8) 100%);
}
.hk-gridunit-imglink {
position: absolute;
z-index: 2;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.hk-gridunit-content {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
flex-direction: column;
position: absolute;
z-index: 3;
left: 10px;
right: 14px;
bottom: 14px;
color: #ffffff;
text-shadow: 1px 1px 5px #000;
}
.hk-gridunit-suptitle .entry-byline {
color: inherit;
margin-top: 0;
margin-bottom: 2px;
}
.hk-gridunit-title {
font-family: inherit;
font-weight: 500;
font-size: var(--hoot-basefont-size);
color: inherit;
font-style: normal;
text-transform: uppercase;
margin: 0;
}
.hk-gridunit-title a, .hk-gridunit-title a:hover {
color: inherit;
}
.hk-gridunit-subtitle .entry-byline {
padding: 0;
margin: 0;
font-size: 1em;
text-transform: none;
color: inherit;
font-family: inherit;
}
@media only screen and (max-width: 969px) {
.hk-gridunit-size2 .hk-gridunit-bg {
bottom: 0;
}
.hk-gridunit-size2 .hk-gridunit-content {
bottom: 10px;
}
} .hk-gridunit-size1 .align-bottom-center .coverimage-content-block {
width: 100%;
}
.hk-gridunit-size1 .style-dark-on-light, .hk-gridunit-size1 .style-light-on-dark {
padding: 8px;
}
.hk-gridunit-size1 .coverimage-title {
font-size: 1em;
}
.hk-gridunit-size1 .coverimage-text {
margin-top: 0;
}
.coverimage-content-block {
position: relative;
z-index: 4;
} .hk-grid-slide {
position: relative;
}
.hk-gridslider .hk-gridunit-bg {
right: 0;
bottom: 0;
}
.hk-gridslider .hk-gridunit-content {
right: 10px;
bottom: 10px;
}
.hk-gridunit {   }
.hk-gridunit .lightSlider {
height: auto;
}
.hk-gridunit .hk-grid-slide {
display: none;
}
.hk-gridunit .hk-grid-slide:first-child {
display: block;
}
.hk-gridunit .lSSlideOuter .hk-grid-slide {
display: block;
}
.hk-gridunit .lSSlideOuter .lSAction {
position: absolute;
top: 5px;
right: 5px;
}
.hk-gridunit .lSSlideOuter .lSAction > a {
text-align: center;
background: rgba(255, 255, 255, 0.5);
color: #555;
margin-left: 3px;
width: 24px;
line-height: 22px;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
.hk-gridunit .lSSlideOuter .lSAction > a:hover {
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.hk-gridunit .lSSlideWrapper:hover .lSAction > a {
display: inline-block;
}
.hk-gridunit .lSSlideOuter .lSAction > a:after {
font-size: 20px;
display: inline-block;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
}
.hk-gridunit .lSPager.lSpg {
text-align: right;
top: auto;
bottom: 5px;
right: 5px;
left: auto;
position: absolute;
}
.hk-gridunit .lSSlideOuter ul.lSPager.lSpg > li {
padding: 2px;
}
.hk-gridunit .lSSlideOuter ul.lSPager.lSpg > li a {
width: 8px;
height: 8px;
}
@media only screen and (max-width: 969px) {
.hk-gridunit .lightSlider {
height: inherit !important;
}
.hk-gridunit .lSSlideWrapper, .hk-gridunit .lSSlideOuter {
height: inherit;
}
.hk-grid-slide {
height: inherit;
}
}   .hk-list-style1 .hk-listunit-small .hk-listunit-image {
width: 90px;
min-height: 80px;
}
.hk-list-style1 .hk-listunit-small .hk-listunit-title {
font-size: inherit;
}
.hk-list-style2 .hk-listunit-small .hk-listunit-image {
width: 150px;
min-height: 135px;
}
.hk-list-style2 .hk-listunit-small .hk-listunit-title {
font-size: var(--hoot-h6-size);
font-style: var(--hoot-h6-style);
text-transform: var(--hoot-h6-transform);
font-weight: var(--hoot-h6-weight);
color: var(--hoot-h6-color);
}  .hk-listunit {
margin-bottom: 1.333333em;
}
.hk-listunit:last-child {
margin-bottom: 0;
}
.hk-listunit-small {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: flex-start;
}
.hk-listunit-small .hk-listunit-image {
flex-shrink: 0;
margin-right: 20px;
}
.hk-listunit-small .hk-listunit-bg img {
width: 100%;
visibility: hidden;
}
.hk-listunit-small .hk-listunit-content {
flex-grow: 1;
}
.hk-listunit-small .hk-listunit-content p {
margin-top: 5px;
}
.hk-listunit-large .hk-listunit-image {
margin-bottom: 15px;
}
.hk-listunit-large .hk-listunit-bg:after {
content: "";
display: block;
pointer-events: none;
}
.hk-listunit-large .hk-listunit-bg .entry-featured-img-wrap a {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.hk-imgsize-small .hk-listunit-bg:after {
padding-top: 190px;
}
.hk-imgsize-medium .hk-listunit-bg:after {
padding-top: 260px;
}
.hk-imgsize-big .hk-listunit-bg:after {
padding-top: 345px;
} .hk-listunit-image {
position: relative;
}
.hk-listunit-image img {
display: block;
margin: 0 auto;
}
.hk-listunit-image a {
display: block;
}
.hk-listunit-bg {
position: relative;
overflow: hidden;
}
.hk-listunit-bg:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: var(--hkimgbg);
background-position: center center;
background-color: rgba(100, 100, 100, 0.05);
background-repeat: no-repeat;
background-size: cover;
pointer-events: none;
}
.hk-listunit-bg img {
display: none;
} .hk-listunit-content p {
margin: var(--hoot-small-vmargin) 0 0;
}
.hk-listunit-title {
font-size: var(--hoot-h5-size);
font-style: var(--hoot-h5-style);
text-transform: var(--hoot-h5-transform);
font-weight: var(--hoot-h5-weight);
color: var(--hoot-h5-color);
margin: 0;
}
.hk-listunit-title a {
color: inherit;
}
.hk-listunit-subtitle .entry-byline {
padding: 0;
font-size: 1em;
margin: 2px 0 0 0;
font-family: inherit;
}
.hk-listunit-text .sharedaddy {
display: none;
}
.hk-listunit-excerpt .more-link {
margin-top: 5px;
text-align: left;
border: none;
}
.hk-listunit-excerpt .more-link a {
background: none;
padding-left: 0;
} .hk-listunit {
background: var(--hoot-highlight10);
}
.hk-listunit-small {
align-items: stretch;
}
.hk-listunit-content {
padding: 15px 20px;
align-self: center;
}
.hk-listunit-small.visual-img .hk-listunit-content {
padding: 10px 10px 10px 0;
}
.hk-listunit-large.visual-img .hk-listunit-content {
padding-top: 0;
} @media only screen and (max-width: 969px) {
.hk-list-columns [class*=hk-list-column-] {
padding: 0;
}
.hk-listunit:last-child {
margin-bottom: var(--hoot-big-vmargin);
}
.hcol-last .hk-listunit:last-child {
margin-bottom: 0;
}
.hk-list-style2 .hk-listunit-small .hk-listunit-image {
width: 100px;
height: 90px;
}
}    .hk-woo-products .star-rating {
display: block;
position: relative;
margin: 0.5em 0;
float: none;
font-size: 0.857em;
height: 1em;
line-height: 1;
width: 5.4em;
font-family: star;
overflow: hidden;
}
.hk-woo-products .star-rating:before {
content: "sssss";
color: #d3ced2;
position: absolute;
top: 0;
left: 0;
}
.hk-woo-products .star-rating span {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding-top: 1.5em;
}
.hk-woo-products .star-rating span:before {
content: "SSSSS";
position: absolute;
top: 0;
left: 0;
}
.hk-woo-products a.button {
margin: 5px 0;
} .flycart-right .flycart-toggle {
border-right: none;
left: auto;
right: 0;
}
.flycart-right .flycart-panel {
border-right: none;
}
.flycart-left .flycart-toggle {
border-left: none;
}
.flycart-left .flycart-panel {
border-left: none;
}
.flycart-none {
display: none !important;
}
.force-custview.flycart-right .flycart-toggle, .force-custview.flycart-right .flycart-panel {
left: auto !important;
}
.force-custview.flycart-left .flycart-toggle, .force-custview.flycart-left .flycart-panel {
right: auto !important;
}
.flycart-toggle {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 15px;
padding: 5px;
box-sizing: content-box;
position: fixed;
top: 15%;
left: 0;
z-index: 9997;
border: solid 2px var(--hoot-shadow30);
text-align: center;
background: var(--hoot-box-bg);
color: var(--hoot-basefont-color);
}
.flycart-panel {
display: none;
width: 280px;
position: fixed;
top: 0;
z-index: 9996;
overflow-y: auto;
height: 100%;
border-right: solid 2px var(--hoot-shadow30);
border-left: solid 2px var(--hoot-shadow30);
background: var(--hoot-box-bg);
color: var(--hoot-basefont-color);
}
.flycart-content {
padding: 1em;
}
.flycart-content .woocommerce-mini-cart__empty-message {
text-align: center;
}
.flycart-topicon {
margin: 0 auto 1em;
background: rgba(0, 0, 0, 0.05);
display: block;
border-radius: 3em;
width: 6em;
height: 6em;
text-align: center;
-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.flycart-topicon i {
font-size: 3em;
line-height: 2em;
}
.flycart-open body {
position: relative;
}
.flycart-open body:before {
content: "";
position: absolute;
z-index: 9995;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
cursor: pointer;
} .hootamp .fly-cart:hover.flycart-right .flycart-toggle {
right: 280px;
}
.hootamp .fly-cart:hover.flycart-right .flycart-panel {
right: 0;
display: block;
}
.hootamp .fly-cart:hover.flycart-left .flycart-toggle {
left: 280px;
}
.hootamp .fly-cart:hover.flycart-left .flycart-panel {
left: 0;
display: block;
} .admin-bar .flycart-panel {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar .flycart-panel {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.flycart-open.has-adminbar {
overflow-y: scroll;
position: fixed;
width: 100%;
left: 0px;
top: -46px;
}
.flycart-open.has-adminbar body {
padding-top: 46px;
}
} @media only screen and (max-width: 969px) {
.flycart-left .flycart-toggle {
margin-top: 50px;
}
} .hours-count:after, .minutes-count:after {
content: ":";
}
.timer-expired {
color: #bb0707;
font-style: italic;
}  .so-panel .content-blocks-widget, .so-panel .vcards-widget, .so-panel .number-blocks-widget {
margin: 0;
}
.so-panel .topborder-shadow .content-blocks-widget, .so-panel .topborder-shadow .vcards-widget, .so-panel .topborder-shadow .number-blocks-widget, .so-panel .topborder-line .content-blocks-widget, .so-panel .topborder-line .vcards-widget, .so-panel .topborder-line .number-blocks-widget {
margin-top: 3em;
}
.so-panel .bottomborder-shadow .content-blocks-widget, .so-panel .bottomborder-shadow .vcards-widget, .so-panel .bottomborder-shadow .number-blocks-widget, .so-panel .bottomborder-line .content-blocks-widget, .so-panel .bottomborder-line .vcards-widget, .so-panel .bottomborder-line .number-blocks-widget {
margin-bottom: 3em;
}   .vcard-row {
margin: 0 0 15px;
}
.vcard-row:after {
content: "";
display: table;
clear: both;
}
.vcard-row:last-child {
margin: 0;
}
.vcard-column {
text-align: center;
}
.vcard-image-circle {
display: inline-block;
margin: 0 auto;
width: 100%;
max-width: 400px;
}
.vcard-image-placeholder {
width: 100%;
padding-top: 100%;
background-size: cover;
border-radius: 50%;
}
.vcard-content {
padding-top: 10px;
}
.vcard-content.no-visual {
padding-top: 0;
}
.vcard-content p {
margin: 0 0 10px;
font-style: italic;
}
.vcard-content h4,
.vcard-content h1, .vcard-content h2, .vcard-content h3, .vcard-content h5, .vcard-content h6 {
font-size: var(--hoot-h6-size);
font-style: var(--hoot-h6-style);
text-transform: var(--hoot-h6-transform);
font-weight: var(--hoot-h6-weight);
color: var(--hoot-h6-color);
margin: 0 0 5px;
}
.vcard-content h4 a,
.vcard-content h1 a, .vcard-content h2 a, .vcard-content h3 a, .vcard-content h5 a, .vcard-content h6 a {
color: inherit;
}
.vcard-content cite {
margin: -2px 0 0;
padding: 2px 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.05);
text-transform: uppercase;
font-style: normal;
display: inline-block;
vertical-align: top;
width: 100%;
}
.vcard-content > p:last-child > a:last-child {
font-size: var(--hoot-basefont-smallsize);
line-height: var(--hoot-basefont-smalllh);
display: block;
padding: 2px 0;
margin: var(--hoot-small-vmargin) 0;
text-transform: uppercase;
font-style: normal;
}
.vcard-links {
border-top: solid 1px var(--hoot-shadow50);
}
.vcard-links:after {
content: "";
display: table;
clear: both;
}
.vcard-link {
display: inline-block;
}
.vcard-link .vcard-link-inner {
margin: 0;
}
.vcard-link a {
display: inline-block;
}
.vcard-link a:hover {
color: #ffffff;
}  @media only screen and (max-width: 969px) {
div.vcard-row {
margin: 0;
}
.vcard-column {
margin-top: 20px;
padding-top: 20px;
}
.vcard-row:first-child .vcard-column:first-child { padding-top: 0;
}
}  .number-block-row {
margin: 0 0 1em;
}
.number-block-row:after {
content: "";
display: table;
clear: both;
}
.number-block-row:last-child {
margin: 0;
}
.number-block-column {
text-align: center;
padding-right: 10px;
padding-left: 10px;
}
.number-block-column.hcolumn-1-1 {
padding-left: 0;
padding-right: 0;
}
.number-block-visual {
text-align: center;
}
.number-block-circle {
display: inline-block;
}
.number-block-circle svg {
margin: -20px;
width: 110px;
}
.number-block-circle text {
fill: currentColor !important;
}
.number-blocks-tiny .number-block-circle svg {
width: 70px;
}
.number-blocks-medium .number-block-circle svg {
width: 160px;
}
.number-blocks-large .number-block-circle svg {
width: 210px;
}
.number-blocks-huge .number-block-circle svg {
width: 270px;
}
.number-block-content {
padding: 10px 0 0;
}
.number-block-content.no-visual {
padding-top: 0;
}
.number-block-content p {
margin: 0 0 5px;
font-style: italic;
line-height: 1.384615em;
}
.number-block-content p:last-child {
margin-bottom: 0;
}
.number-block-content h4,
.number-block-content h1, .number-block-content h2, .number-block-content h3, .number-block-content h5, .number-block-content h6 {
font-size: var(--hoot-h6-size);
font-style: var(--hoot-h6-style);
text-transform: var(--hoot-h6-transform);
font-weight: var(--hoot-h6-weight);
color: var(--hoot-h6-color);
margin: 0 0 5px;
font-family: inherit;
}
.number-block-content h4 a,
.number-block-content h1 a, .number-block-content h2 a, .number-block-content h3 a, .number-block-content h5 a, .number-block-content h6 a {
color: inherit;
}
.number-blocks-tiny .number-block-content,
.number-blocks-small .number-block-content {
margin: 0 calc(-0.53333 * var(--hoot-grid-span-gutter));
font-size: 0.9em;
} @media only screen and (max-width: 969px) {
div.number-block-row {
margin: 0;
}
.number-block-column {
margin-top: 10px;
padding-top: 10px;
}
.number-block-row:first-child .number-block-column:first-child { padding-top: 0;
}
} .contact-info-block {
margin-bottom: var(--hoot-small-vmargin);
line-height: 1.5em;
}
.contact-info-block:after {
content: "";
display: table;
clear: both;
}
.contact-info-block:last-child {
margin-bottom: 0;
}
.contact-info-icon {
width: 25px;
float: left;
font-size: 15px;
line-height: inherit;
}
.contact-info-text {
margin-left: 28px;
text-align: left;
}  body.hootwp .button-widget {
margin: 0;
}
body.hootwp .button-widget.button {
background: none;
border: solid 2px;
}
body.hootwp .button-widget.preset-accent {
color: var(--hoot-accentfont);
background: var(--hoot-accentcolor);
border-color: var(--hoot-accentcolor);
}
body.hootwp .button-widget.preset-accent:hover, body.hootwp .button-widget.preset-accent:focus {
color: var(--hoot-accentcolor);
background: var(--hoot-accentfont);
}
body.hootwp .button-widget.preset-white {
color: #888888;
background: #f2f2f2;
border-color: #f2f2f2;
}
body.hootwp .button-widget.preset-white:hover, body.hootwp .button-widget.preset-white:focus {
color: #f2f2f2;
background: #888888;
}
body.hootwp .button-widget.preset-black {
color: #ffffff;
background: #222222;
border-color: #222222;
}
body.hootwp .button-widget.preset-black:hover, body.hootwp .button-widget.preset-black:focus {
color: #222222;
background: #ffffff;
}
body.hootwp .button-widget.preset-brown {
color: #ffffff;
background: #986736;
border-color: #986736;
}
body.hootwp .button-widget.preset-brown:hover, body.hootwp .button-widget.preset-brown:focus {
color: #986736;
background: #ffffff;
}
body.hootwp .button-widget.preset-blue {
color: #ffffff;
background: #3b86b0;
border-color: #3b86b0;
}
body.hootwp .button-widget.preset-blue:hover, body.hootwp .button-widget.preset-blue:focus {
color: #3b86b0;
background: #ffffff;
}
body.hootwp .button-widget.preset-cyan {
color: #ffffff;
background: #40b7c2;
border-color: #40b7c2;
}
body.hootwp .button-widget.preset-cyan:hover, body.hootwp .button-widget.preset-cyan:focus {
color: #40b7c2;
background: #ffffff;
}
body.hootwp .button-widget.preset-green {
color: #ffffff;
background: #3bb064;
border-color: #3bb064;
}
body.hootwp .button-widget.preset-green:hover, body.hootwp .button-widget.preset-green:focus {
color: #3bb064;
background: #ffffff;
}
body.hootwp .button-widget.preset-yellow {
color: #6d6a17;
background: #dbd932;
border-color: #dbd932;
}
body.hootwp .button-widget.preset-yellow:hover, body.hootwp .button-widget.preset-yellow:focus {
color: #dbd932;
background: #6d6a17;
}
body.hootwp .button-widget.preset-amber {
color: #ffffff;
background: #e4910e;
border-color: #e4910e;
}
body.hootwp .button-widget.preset-amber:hover, body.hootwp .button-widget.preset-amber:focus {
color: #e4910e;
background: #ffffff;
}
body.hootwp .button-widget.preset-orange {
color: #ffffff;
background: #ec750c;
border-color: #ec750c;
}
body.hootwp .button-widget.preset-orange:hover, body.hootwp .button-widget.preset-orange:focus {
color: #ec750c;
background: #ffffff;
}
body.hootwp .button-widget.preset-red {
color: #ffffff;
background: #c73535;
border-color: #c73535;
}
body.hootwp .button-widget.preset-red:hover, body.hootwp .button-widget.preset-red:focus {
color: #c73535;
background: #ffffff;
}
body.hootwp .button-widget.preset-pink {
color: #ffffff;
background: #eb4992;
border-color: #eb4992;
}
body.hootwp .button-widget.preset-pink:hover, body.hootwp .button-widget.preset-pink:focus {
color: #eb4992;
background: #ffffff;
} .buttons-widget.buttons-left {
text-align: left;
}
.buttons-widget.buttons-left .button-widget {
margin-right: 1em;
}
.buttons-widget.buttons-right {
text-align: right;
}
.buttons-widget.buttons-right .button-widget {
margin-left: 1em;
}
.buttons-widget.buttons-center {
text-align: center;
}
.buttons-widget.buttons-center .button-widget {
margin-right: 1em;
margin-left: 1em;
}  .icon-list-widget {
box-sizing: border-box;
}
.icon-list-widget.icon-list-withbg {
padding: var(--hoot-small-vmargin) calc(var(--hoot-small-vmargin) + 10px);
}
.icon-list-widget.icon-list-iconsmall .icon-list-ul {
margin-left: 1.5em;
}
.icon-list-widget.icon-list-iconsmall .icon-list-i {
font-size: 1em;
width: 1.5em;
left: -1.5em;
}
.icon-list-widget.icon-list-iconsmall .icon-list-li {
margin: 2px 0;
}
.icon-list-widget.icon-list-iconmedium .icon-list-ul {
margin-left: 2em;
}
.icon-list-widget.icon-list-iconmedium .icon-list-i {
font-size: 1.3em;
width: 1.5384em;
left: -1.5384em;
}
.icon-list-widget.icon-list-iconmedium .icon-list-li {
margin: 4px 0;
}
.icon-list-widget.icon-list-iconlarge .icon-list-ul {
margin-left: 2.3333em;
}
.icon-list-widget.icon-list-iconlarge .icon-list-i {
font-size: 1.6em;
width: 1.4583em;
left: -1.4583em;
}
.icon-list-widget.icon-list-iconlarge .icon-list-li {
margin: 6px 0;
}
.icon-list-widget.icon-list-iconhuge .icon-list-ul {
margin-left: 2.6666em;
}
.icon-list-widget.icon-list-iconhuge .icon-list-i {
font-size: 1.9em;
width: 1.4035em;
left: -1.4035em;
}
.icon-list-widget.icon-list-iconhuge .icon-list-li {
margin: 8px 0;
}
.icon-list-widget ul.icon-list-ul {
list-style-type: none;
}
.icon-list-widget li.icon-list-li {
position: relative;
}
.icon-list-widget i.icon-list-i {
position: absolute;
line-height: inherit;
} .notice-widget {
border: solid 1px;
}
.notice-widget.preset-accent {
background: var(--hoot-accentcolor);
color: var(--hoot-accentfont);
}
.notice-widget.preset-white {
background: #f2f2f2;
color: #888888;
}
.notice-widget.preset-black {
background: #444444;
color: #ffffff;
}
.notice-widget.preset-brown {
background: #f5e7d8;
color: #986736;
}
.notice-widget.preset-brownbright {
background: #986736;
color: #ffffff;
}
.notice-widget.preset-blue {
background: #e8f0fa;
color: #4671a3;
}
.notice-widget.preset-bluebright {
background: #3b86b0;
color: #ffffff;
}
.notice-widget.preset-cyan {
background: #e8f8fa;
color: #469ba3;
}
.notice-widget.preset-cyanbright {
background: #40b7c2;
color: #ffffff;
}
.notice-widget.preset-green {
background: #eefae8;
color: #728754;
}
.notice-widget.preset-greenbright {
background: #3bb064;
color: #ffffff;
}
.notice-widget.preset-yellow {
background: #fcfbd9;
color: #a69021;
}
.notice-widget.preset-yellowbright {
background: #dbd932;
color: #6d6a17;
}
.notice-widget.preset-amber {
background: #faeed4;
color: #b28929;
}
.notice-widget.preset-amberbright {
background: #e4910e;
color: #ffffff;
}
.notice-widget.preset-orange {
background: #ffe0bc;
color: #c8640d;
}
.notice-widget.preset-orangebright {
background: #ec750c;
color: #ffffff;
}
.notice-widget.preset-red {
background: #faece8;
color: #af2c20;
}
.notice-widget.preset-redbright {
background: #c73535;
color: #ffffff;
}
.notice-widget.preset-pink {
background: #fae8f4;
color: #c2519b;
}
.notice-widget.preset-pinkbright {
background: #eb4992;
color: #ffffff;
}
.notice-icon {
padding-left: 15px;
text-align: center;
width: 1.5em;
font-size: 1.5em;
flex-shrink: 0;
}
.notice-icon.notice-iconsmall {
font-size: 1em;
}
.notice-icon.notice-iconlarge {
font-size: 2.5em;
}
.notice-icon.notice-iconhuge {
font-size: 3.5em;
}
.notice-content {
flex-grow: 1;
padding: var(--hoot-small-vmargin) var(--hoot-vmargin);
}
.notice-title {
margin: 5px 0;
}
.widget .notice-title {
color: inherit;
}
.notice-text a {
color: inherit;
text-decoration: underline;
}
.notice-text h1, .notice-text h2, .notice-text h3, .notice-text h4, .notice-text h5, .notice-text h6, .notice-text p {
margin: 5px 0;
} .hootkit-toggle-unit {
margin: var(--hoot-small-vmargin) 0;
border: solid 1px rgba(255, 255, 255, 0.5);
}
.hootkit-toggle-active .hootkit-toggle-head {
background: none;
}
.hootkit-toggle-active .hootkit-toggle-head i:before {
content: "\f068";
}
.hootkit-toggle-head {
background: rgba(0, 0, 0, 0.05);
border: solid 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
padding: 6px 15px 6px 30px;
position: relative;
-webkit-transition: color 0.1s linear, background 0.2s linear;
-moz-transition: color 0.1s linear, background 0.2s linear;
-o-transition: color 0.1s linear, background 0.2s linear;
transition: color 0.1s linear, background 0.2s linear;
}
.hootkit-toggle-head i {
position: absolute;
left: 10px;
top: 50%;
font-size: 0.6em;
line-height: 1em;
margin-top: -0.5em;
}
.hootkit-toggle-head i:before {
content: "\f067";
}
.hootkit-toggle-box {
display: none;
border: solid 1px rgba(0, 0, 0, 0.1);
border-top: none;
margin: 0;
padding: 13px 15px;
}
.hootkit-toggle-box p:first-child {
margin-top: 0;
}
.hootkit-toggle-box p:last-child {
margin-bottom: 0;
}
.hootkit-toggle-box.default-open {
display: block;
} .hootkit-tabheads {
position: relative;
z-index: 1;
display: inline-flex;
flex-wrap: wrap;
max-width: 100%;
margin: 0 0 -1px 0;
}
.hootkit-tabhead {
margin: 2px 5px 0 0;
border: solid 1px rgba(0, 0, 0, 0.1);
border-bottom: none;
background: rgba(0, 0, 0, 0.05);
padding: 8px 20px;
cursor: pointer;
}
.current-tabhead {
background: none;
border-bottom: solid 1px var(--hoot-box-bg);
}
.hootkit-tabboxes {
position: relative;
}
.hootkit-tabbox {
display: none;
padding: 13px 15px;
border: solid 1px rgba(0, 0, 0, 0.1);
}
.hootkit-tabbox p:first-child {
margin-top: 0;
}
.hootkit-tabbox p:last-child {
margin-bottom: 0;
}
.current-tabbox {
display: block;
}