.flipper {
color: #333;
display: block;
font-size: 50px;
line-height: 100%;
padding: 0;
margin: 0;
height: 1.7em;
}
.flipper.flipper-invisible {
font-size: 0px !important;
}
.flipper-group {
position: relative;
white-space: nowrap;
display: block;
float: left;
padding: 0;
margin: 0;
}
.flipper-group label {
position: absolute;
color: #fff;
font-size: 20%;
top: 100%;
line-height: 1em;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
text-align: center;
padding-top: .5em;
}
.flipper-digit {
white-space: nowrap;
position: relative;
padding: 0;
margin: 0;
display: inline-block;
float: left;
height: 1.2em;
overflow-y: hidden;
}
.flipper-digit span {
font-size: 25%;
}
.flipper-delimiter {
white-space: nowrap;
display: block;
float: left;
padding: 0;
margin: 0;
color: #fff;
min-width: .1em;
white-space: nowrap;
display: block;
padding-top: 0.1em;
padding-bottom: 0.1em;
line-height: 1em;
}
.digit-face {
display: block;
visibility: hidden;
position: relative;
border-radius: 0.1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
box-sizing: border-box;
text-align: center;
}
.digit-next {
display: block;
position: relative;
border-radius: 0.1em;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
height: 1.2em;
background: #fff;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
box-sizing: border-box;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.digit-top {
z-index: 10;
top: 0;
left: 0;
right: 0;
height: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none;
overflow: hidden;
position: absolute;
background: #fff;
padding-top: 0.1em;
padding-bottom: 0;
padding-left: 0.1em;
padding-right: 0.1em;
border-top-left-radius: 0.1em;
border-top-right-radius: 0.1em;
box-sizing: border-box;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0s linear, -webkit-transform 0s linear;
transition: transform 0s linear, background 0s linear;
transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
-webkit-transform-origin: 0 0.6em 0 !important;
transform-origin: 0 0.6em 0 !important;
-webkit-transform-style: preserve-3d !important;
transform-style: preserve-3d !important;
z-index: 20;
}
.digit-top.r {
transition: background 0.2s linear, -webkit-transform 0.2s linear;
transition: transform 0.2s linear, background 0.2s linear;
transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
background: #cccccc;
}
.digit-top2 {
visibility: hidden;
position: absolute;
height: 50%;
left: 0;
right: 0;
background: #cccccc;
transition: -webkit-transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear;
line-height: 0em !important;
top: 50% !important;
bottom: auto !important;
padding-top: 0;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
border-bottom-left-radius: 0.1em;
border-bottom-right-radius: 0.1em;
overflow: hidden;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0s linear, -webkit-transform 0s linear;
transition: transform 0s linear, background 0s linear;
transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-style: preserve-3d !important;
transform-style: preserve-3d !important;
-webkit-transform-origin: 0 0 0 !important;
transform-origin: 0 0 0 !important;
z-index: 20;
}
.digit-top2.r {
visibility: visible;
transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
background: #fff;
}
.digit-bottom {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none;
position: absolute;
overflow: hidden;
background: #fff;
height: 50%;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
line-height: 0em;
padding-top: 0;
padding-bottom: 0.1em;
padding-left: 0.1em;
padding-right: 0.1em;
border-bottom-left-radius: 0.1em;
border-bottom-right-radius: 0.1em;
box-sizing: border-box;
text-align: center;
transition: none;
}
.digit-bottom.r {
transition: background 0.2s linear;
background: #cccccc;
}
.flipper-digit:after {
content: "";
position: absolute;
height: 2px;
background: rgba(0, 0, 0, 0.5);
top: 50%;
display: block;
z-index: 30;
left: 0;
right: 0;
}
.flipper-dark {
color: #fff;
}
.flipper-dark .flipper-delimiter {
color: #333;
}
.flipper-dark .digit-next {
background: #333;
}
.flipper-dark .digit-top {
background: #333;
}
.flipper-dark .digit-top.r {
background: black;
}
.flipper-dark .digit-top2 {
background: black;
}
.flipper-dark .digit-top2.r {
background: #333;
}
.flipper-dark .digit-bottom {
background: #333;
}
.flipper-dark-labels .flipper-group label {
color: #333;
}.wooct-css {
display: none;
} .wooct-countdown.wooct-style-01 .wooct-timer {
font-weight: 700;
color: #ff6600;
} .wooct-countdown.wooct-style-02 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span {
display: flex;
flex: 1 1 0;
flex-direction: column;
border: 1px solid #ff6600;
padding: 10px 6px;
margin: 0 2px;
line-height: 1;
text-align: center;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin-bottom: 5px;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-02 .wooct-timer > span span:last-child {
font-size: 10px;
text-transform: uppercase;
word-break: keep-all;
white-space: nowrap;
} .wooct-countdown.wooct-style-03 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span {
display: flex;
flex-direction: column;
justify-content: center;
border: 1px solid #ff6600;
padding: 5px;
margin: 0 2px;
line-height: 1;
text-align: center;
width: 80px;
height: 80px;
flex: 0 0 80px;
border-radius: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin-bottom: 5px;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-03 .wooct-timer > span span:last-child {
word-break: keep-all;
white-space: nowrap;
} .wooct-countdown.wooct-style-06 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
margin-left: -5px;
margin-right: -5px;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span {
display: flex;
flex-direction: column;
justify-content: center;
border-top: 3px solid #ff6600;
border-right: 3px solid transparent;
border-bottom: 3px solid #ff6600;
border-left: 3px solid #ff6600;
padding: 5px;
margin: 0 5px;
line-height: 1;
text-align: center;
width: 60px;
height: 60px;
flex: 0 0 60px;
border-radius: 50%;
text-overflow: ellipsis;
position: relative;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span span:first-child {
font-size: 20px;
font-weight: 700;
color: #ff6600;
margin: 0;
border: none;
word-break: keep-all;
white-space: nowrap;
}
.wooct-countdown.wooct-style-06 .wooct-timer > span span:last-child {
word-break: keep-all;
white-space: nowrap;
position: absolute;
right: 0;
transform: translateX(50%);
} .wooct-flipper .flipper-dark label {
color: #222;
} .wooct-countdown.wooct-style-07 .wooct-timer {
display: flex;
align-items: center;
max-width: 360px;
margin-left: -3px;
margin-right: -3px;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .slice,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .slice {
clip: rect(auto, auto, auto, auto);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 .bar,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .fill {
position: absolute;
border: 3px solid #ff6600;
width: 54px;
height: 54px;
clip: rect(0, 30px, 60px, 0);
border-radius: 50%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .pie-fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .fill,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .bar:after,
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .fill {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 {
position: relative;
font-size: 60px;
width: 60px;
height: 60px;
border-radius: 50%;
float: left;
margin: 0 3px;
background-color: #dddddd;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *,
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *:before,
.wooct-countdown.wooct-style-07 .wooct-timer .c100 *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.center {
float: none;
margin: 0 auto;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span {
position: absolute;
width: 100%;
z-index: 1;
left: 0;
top: 0;
width: 60px;
line-height: 60px;
font-size: 16px;
color: #222222;
display: block;
text-align: center;
white-space: nowrap;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span.text > span:first-child {
font-weight: 700;
font-size: 20px;
color: #ff6600;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 > span.text > span:last-child {
position: absolute;
top: -10px;
left: 42px;
font-size: 12px;
color: #666;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100:after {
position: absolute;
top: 3px;
left: 3px;
display: block;
content: " ";
border-radius: 50%;
background-color: #f9f9f9;
width: 54px;
height: 54px;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100 .slice {
position: absolute;
width: 60px;
height: 60px;
clip: rect(0, 60px, 60px, 30px);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p1 .bar {
-webkit-transform: rotate(3.6deg);
-moz-transform: rotate(3.6deg);
-ms-transform: rotate(3.6deg);
-o-transform: rotate(3.6deg);
transform: rotate(3.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p2 .bar {
-webkit-transform: rotate(7.2deg);
-moz-transform: rotate(7.2deg);
-ms-transform: rotate(7.2deg);
-o-transform: rotate(7.2deg);
transform: rotate(7.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p3 .bar {
-webkit-transform: rotate(10.8deg);
-moz-transform: rotate(10.8deg);
-ms-transform: rotate(10.8deg);
-o-transform: rotate(10.8deg);
transform: rotate(10.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p4 .bar {
-webkit-transform: rotate(14.4deg);
-moz-transform: rotate(14.4deg);
-ms-transform: rotate(14.4deg);
-o-transform: rotate(14.4deg);
transform: rotate(14.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p5 .bar {
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-ms-transform: rotate(18deg);
-o-transform: rotate(18deg);
transform: rotate(18deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p6 .bar {
-webkit-transform: rotate(21.6deg);
-moz-transform: rotate(21.6deg);
-ms-transform: rotate(21.6deg);
-o-transform: rotate(21.6deg);
transform: rotate(21.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p7 .bar {
-webkit-transform: rotate(25.2deg);
-moz-transform: rotate(25.2deg);
-ms-transform: rotate(25.2deg);
-o-transform: rotate(25.2deg);
transform: rotate(25.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p8 .bar {
-webkit-transform: rotate(28.8deg);
-moz-transform: rotate(28.8deg);
-ms-transform: rotate(28.8deg);
-o-transform: rotate(28.8deg);
transform: rotate(28.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p9 .bar {
-webkit-transform: rotate(32.4deg);
-moz-transform: rotate(32.4deg);
-ms-transform: rotate(32.4deg);
-o-transform: rotate(32.4deg);
transform: rotate(32.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p10 .bar {
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-ms-transform: rotate(36deg);
-o-transform: rotate(36deg);
transform: rotate(36deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p11 .bar {
-webkit-transform: rotate(39.6deg);
-moz-transform: rotate(39.6deg);
-ms-transform: rotate(39.6deg);
-o-transform: rotate(39.6deg);
transform: rotate(39.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p12 .bar {
-webkit-transform: rotate(43.2deg);
-moz-transform: rotate(43.2deg);
-ms-transform: rotate(43.2deg);
-o-transform: rotate(43.2deg);
transform: rotate(43.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p13 .bar {
-webkit-transform: rotate(46.8deg);
-moz-transform: rotate(46.8deg);
-ms-transform: rotate(46.8deg);
-o-transform: rotate(46.8deg);
transform: rotate(46.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p14 .bar {
-webkit-transform: rotate(50.4deg);
-moz-transform: rotate(50.4deg);
-ms-transform: rotate(50.4deg);
-o-transform: rotate(50.4deg);
transform: rotate(50.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p15 .bar {
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-ms-transform: rotate(54deg);
-o-transform: rotate(54deg);
transform: rotate(54deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p16 .bar {
-webkit-transform: rotate(57.6deg);
-moz-transform: rotate(57.6deg);
-ms-transform: rotate(57.6deg);
-o-transform: rotate(57.6deg);
transform: rotate(57.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p17 .bar {
-webkit-transform: rotate(61.2deg);
-moz-transform: rotate(61.2deg);
-ms-transform: rotate(61.2deg);
-o-transform: rotate(61.2deg);
transform: rotate(61.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p18 .bar {
-webkit-transform: rotate(64.8deg);
-moz-transform: rotate(64.8deg);
-ms-transform: rotate(64.8deg);
-o-transform: rotate(64.8deg);
transform: rotate(64.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p19 .bar {
-webkit-transform: rotate(68.4deg);
-moz-transform: rotate(68.4deg);
-ms-transform: rotate(68.4deg);
-o-transform: rotate(68.4deg);
transform: rotate(68.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p20 .bar {
-webkit-transform: rotate(72deg);
-moz-transform: rotate(72deg);
-ms-transform: rotate(72deg);
-o-transform: rotate(72deg);
transform: rotate(72deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p21 .bar {
-webkit-transform: rotate(75.6deg);
-moz-transform: rotate(75.6deg);
-ms-transform: rotate(75.6deg);
-o-transform: rotate(75.6deg);
transform: rotate(75.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p22 .bar {
-webkit-transform: rotate(79.2deg);
-moz-transform: rotate(79.2deg);
-ms-transform: rotate(79.2deg);
-o-transform: rotate(79.2deg);
transform: rotate(79.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p23 .bar {
-webkit-transform: rotate(82.8deg);
-moz-transform: rotate(82.8deg);
-ms-transform: rotate(82.8deg);
-o-transform: rotate(82.8deg);
transform: rotate(82.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p24 .bar {
-webkit-transform: rotate(86.4deg);
-moz-transform: rotate(86.4deg);
-ms-transform: rotate(86.4deg);
-o-transform: rotate(86.4deg);
transform: rotate(86.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p25 .bar {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p26 .bar {
-webkit-transform: rotate(93.6deg);
-moz-transform: rotate(93.6deg);
-ms-transform: rotate(93.6deg);
-o-transform: rotate(93.6deg);
transform: rotate(93.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p27 .bar {
-webkit-transform: rotate(97.2deg);
-moz-transform: rotate(97.2deg);
-ms-transform: rotate(97.2deg);
-o-transform: rotate(97.2deg);
transform: rotate(97.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p28 .bar {
-webkit-transform: rotate(100.8deg);
-moz-transform: rotate(100.8deg);
-ms-transform: rotate(100.8deg);
-o-transform: rotate(100.8deg);
transform: rotate(100.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p29 .bar {
-webkit-transform: rotate(104.4deg);
-moz-transform: rotate(104.4deg);
-ms-transform: rotate(104.4deg);
-o-transform: rotate(104.4deg);
transform: rotate(104.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p30 .bar {
-webkit-transform: rotate(108deg);
-moz-transform: rotate(108deg);
-ms-transform: rotate(108deg);
-o-transform: rotate(108deg);
transform: rotate(108deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p31 .bar {
-webkit-transform: rotate(111.6deg);
-moz-transform: rotate(111.6deg);
-ms-transform: rotate(111.6deg);
-o-transform: rotate(111.6deg);
transform: rotate(111.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p32 .bar {
-webkit-transform: rotate(115.2deg);
-moz-transform: rotate(115.2deg);
-ms-transform: rotate(115.2deg);
-o-transform: rotate(115.2deg);
transform: rotate(115.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p33 .bar {
-webkit-transform: rotate(118.8deg);
-moz-transform: rotate(118.8deg);
-ms-transform: rotate(118.8deg);
-o-transform: rotate(118.8deg);
transform: rotate(118.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p34 .bar {
-webkit-transform: rotate(122.4deg);
-moz-transform: rotate(122.4deg);
-ms-transform: rotate(122.4deg);
-o-transform: rotate(122.4deg);
transform: rotate(122.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p35 .bar {
-webkit-transform: rotate(126deg);
-moz-transform: rotate(126deg);
-ms-transform: rotate(126deg);
-o-transform: rotate(126deg);
transform: rotate(126deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p36 .bar {
-webkit-transform: rotate(129.6deg);
-moz-transform: rotate(129.6deg);
-ms-transform: rotate(129.6deg);
-o-transform: rotate(129.6deg);
transform: rotate(129.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p37 .bar {
-webkit-transform: rotate(133.2deg);
-moz-transform: rotate(133.2deg);
-ms-transform: rotate(133.2deg);
-o-transform: rotate(133.2deg);
transform: rotate(133.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p38 .bar {
-webkit-transform: rotate(136.8deg);
-moz-transform: rotate(136.8deg);
-ms-transform: rotate(136.8deg);
-o-transform: rotate(136.8deg);
transform: rotate(136.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p39 .bar {
-webkit-transform: rotate(140.4deg);
-moz-transform: rotate(140.4deg);
-ms-transform: rotate(140.4deg);
-o-transform: rotate(140.4deg);
transform: rotate(140.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p40 .bar {
-webkit-transform: rotate(144deg);
-moz-transform: rotate(144deg);
-ms-transform: rotate(144deg);
-o-transform: rotate(144deg);
transform: rotate(144deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p41 .bar {
-webkit-transform: rotate(147.6deg);
-moz-transform: rotate(147.6deg);
-ms-transform: rotate(147.6deg);
-o-transform: rotate(147.6deg);
transform: rotate(147.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p42 .bar {
-webkit-transform: rotate(151.2deg);
-moz-transform: rotate(151.2deg);
-ms-transform: rotate(151.2deg);
-o-transform: rotate(151.2deg);
transform: rotate(151.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p43 .bar {
-webkit-transform: rotate(154.8deg);
-moz-transform: rotate(154.8deg);
-ms-transform: rotate(154.8deg);
-o-transform: rotate(154.8deg);
transform: rotate(154.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p44 .bar {
-webkit-transform: rotate(158.4deg);
-moz-transform: rotate(158.4deg);
-ms-transform: rotate(158.4deg);
-o-transform: rotate(158.4deg);
transform: rotate(158.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p45 .bar {
-webkit-transform: rotate(162deg);
-moz-transform: rotate(162deg);
-ms-transform: rotate(162deg);
-o-transform: rotate(162deg);
transform: rotate(162deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p46 .bar {
-webkit-transform: rotate(165.6deg);
-moz-transform: rotate(165.6deg);
-ms-transform: rotate(165.6deg);
-o-transform: rotate(165.6deg);
transform: rotate(165.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p47 .bar {
-webkit-transform: rotate(169.2deg);
-moz-transform: rotate(169.2deg);
-ms-transform: rotate(169.2deg);
-o-transform: rotate(169.2deg);
transform: rotate(169.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p48 .bar {
-webkit-transform: rotate(172.8deg);
-moz-transform: rotate(172.8deg);
-ms-transform: rotate(172.8deg);
-o-transform: rotate(172.8deg);
transform: rotate(172.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p49 .bar {
-webkit-transform: rotate(176.4deg);
-moz-transform: rotate(176.4deg);
-ms-transform: rotate(176.4deg);
-o-transform: rotate(176.4deg);
transform: rotate(176.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p50 .bar {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p51 .bar {
-webkit-transform: rotate(183.6deg);
-moz-transform: rotate(183.6deg);
-ms-transform: rotate(183.6deg);
-o-transform: rotate(183.6deg);
transform: rotate(183.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p52 .bar {
-webkit-transform: rotate(187.2deg);
-moz-transform: rotate(187.2deg);
-ms-transform: rotate(187.2deg);
-o-transform: rotate(187.2deg);
transform: rotate(187.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p53 .bar {
-webkit-transform: rotate(190.8deg);
-moz-transform: rotate(190.8deg);
-ms-transform: rotate(190.8deg);
-o-transform: rotate(190.8deg);
transform: rotate(190.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p54 .bar {
-webkit-transform: rotate(194.4deg);
-moz-transform: rotate(194.4deg);
-ms-transform: rotate(194.4deg);
-o-transform: rotate(194.4deg);
transform: rotate(194.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p55 .bar {
-webkit-transform: rotate(198deg);
-moz-transform: rotate(198deg);
-ms-transform: rotate(198deg);
-o-transform: rotate(198deg);
transform: rotate(198deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p56 .bar {
-webkit-transform: rotate(201.6deg);
-moz-transform: rotate(201.6deg);
-ms-transform: rotate(201.6deg);
-o-transform: rotate(201.6deg);
transform: rotate(201.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p57 .bar {
-webkit-transform: rotate(205.2deg);
-moz-transform: rotate(205.2deg);
-ms-transform: rotate(205.2deg);
-o-transform: rotate(205.2deg);
transform: rotate(205.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p58 .bar {
-webkit-transform: rotate(208.8deg);
-moz-transform: rotate(208.8deg);
-ms-transform: rotate(208.8deg);
-o-transform: rotate(208.8deg);
transform: rotate(208.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p59 .bar {
-webkit-transform: rotate(212.4deg);
-moz-transform: rotate(212.4deg);
-ms-transform: rotate(212.4deg);
-o-transform: rotate(212.4deg);
transform: rotate(212.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p60 .bar {
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-ms-transform: rotate(216deg);
-o-transform: rotate(216deg);
transform: rotate(216deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p61 .bar {
-webkit-transform: rotate(219.6deg);
-moz-transform: rotate(219.6deg);
-ms-transform: rotate(219.6deg);
-o-transform: rotate(219.6deg);
transform: rotate(219.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p62 .bar {
-webkit-transform: rotate(223.2deg);
-moz-transform: rotate(223.2deg);
-ms-transform: rotate(223.2deg);
-o-transform: rotate(223.2deg);
transform: rotate(223.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p63 .bar {
-webkit-transform: rotate(226.8deg);
-moz-transform: rotate(226.8deg);
-ms-transform: rotate(226.8deg);
-o-transform: rotate(226.8deg);
transform: rotate(226.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p64 .bar {
-webkit-transform: rotate(230.4deg);
-moz-transform: rotate(230.4deg);
-ms-transform: rotate(230.4deg);
-o-transform: rotate(230.4deg);
transform: rotate(230.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p65 .bar {
-webkit-transform: rotate(234deg);
-moz-transform: rotate(234deg);
-ms-transform: rotate(234deg);
-o-transform: rotate(234deg);
transform: rotate(234deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p66 .bar {
-webkit-transform: rotate(237.6deg);
-moz-transform: rotate(237.6deg);
-ms-transform: rotate(237.6deg);
-o-transform: rotate(237.6deg);
transform: rotate(237.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p67 .bar {
-webkit-transform: rotate(241.2deg);
-moz-transform: rotate(241.2deg);
-ms-transform: rotate(241.2deg);
-o-transform: rotate(241.2deg);
transform: rotate(241.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p68 .bar {
-webkit-transform: rotate(244.8deg);
-moz-transform: rotate(244.8deg);
-ms-transform: rotate(244.8deg);
-o-transform: rotate(244.8deg);
transform: rotate(244.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p69 .bar {
-webkit-transform: rotate(248.4deg);
-moz-transform: rotate(248.4deg);
-ms-transform: rotate(248.4deg);
-o-transform: rotate(248.4deg);
transform: rotate(248.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p70 .bar {
-webkit-transform: rotate(252deg);
-moz-transform: rotate(252deg);
-ms-transform: rotate(252deg);
-o-transform: rotate(252deg);
transform: rotate(252deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p71 .bar {
-webkit-transform: rotate(255.6deg);
-moz-transform: rotate(255.6deg);
-ms-transform: rotate(255.6deg);
-o-transform: rotate(255.6deg);
transform: rotate(255.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p72 .bar {
-webkit-transform: rotate(259.2deg);
-moz-transform: rotate(259.2deg);
-ms-transform: rotate(259.2deg);
-o-transform: rotate(259.2deg);
transform: rotate(259.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p73 .bar {
-webkit-transform: rotate(262.8deg);
-moz-transform: rotate(262.8deg);
-ms-transform: rotate(262.8deg);
-o-transform: rotate(262.8deg);
transform: rotate(262.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p74 .bar {
-webkit-transform: rotate(266.4deg);
-moz-transform: rotate(266.4deg);
-ms-transform: rotate(266.4deg);
-o-transform: rotate(266.4deg);
transform: rotate(266.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p75 .bar {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p76 .bar {
-webkit-transform: rotate(273.6deg);
-moz-transform: rotate(273.6deg);
-ms-transform: rotate(273.6deg);
-o-transform: rotate(273.6deg);
transform: rotate(273.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p77 .bar {
-webkit-transform: rotate(277.2deg);
-moz-transform: rotate(277.2deg);
-ms-transform: rotate(277.2deg);
-o-transform: rotate(277.2deg);
transform: rotate(277.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p78 .bar {
-webkit-transform: rotate(280.8deg);
-moz-transform: rotate(280.8deg);
-ms-transform: rotate(280.8deg);
-o-transform: rotate(280.8deg);
transform: rotate(280.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p79 .bar {
-webkit-transform: rotate(284.4deg);
-moz-transform: rotate(284.4deg);
-ms-transform: rotate(284.4deg);
-o-transform: rotate(284.4deg);
transform: rotate(284.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p80 .bar {
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-ms-transform: rotate(288deg);
-o-transform: rotate(288deg);
transform: rotate(288deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p81 .bar {
-webkit-transform: rotate(291.6deg);
-moz-transform: rotate(291.6deg);
-ms-transform: rotate(291.6deg);
-o-transform: rotate(291.6deg);
transform: rotate(291.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p82 .bar {
-webkit-transform: rotate(295.2deg);
-moz-transform: rotate(295.2deg);
-ms-transform: rotate(295.2deg);
-o-transform: rotate(295.2deg);
transform: rotate(295.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p83 .bar {
-webkit-transform: rotate(298.8deg);
-moz-transform: rotate(298.8deg);
-ms-transform: rotate(298.8deg);
-o-transform: rotate(298.8deg);
transform: rotate(298.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p84 .bar {
-webkit-transform: rotate(302.4deg);
-moz-transform: rotate(302.4deg);
-ms-transform: rotate(302.4deg);
-o-transform: rotate(302.4deg);
transform: rotate(302.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p85 .bar {
-webkit-transform: rotate(306deg);
-moz-transform: rotate(306deg);
-ms-transform: rotate(306deg);
-o-transform: rotate(306deg);
transform: rotate(306deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p86 .bar {
-webkit-transform: rotate(309.6deg);
-moz-transform: rotate(309.6deg);
-ms-transform: rotate(309.6deg);
-o-transform: rotate(309.6deg);
transform: rotate(309.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p87 .bar {
-webkit-transform: rotate(313.2deg);
-moz-transform: rotate(313.2deg);
-ms-transform: rotate(313.2deg);
-o-transform: rotate(313.2deg);
transform: rotate(313.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p88 .bar {
-webkit-transform: rotate(316.8deg);
-moz-transform: rotate(316.8deg);
-ms-transform: rotate(316.8deg);
-o-transform: rotate(316.8deg);
transform: rotate(316.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p89 .bar {
-webkit-transform: rotate(320.4deg);
-moz-transform: rotate(320.4deg);
-ms-transform: rotate(320.4deg);
-o-transform: rotate(320.4deg);
transform: rotate(320.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p90 .bar {
-webkit-transform: rotate(324deg);
-moz-transform: rotate(324deg);
-ms-transform: rotate(324deg);
-o-transform: rotate(324deg);
transform: rotate(324deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p91 .bar {
-webkit-transform: rotate(327.6deg);
-moz-transform: rotate(327.6deg);
-ms-transform: rotate(327.6deg);
-o-transform: rotate(327.6deg);
transform: rotate(327.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p92 .bar {
-webkit-transform: rotate(331.2deg);
-moz-transform: rotate(331.2deg);
-ms-transform: rotate(331.2deg);
-o-transform: rotate(331.2deg);
transform: rotate(331.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p93 .bar {
-webkit-transform: rotate(334.8deg);
-moz-transform: rotate(334.8deg);
-ms-transform: rotate(334.8deg);
-o-transform: rotate(334.8deg);
transform: rotate(334.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p94 .bar {
-webkit-transform: rotate(338.4deg);
-moz-transform: rotate(338.4deg);
-ms-transform: rotate(338.4deg);
-o-transform: rotate(338.4deg);
transform: rotate(338.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p95 .bar {
-webkit-transform: rotate(342deg);
-moz-transform: rotate(342deg);
-ms-transform: rotate(342deg);
-o-transform: rotate(342deg);
transform: rotate(342deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p96 .bar {
-webkit-transform: rotate(345.6deg);
-moz-transform: rotate(345.6deg);
-ms-transform: rotate(345.6deg);
-o-transform: rotate(345.6deg);
transform: rotate(345.6deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p97 .bar {
-webkit-transform: rotate(349.2deg);
-moz-transform: rotate(349.2deg);
-ms-transform: rotate(349.2deg);
-o-transform: rotate(349.2deg);
transform: rotate(349.2deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p98 .bar {
-webkit-transform: rotate(352.8deg);
-moz-transform: rotate(352.8deg);
-ms-transform: rotate(352.8deg);
-o-transform: rotate(352.8deg);
transform: rotate(352.8deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p99 .bar {
-webkit-transform: rotate(356.4deg);
-moz-transform: rotate(356.4deg);
-ms-transform: rotate(356.4deg);
-o-transform: rotate(356.4deg);
transform: rotate(356.4deg);
}
.wooct-countdown.wooct-style-07 .wooct-timer .c100.p100 .bar {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}