@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;700&display=swap");
.post-meta {
display: none;
}
h1 {
font-size: 32px;
margin-top: 1em;
font-weight: bold;
text-align: center;
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 52px;
margin-top: 0;
}
}
.timelapse-calculator-wrapper {
padding: 2em 0;
background: url(//gohustl.co/images/timelapse-calculator-background.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
.timelapse-calculator-wrapper {
background-size: cover;
padding: 1em 3em;
}
}
.timelapse-calculator {
background: rgb(0, 0, 0, 0.1);
backdrop-filter: blur(100px);
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
border-radius: 6px;
padding: 2em 2em;
min-height: 15em; font-family: "Lato", sans-serif;
}
@supports not (backdrop-filter: none) {
.timelapse-calculator {
background: rgb(0, 0, 0, 0.95);
}
}
.timelapse-calculator-number-element .number-input,
.timelapse-calculator-number-element .number-input input {
font-weight: 100;
font-size: 42px;
}
.timelapse-calculator-number-element .number-input input {
background: transparent;
border: 0;
display: inline;
width: 2em;
color: rgb(240, 240, 240);
text-align: right;
}
@media only screen and (min-width: 768px) {
.timelapse-calculator-number-element .number-input input {
width: 1em;
}
}
.figure-title {
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
}
.time-duration-element {
display: inline-block;
width: 100%;
}.gauge-wrapper {
width: 100%;
height: 100%;
max-height: 100px;
}
.gauge {
font-family: "Lato", Helvetica, sans-serif;
background: #000;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05), 0 0 10px 4px rgba(0, 0, 0, 0.1);
width: 200px;
height: 100px;
border-radius: 100px 100px 0 0;
position: relative;
right: -25px;
overflow: hidden; -webkit-transform-style: flat;
-webkit-transform: translateZ(0px);
}
.gauge.min-scaled {
transform: scale(0.8);
}
@media only screen and (min-width: 768px) {
.gauge.min-scaled {
left: 18%;
}
}
.gauge-center {
content: "";
color: #fff;
width: 60%;
height: 60%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(45px);
border-radius: 100px 100px 0 0;
position: absolute;
box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
right: 21%;
bottom: 0;
color: #fff;
}
@supports not (backdrop-filter: none) {
.gauge-center {
background: rgb(0, 0, 0, 0.95);
}
}
#gbs-used {
font-weight: 100;
font-size: 20px;
width: 100%;
padding: 10px 0 0 0;
text-align: center;
float: left;
-webkit-font-smoothing: antialiased;
}
.gauge-center::after {
content: "GBs USED";
font-weight: 700;
font-size: 10px;
width: 100%;
float: left;
opacity: 0.6;
text-align: center;
}
.needle {
width: 78px;
height: 7px;
background: rgba(0, 0, 0, 0.9);
border-bottom-left-radius: 100%;
border-bottom-right-radius: 5px;
border-top-left-radius: 100%;
border-top-right-radius: 5px;
position: absolute;
bottom: 4px;
left: 20px;
transform-origin: 100% 4px;
transition: all 1s; box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
}
.slice-colors .st {
position: absolute;
bottom: 0;
width: 60px;
height: 0;
border-bottom: 80px solid #000;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
.slice-colors .st.slice-item:nth-child(1) {
border-bottom-color: #1eaa59;
left: -2px;
}
.slice-colors .st.slice-item:nth-child(2) {
border-bottom-color: #9baa1e;
transform: rotate(135deg);
transform-origin: center;
top: 0;
left: 20px;
}
.slice-colors .st.slice-item:nth-child(3) {
border-bottom-color: #f1c40f;
transform: rotate(179deg);
transform-origin: center;
top: 0;
left: 52px;
border-bottom-width: 90px;
border-left-width: 45px;
border-right-width: 45px;
width: 18px;
}
.slice-colors .st.slice-item:nth-child(4) {
border-bottom-color: #e67e22;
transform: rotate(219deg);
transform-origin: center;
top: 0;
right: 25px;
}
.slice-colors .st.slice-item:nth-child(5) {
border-bottom-color: #e84c3d;
transform: rotate(240deg) scale(1.3);
transform-origin: center;
right: 0;
bottom: -25px;
}
@-webkit-keyframes speed {
0% {
transform: rotate(0);
}
40% {
transform: rotate(180deg);
}
55% {
transform: rotate(170deg);
}
75% {
transform: rotate(180deg);
}
}
@-webkit-keyframes simplePulse {
from {
opacity: 0.4;
}
to {
opacity: 0.98;
}
}.fps-range-slider-wrapper {
}
.range {
position: relative;
}
.range input[type="range"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
width: 100%;
height: 22px;
cursor: pointer;
display: block;
}
.range input[type="range"]:focus {
outline: none;
}
.range input[type="range"][disabled] {
opacity: 0.3;
cursor: default;
}
.range .rangeslider {
position: relative;
height: 22px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.range .rangeslider:before {
box-sizing: border-box;
width: 100%;
height: 4px;
background: #e6e6e6;
border-radius: 100px;
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.range input::-webkit-slider-runnable-track {
box-sizing: border-box;
width: 100%;
height: 4px;
background: #e6e6e6;
border-radius: 100px;
margin: 11px 0;
}
.range input::-moz-range-track {
box-sizing: border-box;
width: 100%;
height: 4px;
background: #e6e6e6;
border-radius: 100px;
margin: 11px 0;
}
.range input::-ms-track {
box-sizing: border-box;
width: 100%;
height: 4px;
background: #e6e6e6;
border-radius: 100px;
color: transparent;
padding: 11px 0;
background: transparent;
border-color: transparent;
}
.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
box-sizing: border-box;
width: 100%;
height: 4px;
background: #e6e6e6;
border-radius: 100px;
}
.range input::-ms-fill-lower {
background: #60cd18;
}
.range .rangeslider-fill-lower {
background-color: #fbac34;
border-radius: 100px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 4px;
will-change: width;
}
.range input::-webkit-slider-thumb {
box-sizing: border-box;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
border: 6px solid #fff;
height: 24px;
width: 24px;
border-radius: 100px;
background: #333940;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 2px;
}
.range input::-moz-range-thumb {
box-sizing: border-box;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
border: 6px solid #fff;
height: 24px;
width: 24px;
border-radius: 100px;
background: #333940;
cursor: pointer;
}
.range input::-ms-thumb {
box-sizing: border-box;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
border: 6px solid #fff;
height: 24px;
width: 24px;
border-radius: 100px;
background: #333940;
cursor: pointer;
}
.range .rangeslider-thumb {
box-sizing: border-box;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
border: 6px solid #fff;
height: 24px;
width: 24px;
border-radius: 100px;
background: #333940;
cursor: pointer;
position: absolute;
touch-action: pan-x;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
will-change: left;
}
.range .range-output {
position: absolute;
left: 6px;
top: 6px;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: -webkit-transform 0.4s
cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
-webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all ease-in-out 0.1s;
opacity: 0;
}
.range .range-output .output {
display: block;
position: absolute;
height: 60px;
line-height: 60px;
min-width: 32px;
padding: 0 20px;
top: -26px;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
background: #383c42;
color: #fff;
border-radius: 100px;
white-space: nowrap;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}
.range .range-output .output:before {
content: "";
position: absolute;
bottom: -8px;
left: 50%;
border: 10px solid #383c42;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.fps-range-slider-wrapper form { width: 100%;
}div.drum-wrapper {
position: relative;
-webkit-touch-callout:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
width: 30px;
}
div.drum-wrapper .inner {
position: relative;
overflow: hidden;
}
div.drum-wrapper div.container {
position: absolute;
width: 100%;
top: 48px;
left: 0px;
-webkit-perspective: 1100px;
-moz-perspective: 1100px;
-o-perspective: 1100px;
perspective: 1100px;
}
div.drum-wrapper, 
div.drum-wrapper .inner {
height: 120px;
}
.outside div.drum-wrapper {
height: 140px;
}
.outside div.drum-wrapper .inner {
top: 12px;
}
.outside div.drum-wrapper .container {
top: 46px;
} div.drum-wrapper .dial {
position: absolute;
width: 100%;
left: 0px;
height: 48px;
background-color: rgba(255, 255, 255, 0.7);
display: none;
}
.outside div.drum-wrapper .dial {
height: 58px;
}
div.drum-wrapper .dial div {
width: 20px;
height: 10px;
margin: 0 auto;
}
div.drum-wrapper .dial svg {
position: absolute;
}
div.drum-wrapper .up {
top: 0px;
}
div.drum-wrapper .up svg {
top: 2px
}
div.drum-wrapper .down {
bottom: 0px;
}
div.drum-wrapper .down svg {
bottom: 2px;
} div.drum {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
div.drum figure {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;  
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
display: block;
position: absolute;
left: 0px;
top: 0px;
line-height: 20px;
color: black;
margin: 0px;
padding: 0px 3px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
text-align: left;
}
div.drum-wrapper div.container, div.drum-wrapper figure {
height: 25px;
line-height: 25px;
}div.drum figure {
color: rgba(255, 255, 255, 0.9);
}
div.drum-wrapper {
font-family: "Lato";
font-weight: 100;
font-size: 20px;
}
div.drum-wrapper .dial {
background-color: rgba(0, 0, 0, 0.4);
}
div.drum-wrapper {
float: left;
}
div.drum {
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
}
div.drum figure {
text-align: left;
}
#drum_date {
width: 40px;
}
#drum_hours,
#drum_minutes,
#drum_seconds {
width: 70px;
}
@media only screen and (min-width: 768px) {
#drum_hours,
#drum_minutes,
#drum_seconds {
width: 80px;
}
}
#drum_date figure,
#drum_hours figure,
#drum_minutes figure,
#drum_seconds figure {
text-align: right;
}
#drum_month {
width: 90px;
}
#drum_fullYear {
width: 50px;
margin-right: 10px;
}
div.date-wrapper {
width: 100%;
}
div.date-wrapper form .lines {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
position: absolute;
top: 49px;
left: 0px;
width: 100%;
height: 23px;
}
div.date-wrapper form {
position: relative;
}
div.date-wrapper form .lines div {
display: inline;
line-height: 20px;
}
div.date-wrapper form .lines div.h {
margin-left: 87px;
}
div.date-wrapper form .lines div.m {
margin-left: 65px;
}
@media only screen and (min-width: 768px) {
div.date-wrapper form .lines div.h {
margin-left: 103px;
}
div.date-wrapper form .lines div.m {
margin-left: 72px;
}
}.btn-outline-primary.btn-sm {
padding: 1em 2em;
font-size: 16px;
}
.btn-outline-primary.btn-sm .cta-button-text {
font-size: 16px;
}
#timelapseCountdownModal .modal-dialog {
margin: 0 auto;
}
@media (min-width: 768px) {
#timelapseCountdownModal .modal-dialog {
margin: 7em auto;
}
}
#timelapseCountdownModal .modal-content {
background: transparent;
}
#timelapseCountdownModal .number-input {
font-size: 22px;
}
@media (min-width: 768px) {
#timelapseCountdownModal .number-input {
font-size: 42px;
}
}
#timelapseCountdownModal .figure-title {
font-size: 8px;
}
@media (min-width: 768px) {
#timelapseCountdownModal .figure-title {
font-size: 10px;
}
}
.modal-body .countdown-container {
background: #454657;
width: 100%;
height: 100vh;
display: inline-block;
box-shadow: 2px 2px 30px 10px rgba(0, 0, 0, 0.2);
margin: 0px auto;
left: 0;
right: 0;
top: 50px;
}
@media (min-width: 768px) {
.modal-body .countdown-container {
width: 100%;
height: 580px;
}
}
.modal-body .countdown-container .ping-downlad-upload {
width: 100%;
margin-top: 35px;
}
.modal-body .countdown-container .ping-downlad-upload .ping {
}
.modal-body .countdown-container .ping-downlad-upload .ping .title {
color: #fff;
opacity: 0.4;
font-weight: 200;
font-size: 16px;
padding-bottom: 10px;
}
.modal-body .countdown-container .ping-downlad-upload .ping .sub-title {
color: #fff;
opacity: 0.8;
font-weight: 200;
font-size: 16px;
padding-bottom: 10px;
}
.modal-body .countdown-container .drive {
width: 250px;
height: 250px;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: block;
margin: auto;
}
.modal-body .countdown-container .drive .drive-circulate {
position: absolute;
animation-name: rotateit;
animation-duration: 3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
display: block;
width: 250px;
height: 250px;
}
@keyframes rotateit {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.modal-body .countdown-container .drive .drive-circulate .cover {
width: 250px;
height: 250px;
display: block;
position: absolute;
background: #444654;
border-radius: 50%;
}
.modal-body .countdown-container .drive .drive-circulate .countdown-gauge {
position: absolute;
width: 250px;
height: 125px;
background: #fbac34; right: -2px;
border: 2px solid #fbac34;
border-radius: 1000px 1000px 0px 0px;
}
.modal-body
.countdown-container
.drive
.drive-circulate
.countdown-gauge-circle {
position: absolute;
z-index: 4;
width: 8px;
height: 8px;
background: #fbac34;
border-radius: 50%;
box-shadow: 0px 0px 15px 1px #fbac34;
right: -5px;
top: 125px;
}
.modal-body
.countdown-container
.drive
.timelapse-progress-percentage-completed {
z-index: 3;
color: #fff;
width: 100%;
display: block;
text-align: center;
font-weight: 100;
position: relative;
margin-top: 4.2em;
}
.modal-body
.countdown-container
.drive
#timelapse-progress-percentage-completed-number {
font-size: 60px;
}
.modal-body .countdown-container .drive .completed-text {
text-align: center;
font-size: 18px;
color: #fff;
font-weight: 100;
opacity: 0.8;
z-index: 3;
}
.modal-body .countdown-container .timelapse-finish-date {
text-align: center;
width: 100%;
display: block;
color: #fff;
font-size: 12px;
font-weight: 100px;
opacity: 0.4;
padding-top: 20px;
padding-bottom: 20px;
}
.modal-body .countdown-container .btn {
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
padding: 0.5em 1.5em;
text-decoration: none;
border-radius: 50px;
margin: 0px auto;
font-size: 20px;
text-align: center;
font-weight: 100;
}
.modal-body .countdown-container .btn:hover {
background: rgba(255, 255, 255, 0.2);
}
.modal-body .inspiration {
opacity: 0.4;
text-align: center;
margin-top: 700px;
color: #666;
text-transform: uppercase;
font-size: 14px;
}
.modal-body .inspiration a {
color: #333;
}