/*
    General Settings
    ======================================= */

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap h1.wp-heading-inline {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}

.about-wrap a {
    color: #41d6cf;
    text-decoration: none;
}

.about-wrap a:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 162, 168, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 162, 168, 0.25);
    color: #41d6cf;
}

.about-wrap h1 {
    font-size: 23px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 9px 0 4px 0;
}

.about-wrap .about-text,
.about-wrap .nav-tab {
    font-size: .9rem;
}

.about-wrap .nav-tab {
    background: #eee;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #aaa;
    margin-bottom: -1px;
    padding: .5rem 1rem;
}

.about-wrap .nav-tab:hover {
    color: #444;
}

.about-wrap .nav-tab.premium-version {
    background: #41d6cf;
    border: 1px solid #41cbc4;
    color: #fff;
}

.about-wrap .nav-tab-active {
    background: #f1f1f1;
    border-color: #ccc #ccc #f1f1f1;
    color: #23282d;
}

.about-wrap .about-text {
    margin: 0;
}

.about-wrap .button {
    background: #e5e5e5;
    border: none;
    border-radius: 2em;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #555;
    font-weight: 500;
    height: 35px;
    margin: .2rem .2rem 0 0;
    padding: .2rem 1rem;
    text-transform: uppercase;
}

.about-wrap .button:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 214, 207, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 214, 207, 0.25);
}

.about-wrap .button-primary {
    background: #41d6cf;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.about-wrap .button:hover,
.about-wrap .button:focus {
    background: #41cbc4;
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(50, 162, 168, 0.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 162, 168, 0.25);
    color: #fff;
}

.about-wrap .button .dashicons,
.about-wrap .button .dashicons-before::before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: .5rem;
    vertical-align: middle;
    width: 16px;
}

.about-wrap .changelog {
    background: #fff;
    box-shadow: 0 0 5px inset rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px inset rgba(0, 0, 0, .3);
    font-size: .8rem;
    height: 500px;
    overflow: auto;
    padding: 2rem;
}

.about-wrap .changelog .version {
    font-size: 1rem;
    font-weight: bold;
}

.theme-info-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.theme-info-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap;
}

.theme-info-col {
    min-height: 1px;
    position: relative;
    width: 100%;
}

.content-box,
table.features {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-top: 2rem;
    padding: 1rem 2rem;
    width: 100%;
}

table.features {
    border-collapse: collapse;
}

table.features tr {
    border-bottom: 1px solid #f1f1f1;
}

table.features tr:last-child {
    border: none;
}

table.features td {
    padding: .5rem 2rem;
    width: 33%;
}

table.features td .extra {
    font-weight: bold;
    margin-bottom: .5rem;
}

table.features td.feature-item {
    text-align: center;
}

table.features .dashicons {
    font-size: 24px;
    height: 24px;
    margin: .5rem 0;
    width: 24px;
}

table.features .w-100 {
    width: 100%;
}

table.features .dashicons-yes {
    color: #22b5c3;
}

table.features .dashicons-no {
    color: #563d7c;
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.content-box h3 {
    margin-top: .5em;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}

/*
    Responsive Dynamic Definitions
    ======================================= */

/*
	Min-Width 850px
	--------------------------------------- */

@media (min-width: 850px) {
    .theme-info-col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
    }

    .about-text {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
    }

    .theme-screenshot-container {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
    }

    .theme-info-col-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
}

/*
	Max-Width 850px
	--------------------------------------- */

@media (max-width: 850px) {
    .theme-info-row img {
        margin: 2rem 0;
    }

    .theme-info-row img {
        max-width: 100%;
    }

    .tabs-content .theme-info-row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*
	Max-Width 782px
	--------------------------------------- */

@media (max-width: 782px) {

    .about-wrap .button {
        font-size: unset;
        line-height: 2;
        margin-bottom: 0;
        padding: .2rem 1rem;
    }
}

/*
	IE Fixes
	--------------------------------------- */

@media all and (-ms-high-contrast: none) {
    .theme-info-row .theme-screenshot-container img {
        width: 100%;
    }
}