/*
Downloadio frontend default archive style.
Contain frontend default archive style of the plugin.

Since: 1.0.0

Table of contents:
==================
1. Default archive head
2. Default archive body
3. Default typography
*/

/* 1. Default archive head
======================================================= */
.downloadio-default-archive-downloads-head {
    background-color: #f8f9fa;
    padding: 60px 0;
}
.downloadio-default-archive-downloads-head,
.downloadio-default-archive-downloads-head *,
.downloadio-default-archive-downloads-head *::before,
.downloadio-default-archive-downloads-head *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Title */
.downloadio-default-archive-downloads-desc + .downloadio-default-archive-downloads-title,
.downloadio-default-archive-downloads-breadcrumb + .downloadio-default-archive-downloads-title {
    margin-top: 15px;
}
.downloadio-default-archive-downloads-title h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin: 0;
}

/* Description */
.downloadio-default-archive-downloads-title + .downloadio-default-archive-downloads-desc,
.downloadio-default-archive-downloads-breadcrumb + .downloadio-default-archive-downloads-desc {
    margin-top: 15px;
}
.downloadio-default-archive-downloads-desc *:last-child {
    margin-bottom: 0;
}

/* Breadcrumb */
.downloadio-default-archive-downloads-title + .downloadio-default-archive-downloads-breadcrumb {
    margin-top: 20px;
}
.downloadio-default-archive-downloads-desc + .downloadio-default-archive-downloads-breadcrumb {
    margin-top: 15px;
}
.downloadio-default-archive-downloads-breadcrumb ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.downloadio-default-archive-downloads-breadcrumb li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #626262;
    margin: 0;
    padding: 0;
    list-style: none;
}
.downloadio-default-archive-downloads-breadcrumb li:not(:last-child)::after {
    content: "/";
    color: #626262;
    margin: 0 10px;
}
.downloadio-default-archive-downloads-breadcrumb li a,
.downloadio-default-archive-downloads-breadcrumb li span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #626262;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.downloadio-default-archive-downloads-breadcrumb li a {
    color: #1f51d3;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-archive-downloads-breadcrumb li a:hover,
.downloadio-default-archive-downloads-breadcrumb li a:focus {
    color: #1a45b4;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* 2. Default archive body
======================================================= */
.downloadio-default-archive-downloads-body {
    background-color: #fff;
    padding:  80px 0 50px 0;
}
.downloadio-default-archive-downloads-body,
.downloadio-default-archive-downloads-body *,
.downloadio-default-archive-downloads-body *::before,
.downloadio-default-archive-downloads-body *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.downloadio-default-download {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba( 98, 98, 98, 0.15 );
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    overflow: hidden;
}
.downloadio-default-download:hover {
    box-shadow: 0 20px 40px 0 rgba( 98, 98, 98, 0.25 );
}
.downloadio-default-download-thumb {
    position: relative;
}
.downloadio-default-download-thumb a,
.downloadio-default-download-thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
}
.downloadio-default-download-thumb a,
.downloadio-default-download-thumb a:hover,
.downloadio-default-download-thumb a:focus {
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-thumb a img,
.downloadio-default-download-thumb a:hover img,
.downloadio-default-download-thumb a:focus img {
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Acquire form */
.downloadio-default-download-acquire-form .downloadio-acquire-download-form-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba( 255, 255, 255, 0.9 );
    padding: 50px 15px 25px 15px;
    z-index: 2;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    transform: scale( 0 );
    opacity: 0;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-form-wrapper.downloadio-active {
    visibility: visible;
    transform: scale( 1 );
    opacity: 1;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0 10px;
    margin: 0;
    overflow: hidden auto;
}
.downloadio-default-download-acquire-form .downloadio-download-price {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #6cb930;
    padding: 0;
    border: none;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}
.downloadio-default-download-acquire-form .downloadio-download-price-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}
.downloadio-default-download-acquire-form .woocommerce-price-prefix {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    text-decoration: none;
}
.downloadio-default-download-acquire-form ins {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    text-decoration: none;
}
.downloadio-default-download-acquire-form .downloadio-download-price > .amount,
.downloadio-default-download-acquire-form .downloadio-download-price > .downloadio-amount {
    padding-left: 5px;
    padding-right: 5px;
}
.downloadio-default-download-acquire-form ins .amount,
.downloadio-default-download-acquire-form ins .downloadio-amount,
.downloadio-default-download-acquire-form ins .downloadio-free-flag,
.downloadio-default-download-acquire-form .downloadio-download-price > .amount,
.downloadio-default-download-acquire-form .downloadio-download-price > .downloadio-amount,
.downloadio-default-download-acquire-form .downloadio-download-price > .downloadio-free-flag {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #6cb930;
}
.downloadio-default-download-acquire-form del {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 3;
    order: 3;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: line-through;
}
.downloadio-default-download-acquire-form del .amount,
.downloadio-default-download-acquire-form del .amount span,
.downloadio-default-download-acquire-form del .downloadio-amount,
.downloadio-default-download-acquire-form del .downloadio-amount span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
}
.downloadio-default-download-acquire-form .woocommerce-price-suffix {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 4;
    order: 4;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    text-decoration: none;
}
.downloadio-default-download-acquire-form .downloadio-download-price-group > span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 1;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #6cb930;
    padding-left: 5px;
    padding-right: 5px;
}
.downloadio-default-download-acquire-form .downloadio-download-price-group .downloadio-price-dash {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #6cb930;
    padding-left: 0;
    padding-right: 0;
}

