﻿.rate-star-container {
    display: flex;
    margin-bottom: 15px;
}

.rate-star-container .rate-details h4{
    line-height: 16px;
    font-size: 14px;
}

.rate-star-container .icon{
    margin-right: 10px;
}

.rate-star-container .rate-details {
    width: 100%;
}


.rate-star-container .rate-details .stars {
    text-align: right;
    line-height: 16px;
}

    
.rate-star-container .rate-details .stars i {
    font-size: 18px;
    color: #2ad482;
}


.icon.tech {
    font-size: 20px;
    padding: 5px;
    color: #2ad482;
}

.theme-color {
    color: #2ad482;
}

.blog-body-image {
    width: 100%;
    height: auto;
}

.align-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.entry-meta:not(.entry-tags-share) a:hover {
    color: #2ad482 !important;
}

.alert.alert-succes {
    background-color: #2ad482;
    color: #fff;
}

.alert.alert-succes .close {
    color: #022503;
}

.single-page-content > .page-not-found {
    background-image: url(../images/page-not-found-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
}

.single-page-content > .page-not-found > .section-inner.vcentered {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.single-page-content > .page-not-found > .section-inner.vcentered .title-block h2 {
    color: #fff;
    font-size: 70px;
    margin: 0;
    text-align: center;
}