/**
 * About page style definitions

Table of Contents:

- Document & Typography
- Logo
- Navigation Tabs
- Content Wrapper
- Products
- Forms
- Buttons
- Icons
- Alerts
- Effects

- Responsive Dynamic Definitions
    -- Min-Width 400px [Phone]
    -- Min-Width 600px [For WP Definition]
    -- Min-Width 768px [Tablet]
    -- Min-Width 992px [Desktop]
    -- Max-Width 991.98px [Tablet]
    -- Max-Width 767.98px [Landscape Phone]
    -- Max-Width 600px [For WP Definition]
    -- Max-Width 399.98 [Phone]

/*
    Document & Typography
    ======================================= */

*,
::after,
::before {
    box-sizing: border-box;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato/Lato-Regular.eot?") format("eot"),
    url("../fonts/Lato/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato/Lato-Regular.ttf") format("truetype"),
    url("../fonts/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato Black";
    src: url("../fonts/Lato/Lato-Black.eot?") format("eot"),
    url("../fonts/Lato/Lato-Black.woff") format("woff"),
    url("../fonts/Lato/Lato-Black.ttf") format("truetype"),
    url("../fonts/Lato/Lato-Black.svg#Lato-Black") format("svg");
    font-weight: normal;
    font-style: normal;
}

.cz-m-0 {
    margin: 0 !important;
}

.cz-mr-1 {
    margin-right: .5rem !important;
}

.cz-ml-1 {
    margin-left: .5rem !important;
}

.cz-ml-2 {
    margin-left: 1rem !important;
}

.cz-mt-1 {
    margin-top: 1rem !important;
}

.cz-mt-2 {
    margin-top: 2rem !important;
}

.cz-license-expire {
    font-weight: bold;
}

.componentz-wrap dd,
.componentz-wrap li {
    margin: 0;
}

.componentz-wrap .notice {
    display: none !important;
}

.about-wrap *:focus {
    outline: 1px auto #18be95;
}

.about-wrap a,
.about-wrap button {
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

.about-wrap h1,
.about-wrap h2,
.about-wrap h3,
.about-wrap h4,
.about-wrap h5,
.about-wrap h6 {
    color: #1e244f;
    font-family: "Lato Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 900;
    line-height: 1.2;
}

.about-wrap h3,
.about-wrap h4 {
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

.about-wrap h4 span {
    color: #59717c;
    font-size: .75rem;
}

.about-wrap,
.about-wrap .about-text {
    color: #292f38;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.about-wrap .about-text {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 2rem 0;
}

.about-wrap .about-text:last-child {
    margin: 0;
}

/*
    Logo
    ======================================= */

.about-wrap .about-logo {
    margin-right: .5rem;
    max-width: 30px;
}

.about-wrap .about-title-container {
    background: #fff;
    border-radius: .3125rem;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    margin: 0 0 2rem 0;
    padding: 2rem;
}

.about-wrap h1.about-title {
    color: #1e244f;
    display: table;
    font-size: 2rem;
    margin: 0;
}

.about-wrap h1.about-title span {
    color: #59717c;
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

/*
    Navigation Tabs
    ======================================= */

.about-wrap .nav-tab {
    align-items: center;
    background: #eff2f4;
    border: 1px solid #eff2f4;
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    color: #59717c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-family: "Lato Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .75rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: -1px;
    padding: 1rem 2rem;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
}

.about-wrap .nav-tab-wrapper {
    padding: 0;
}

.about-wrap .nav-tab-wrapper li a:not(.docs):not(.forums) {
    outline: none;
}

.about-wrap .nav-tab-wrapper li a:not(.docs):not(.forums):hover {
    color: #1e244f;
}

.about-wrap .nav-tab-wrapper li:first-child a {
    margin-left: 0;
}

.about-wrap .nav-tab-wrapper .ui-tabs-active a:not(.docs):not(.forums),
.about-wrap .nav-tab-wrapper .ui-tabs-active a:not(.docs):not(.forums):hover {
    background: #fff;
    border: 1px solid #fff;
    color: #1e244f;
    z-index: 1;
}

.about-wrap .nav-tab-wrapper,
.about-wrap .wrap h2.nav-tab-wrapper,
.about-wrap h1.nav-tab-wrapper {
    border: none;
}

/*
    Content Wrapper
    ======================================= */

.about-wrap .tab-content {
    background: #fff;
    border-bottom-left-radius: .3125rem;
    border-bottom-right-radius: .3125rem;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .05);
    padding: 2rem 1rem 0 1rem;
    position: relative;
    z-index: 2;
}

.about-wrap .about-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.about-wrap .about-row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap;
}

.about-wrap .about-col,
.about-wrap .changelog-col,
.about-wrap .license-col {
    margin-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#componentz-changelog,
#componentz-license {
    display: none;
}

.cz-changelog {
    background: #f5f5f5;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 350px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
}

.cz-changelog .cz-icon {
    margin-right: .2rem;
}

.cz-changelog .cz-icon-ok {
    color: #18be95;
}

.cz-changelog .cz-icon-update {
    color: #5271c0;
}

.cz-changelog .cz-icon-fix {
    color: #aaa;
}

.about-wrap .cz-changelog h4 {
    font-size: .9rem;
}

.about-wrap .cz-changelog h4:not(:first-child) {
    margin-top: 2rem;
}

.about-wrap .changelog-col h4 span {
    background: #eff2f4;
    border-radius: .2rem;
    color: #59717c;
    font-size: .7rem;
    font-weight: 900;
    padding: .2rem .4rem;
}

.about-wrap .cz-changelog p {
    font-size: .875rem;
    margin: 0;
}

/*
    Products
    ======================================= */

.about-wrap .product-screenshot a {
    position: relative;
}

.about-wrap .product-screenshot img {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .05);
}

.about-wrap .screenshot-wrapper {
    position: relative;
    z-index: 0;
}

.about-wrap .screenshot-wrapper .home-page-title {
    background: rgba(0, 0, 0, .9);
    border-radius: .25rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .8);
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
    left: 50%;
    opacity: 0;
    padding: 1rem 1.2rem;
    position: absolute;
    text-transform: uppercase;
    top: 70%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    white-space: nowrap;
    width: auto;
    z-index: 2;
}