/* Variation input select */
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-file-group {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px 15px 0 15px;
    margin-bottom: 20px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-file-variation select,
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-file-group select {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #626262;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: auto;
    min-height: auto;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-preview-button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background-color: #6cb930;
    border: 1px solid #6cb930;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: auto;
    min-height: auto;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-preview-button:hover,
.downloadio-default-download-acquire-form .downloadio-variation-input-select .downloadio-acquire-download-preview-button:focus {
    color: #fff;
    background-color: #5b9d29;
    border-color: #5b9d29;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #626262;
    margin-bottom: 10px;
}

/* Variation input radio */
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group {
    margin-bottom: 30px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation {
    margin-bottom: 15px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation ul,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation ul li,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation ul li + li,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group ul li + li {
    margin-top: 5px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation input,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation label,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    margin: 0 10px;
    padding-left: 26px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation label span::before,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group label span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    transition: all .3s ease 0s;
    border: 2px solid rgba( 98, 98, 98, 0.5 );
    border-radius: 50%;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation label input:checked + span::before,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group label input:checked + span::before {
    border-color: #1f51d3;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation label span::after,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group label span::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    transition: all .3s ease 0s;
    opacity: 0;
    border: none;
    border-radius: 50%;
    background-color: #1f51d3;
    margin-top: 5px;
    margin-left: 5px;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-variation label input:checked + span::after,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-file-group label input:checked + span::after {
    opacity: 1;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-preview-button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    background-color: transparent;
    border: none;
    text-decoration: none;
    transition: all .3s ease 0s;
    margin: 0 10px;
    padding: 0;
    height: auto;
    min-height: auto;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-preview-button:hover,
.downloadio-default-download-acquire-form .downloadio-variation-input-radio .downloadio-acquire-download-preview-button:focus {
    color: #1f51d3;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Utility */
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility {
    margin-bottom: 20px;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility li + li {
    margin-top: 5px;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    margin: 0;
    padding-left: 26px;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label a {
    display: inline;
    width: auto;
    color: #1f51d3;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label a:hover,
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label a:focus {
    color: #1a45b4;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    transition: all .3s ease 0s;
    border: 2px solid rgba( 98, 98, 98, 0.5 );
    border-radius: 4px;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label input:checked + span::before {
    border-color: #1f51d3;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label span::after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 6px;
    content: "";
    transition: all .3s ease 0s;
    transform: rotate( -45deg );
    opacity: 0;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #1f51d3;
    margin-left: 4px;
    margin-top: 4px;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-utility label input:checked + span::after {
    opacity: 1;
}

/* Acquire button */
.downloadio-default-download-acquire-form .downloadio-acquire-download-button {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background-color: #1f51d3;
    border: 1px solid #1f51d3;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
    height: auto;
    min-height: auto;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-button:hover,
.downloadio-default-download-acquire-form .downloadio-acquire-download-button:focus {
    color: #fff;
    border-color: #1a45b4;
    background-color: #1a45b4;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Action element close button  */
.downloadio-default-download-acquire-form .downloadio-acquire-download-form-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    line-height: 1;
    color: #ff0000;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-height: auto;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-acquire-form .downloadio-acquire-download-form-close-button:hover,
.downloadio-default-download-acquire-form .downloadio-acquire-download-form-close-button:focus {
    color: #ff0000;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

/* Intro */
.downloadio-default-download-intro {
    padding: 25px 25px 20px 25px;
}
.downloadio-default-download-title {
    margin-bottom: 4px;
}
.downloadio-default-download-title h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #323232;
}
.downloadio-default-download-title h2 a {
    font-weight: inherit;
    color: #323232;
    background-color: transparent;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-title h2 a:hover,
.downloadio-default-download-title h2 a:focus {
    color: #323232;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-tagline {
    margin-bottom: 15px;
}
.downloadio-default-download-tagline h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #323232;
}
.downloadio-default-download-tagline h4 a {
    color: #323232;
    background-color: transparent;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-tagline h4 a:hover,
.downloadio-default-download-tagline h4 a:focus {
    color: #323232;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Action  */
.downloadio-default-download-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.downloadio-default-download-title + .downloadio-default-download-action {
    margin-top: 5px;
}
.downloadio-default-download-action .downloadio-download-price-and-count {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
}
.downloadio-default-download-action .downloadio-download-price {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #6cb930;
}
.downloadio-default-download-action .downloadio-download-price-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}
.downloadio-default-download-action ins {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    text-decoration: none;
}
.downloadio-default-download-action .downloadio-download-price > .amount,
.downloadio-default-download-action .downloadio-download-price > .downloadio-amount {
    padding-left: 5px;
    padding-right: 5px;
}
.downloadio-default-download-action ins .amount,
.downloadio-default-download-action ins .downloadio-amount,
.downloadio-default-download-action ins .downloadio-free-flag,
.downloadio-default-download-action .downloadio-download-price > .amount,
.downloadio-default-download-action .downloadio-download-price > .downloadio-amount,
.downloadio-default-download-action .downloadio-download-price > .downloadio-free-flag {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #6cb930;
}
.downloadio-default-download-action del {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    text-decoration: line-through;
    padding-left: 5px;
    padding-right: 5px;
}
.downloadio-default-download-action del .amount,
.downloadio-default-download-action del .amount span,
.downloadio-default-download-action del .downloadio-amount,
.downloadio-default-download-action del .downloadio-amount span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
}
.downloadio-default-download-action .downloadio-download-price-group > span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -ms-flex-order: 1;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #6cb930;
    padding-left: 5px;
    padding-right: 5px;
}
.downloadio-default-download-action .downloadio-download-price-group .downloadio-price-dash {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #6cb930;
    padding-left: 0;
    padding-right: 0;
}
.downloadio-default-download-action .downloadio-download-count {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
}
.downloadio-default-download-action .downloadio-download-count-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.downloadio-default-download-action .downloadio-download-count-icon,
.downloadio-default-download-action .downloadio-download-count-number,
.downloadio-default-download-action .downloadio-download-count-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.downloadio-default-download-action .downloadio-download-count-icon {
    margin-right: 10px;
}
.downloadio-default-download-action .downloadio-download-count-text {
    margin-left: 5px;
}
.downloadio-default-download-action .downloadio-acquire-download-form,
.downloadio-default-download-action .downloadio-acquire-download-form-trigger,
.downloadio-default-download-action .downloadio-acquire-download-details {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0;
}
.downloadio-default-download-action .downloadio-acquire-download-button,
.downloadio-default-download-action .downloadio-acquire-download-form-trigger-button,
.downloadio-default-download-action .downloadio-acquire-download-details-button {
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #626262;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
    height: auto;
    min-height: auto;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
.downloadio-default-download-action .downloadio-acquire-download-button:hover,
.downloadio-default-download-action .downloadio-acquire-download-button:focus,
.downloadio-default-download-action .downloadio-acquire-download-form-trigger-button:hover,
.downloadio-default-download-action .downloadio-acquire-download-form-trigger-button:focus,
.downloadio-default-download-action .downloadio-acquire-download-details-button:hover,
.downloadio-default-download-action .downloadio-acquire-download-details-button:focus {
    color: #fff;
    background-color: #6cb930;
    border-color: #6cb930;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/* Pagination */
.downloadio-default-downloads-pagination {
    margin-top: 15px;
    margin-bottom: 30px;
}
.downloadio-default-downloads-pagination,
.downloadio-default-downloads-pagination::before,
.downloadio-default-downloads-pagination::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.downloadio-default-downloads-pagination .page-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.downloadio-default-downloads-pagination .page-numbers li {
    display:  block;
    margin: 5px;
}
.downloadio-default-downloads-pagination .page-numbers a,
.downloadio-default-downloads-pagination .page-numbers span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #626262;
    background-color: #e9ecef;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    padding: 5px;
    min-width: 36px;
    min-height: 36px;
    text-align: center;
    box-shadow: none;
    outline: none;
}
.downloadio-default-downloads-pagination .page-numbers a:hover,
.downloadio-default-downloads-pagination .page-numbers a:focus {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-downloads-pagination .page-numbers span.current,
.downloadio-default-downloads-pagination .page-numbers span.current:hover,
.downloadio-default-downloads-pagination .page-numbers span.current:focus {
    color: #fff;
    border-color: #1f51d3;
    background-color: #1f51d3;
}

/* Not found */
.downloadio-default-downloads-not-found {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba( 98, 98, 98, 0.15 );
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    padding: 25px;
    overflow: hidden;
}

/* 3. Default typography
======================================================= */
.downloadio-default-archive-downloads-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
}
.downloadio-default-archive-downloads-desc a {
    color: #1f51d3;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-archive-downloads-desc a:hover,
.downloadio-default-archive-downloads-desc a:focus {
    color: #1a45b4;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-archive-downloads-desc img {
    max-width: 100%;
    height: auto;
    max-height: auto;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-archive-downloads-desc a img,
.downloadio-default-archive-downloads-desc a:hover img,
.downloadio-default-archive-downloads-desc a:focus img {
    max-width: 100%;
    background-color: transparent;
    border: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.downloadio-default-archive-downloads-desc p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    margin: 0 0 15px 0;
}
.downloadio-default-archive-downloads-desc h1,
.downloadio-default-archive-downloads-desc h2,
.downloadio-default-archive-downloads-desc h3,
.downloadio-default-archive-downloads-desc h4,
.downloadio-default-archive-downloads-desc h5,
.downloadio-default-archive-downloads-desc h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #323232;
    margin: 0 0 15px 0;
}
.downloadio-default-archive-downloads-desc h1 {
    font-size: 36px;
    line-height: 48px;
}
.downloadio-default-archive-downloads-desc h2 {
    font-size: 32px;
    line-height: 44px;
}
.downloadio-default-archive-downloads-desc h3 {
    font-size: 28px;
    line-height: 40px;
}
.downloadio-default-archive-downloads-desc h4 {
    font-size: 24px;
    line-height: 36px;
}
.downloadio-default-archive-downloads-desc h5 {
    font-size: 20px;
    line-height: 32px;
}
.downloadio-default-archive-downloads-desc h6 {
    font-size: 16px;
    line-height: 28px;
}
.downloadio-default-archive-downloads-desc img {
    max-width: 100%;
    height: auto;
    max-height: auto;
}
.downloadio-default-archive-downloads-desc b,
.downloadio-default-archive-downloads-desc strong {
    font-weight: 700;
}
.downloadio-default-archive-downloads-desc ol,
.downloadio-default-archive-downloads-desc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 15px -15px;
    padding: 0;
    list-style-position: inside;
}
.downloadio-default-archive-downloads-desc ol li,
.downloadio-default-archive-downloads-desc ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px 0;
    padding-right: 15px;
    padding-left: 15px;
}
.downloadio-default-archive-downloads-desc ol.downloadio-list-2-column li,
.downloadio-default-archive-downloads-desc ul.downloadio-list-2-column li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}