/**
 * About page style definitions

Table of Contents:

- Document & Typography
- Logo
- Navigation Tabs
- Content Wrapper
- Products
- Buttons
- Icons

- Responsive Dynamic Definitions
    -- 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-mt-1 {
    margin-top: 1rem !important;
}

.cz-mt-2 {
    margin-top: 2rem !important;
}

.componentz-wrap dd,
.componentz-wrap li {
    margin: 0;
}

.componentz-wrap .notice {
    display: none !important;
}

.about-wrap *:focus {
    outline: 1px auto #18be95;
}

.about-wrap a {
    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,
.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 h1.about-title {
    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);
    color: #1e244f;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    margin: 0 0 2rem 0;
    padding: 2rem;
}

.about-wrap h1.about-title img,
.about-wrap h1.about-title span {
    align-self: center;
    -ms-flex-item-align: center;
}

/*
    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;
    flex-wrap: wrap;
    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;
    -ms-flex-wrap: wrap;
}

.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 li.support-help {
    float: right;
}

.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 {
    margin-bottom: 2rem;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#componentz-changelog {
    display: none;
}

.cz-changelog {
    background: #f5f5f5;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    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 .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;
}

/*
    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-transform: uppercase;
}

.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;
}

/*
    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;
}

/*
    Responsive Dynamic Definitions
    ======================================= */

/*
	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 .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;
    }

    .about-wrap .support-help {
        align-self: center;
        -ms-flex-item-align: center;
    }
}

/*
	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) {
    .support-help {
        background: #fff;
        clear: both;
        padding: 1rem;
        position: relative;
        text-align: right;
        width: 100%;
        z-index: 1;
    }
}

/*
	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;
    }

    .support-help {
        text-align: center;
    }
}