.about-wrap .screenshot-wrapper::before {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#179dbe), to(#18be95));
    background-image: -o-linear-gradient(top left, #179dbe, #18be95);
    background-image: linear-gradient(to bottom right, #179dbe, #18be95);
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s, box-shadow .3s ease-in-out;
    -o-transition: opacity .5s, box-shadow .3s ease-in-out;
    -webkit-transition: opacity .5s, box-shadow .3s ease-in-out;
    z-index: 1;
}

.about-wrap .product-screenshot a:hover .screenshot-wrapper::before {
    box-shadow: 0 5px 20px rgba(24, 190, 149, .5);
    -webkit-box-shadow: 0 5px 20px rgba(24, 190, 149, .5);
    opacity: .5;
}

.about-wrap .product-screenshot a:hover .screenshot-wrapper .home-page-title {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.about-wrap .product-screenshot .product-type {
    background: rgba(0, 0, 0, .3);
    border-radius: .25rem;
    color: rgba(255, 255, 255, .7);
    font-size: .7rem;
    font-weight: 900;
    left: 1rem;
    margin: 0 .5rem .5rem 0;
    padding: .4rem .8rem;
    position: absolute;
    text-transform: uppercase;
    top: 1rem;
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 1;
}

.about-wrap .product-screenshot a:hover .product-type {
    background: #18be95;
    color: #fff;
}

/*
    Forms
    ======================================= */

input[type=text].cz-form-control,
select,
input[type=password] {
    background-clip: padding-box;
    background-color: #f9f9f9;
    border: 2px solid #f5f5f5;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #495057;
    font-size: .9rem;
    font-weight: 400;
    height: calc(1.2em - -1.4rem - -4px);
    line-height: 1.5;
    min-width: 300px;
    padding: .5rem 1.2rem;
    transition: border-color .2s ease-in-out, box-shadow .3s ease-in-out;
    -o-transition: border-color .2s ease-in-out, box-shadow .3s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    vertical-align: middle;
}

input[type=text].cz-form-control:hover,
select:hover,
input[type=password]:hover {
    border-color: #18be95;
}

input[type=text].cz-form-control:focus,
select:focus,
input[type=password]:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(24, 190, 149, .5);
    -webkit-box-shadow: 0 5px 20px rgba(24, 190, 149, .5);
    outline: none;
}

/*
    Buttons
    ======================================= */

.about-wrap .button {
    background: #18be95;
    border: 0;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    height: auto;
    line-height: 26px;
    margin: .2rem .2rem 0 0;
    padding: .2rem 1rem;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.about-wrap .button .cz-spin {
    display: none;
}

.about-wrap .forums.button {
    margin-right: 0;
}

.about-wrap .button-secondary {
    background: #765ece;
    padding: .5rem 1.5rem;
}

.about-wrap .button-terciary {
    background: #5271c0;
}

.about-wrap .button:hover,
.about-wrap .button:focus {
    background: #1e244f;
    color: #fff;
}

.about-wrap .button:focus {
    box-shadow: 0 1px 10px rgba(24, 190, 149, .5);
    -webkit-box-shadow: 0 1px 10px rgba(24, 190, 149, .5);
    outline: none;
}

.about-wrap .button:active {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

.about-wrap .button-disabled,
.about-wrap .button-secondary.disabled,
.about-wrap .button-secondary:disabled,
.about-wrap .button-secondary[disabled],
.about-wrap .button.disabled,
.about-wrap .button:disabled,
.about-wrap .button[disabled] {
    background: #1e244f !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important;
}

/*
    Icons
    ======================================= */

.about-wrap svg {
    display: inline-block;
    height: 1rem;
    overflow: hidden;
    vertical-align: middle;
    width: 1rem;
    fill: currentColor;
}

.about-wrap .nav-tab-wrapper svg {
    margin-right: .5rem;
    fill: #18be95;
}

.about-wrap .button svg {
    margin-right: .5rem;
}

.about-wrap .home-page-title svg {
    height: .8rem;
    margin: 0 0 0 .5rem;
    width: .8rem;
}

/*
    Alerts
    ======================================= */

.cz-alert {
    border-radius: .25rem;
    margin-bottom: 2rem;
    padding: .625rem .9375rem;
}

.cz-alert-blank {
    padding: 0;
}

.cz-alert-danger {
    background: #fddac5;
    color: #fd6c13;
}

.cz-alert-warning {
    background: #fff3cd;
    color: #856404;
}

.cz-alert-success {
    background: #d4edda;
    color: #155724;
}

.license-inputs-wrapper .cz-alert {
    display: none;
}

.cz-alert-extension {
    margin: 0;
}

.about-wrap .cz-alert-extension h4 {
    color: inherit;
    font-size: .7rem;
    margin: .5rem 0 0;
}

/*
    Effects
    ======================================= */

.cz-spin .cz-icon {
    animation: dashicons-spin 2s infinite;
    -webkit-animation: dashicons-spin 2s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes dashicons-spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes dashicons-spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*
    Responsive Dynamic Definitions
    ======================================= */

/*
	Min-Width 400px [Phone]
	--------------------------------------- */

@media (min-width: 400px) {
    .about-wrap .nav-tabs-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        float: none;
        justify-content: space-between;
        width: 100%;
    }

    .about-wrap .nav-tab-wrapper {
        align-self: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 25px;
        width: 100%;
        -ms-flex-item-align: end;
        -ms-flex-wrap: wrap;
    }

    .about-wrap .nav-tab-wrapper:hover {
        overflow-x: auto;
    }

    .about-wrap .nav-tabs-container ::-webkit-scrollbar {
        background: #fff;
        height: 14px;
    }

    .about-wrap .nav-tabs-container ::-webkit-scrollbar-track,
    .about-wrap .nav-tabs-container ::-webkit-scrollbar-thumb {
        background: none;
        background-clip: padding-box;
        border: 4px solid transparent;
        border-radius: .5rem;
    }

    .about-wrap .nav-tabs-container:hover ::-webkit-scrollbar-track {
        background: #e2e4e9;
        background-clip: padding-box;
    }

    .about-wrap .nav-tabs-container:hover ::-webkit-scrollbar-thumb {
        background: #c6cbd4;
        background-clip: padding-box;
    }
}

/*
	Min-Width 600px [For WP Definition]
	--------------------------------------- */

@media (min-width: 600px) {
    .about-wrap .about-col {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}

/*
	Min-Width 768px [Tablet]
	--------------------------------------- */

@media (min-width: 768px) {
    .about-wrap .about-title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-wrap .nav-tabs-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-wrap .nav-tab-wrapper {
        align-self: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: end;
    }
}

/*
	Min-Width 992px [Desktop]
	--------------------------------------- */

@media (min-width: 992px) {
    .about-wrap .about-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%;
    }

    .about-wrap .changelog-col {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
    }
}

/*
	Max-Width 991.98px [Tablet]
	--------------------------------------- */

@media (max-width: 991.98px) {
    .about-wrap h1.about-title {
        font-size: calc(1.3rem - -1vw);
    }

    .about-wrap h2 {
        font-size: calc(1.25rem - -0.9vw);
        line-height: 1.4;
    }

    .about-wrap h3 {
        font-size: calc(1.2rem - -0.6vw);
    }

    .about-wrap h4 {
        font-size: calc(1.15rem - -0.3vw);
    }

    .about-wrap h5 {
        font-size: calc(1.1rem - -0.3vw);
    }

    .about-wrap h6 {
        font-size: calc(1rem - -0.3vw);
    }
}

/*
	Max-Width 767.98px [Landscape Phone]
	--------------------------------------- */

@media (max-width: 767.98px) {
    .about-wrap .support-help {
        margin-top: 1rem;
        text-align: right;
    }

    .nav-tab {
        margin: 0;
    }
}

/*
	Max-Width 600px [For WP Definition]
	--------------------------------------- */

@media (max-width: 600px) {
    h1 .nav-tab,
    h2 .nav-tab,
    h3 .nav-tab,
    nav .nav-tab {
        margin: inherit;
    }
}

/*
	Max-Width 399.98 [Phone]
	--------------------------------------- */

@media (max-width: 399.98px) {
    .about-wrap .nav-tab {
        margin: 0;
        width: 100%;
    }

    .about-wrap .nav-tab-wrapper li:not(:first-child) a:not(.docs):not(.forums) {
        border-radius: 0;
    }

    .about-wrap .support-help {
        text-align: center;
    }

    input[type=text].cz-form-control,
    select,
    input[type=password] {
        min-width: auto;
        width: 100%;
    }
}