/** 
 * ===================================================================
 * 16. stats - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */

#stats {
    background: #000000;
    padding-top: 7.2rem;
    padding-bottom: 6rem;
    text-align: center;
}

#stats .row {
    max-width: 1440px;
}

#stats .stat {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 17.4rem;
}

#stats .stat:first-child {
    border: none;
}

#stats .icon-part i {
    font-size: 4.8rem;
    color: #000000;
}

#stats .stat-count {
    color: #FFFFFF;
    font-size: 5.6rem;
    margin-top: 1.2rem;
    margin-bottom: 0;
    font-family: "poppins-medium", sans-serif;
    color: white;
}

#stats .stat-title {
    /* color: rgba(255, 255, 255, 0.5); */
    font-size: 2.6rem;
    color: #FFFFFF;
}


/**
 * responsive:
 * stats
 * -------------------------------------------------------------------
 */

@media only screen and (max-width:1024px) {
    #stats .stat:nth-child(n) {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 1.5rem;
    }
    #stats .stat:nth-child(3n+1) {
        border: none;
    }
}

@media only screen and (max-width:768px) {
    #stats .stat:nth-child(n) {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }
    #stats .stat:nth-child(2n+1) {
        border: none;
    }
}

@media only screen and (max-width:600px) {
    #stats .stat:nth-child(n) {
        border: none;
    }
}


/*----------------------------------------------------
	6. Work Experience Style
------------------------------------------------------*/

.myblogs {
    background: #fff;
}

.myblogs .container {
    padding-top: 67px;
    padding-bottom: 0;
    margin-bottom: -20px;
}

.blogico {
    padding: 70px 63px 70px 0;
    text-align: right;
    font-family: 'Crimson Text', serif;
    font-size: 21px;
    line-height: 24px;
    color: #5b4c5c;
    font-style: italic;
}

.blogdesc {
    border-left: 2px solid #ada5ad;
    border padding: 0 0 0 69px;
    margin-bottom: 100px;
}

.blogdesc p {
    padding-bottom: 0;
}

.blogdesc h4 {
    font-size: 14px;
    font-weight: 300;
    color: #UIzards;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blogdesc h5 {
    font-family: 'Crimson Text', serif;
    color: #5b4c5c;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}


/* ============= */

.blogico_main {
    padding: 70px 63px 70px 0;
    text-align: right;
    font-family: 'Crimson Text', serif;
    font-size: 21px;
    line-height: 24px;
    color: #5b4c5c;
    font-style: italic;
    border-right: 2px solid #ada5ad;
}

.blogdesc_main {
    border-left: 0px solid #ada5ad;
    border padding: 0 0 0 69px;
    margin-bottom: 100px;
}

.blogdesc_main p {
    padding-bottom: 0;
}

.blogdesc_main h4 {
    font-size: 14px;
    font-weight: 300;
    color: #UIzards;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blogdesc_main h5 {
    font-family: 'Crimson Text', serif;
    color: #5b4c5c;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}


/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "poppins-regular", sans-serif;
    font-size: 1.5rem;
}

.alert-box .close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.ss-error {
    background-color: #ffd1d2;
    color: darkred;
}

.ss-success {
    background-color: #c8e675;
    color: #758c36;
}

.ss-info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.ss-notice {
    background-color: #fff099;
    color: #bba31b;
}