/* blog index ---------------------------------------------------------- */
.blog-list-post {
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
    background: #fff;
    margin-bottom: 50px;
}
.blog-list-post-thumb img {
    width: 100%;
}
.blog-list-post-content {
    padding: 40px;
}
.blog-list-post-tag a {
    font-size: 12px;
    text-transform: uppercase;
    color: #252525;
    font-family: cursive;
    font-weight: 800;
    line-height: 1;
    display: inline-block;
    padding: 14px 23px;
    position: relative;
    z-index: 1;
    margin-left: 7px;
}
.blog-list-post-tag a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    background: #e4a101;
    box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-list-post-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #1c1121;
    margin-bottom: 10px;
}
.blog-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-meta ul li {
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
    position: relative;
}
.blog-list-post-content .blog-meta ul {
    margin-bottom: 20px;
}
.blog-list-post-content .blog-meta ul li {
    text-transform: uppercase;
    font-size: 12px;
    color: #909090;
    display: inline-block;
}
.blog-list-post-content .blog-meta ul li a {
    font-weight: 500;
    color: #494949;
}
.blog-list-post-content p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0;
}
.blog-list-post-bottom ul {
    background: #252525;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 23px 40px 8px;
}
.blog-list-post-bottom ul li {
    display: inline-block;
    margin-bottom: 15px;
}
.blog-list-post-bottom ul li:last-child {
    display: flex;
    align-items: center;
}
.blog-list-post-bottom ul li > a, .blog-list-post-bottom ul li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #dcdada;
    font-family: cursive;
    font-weight: 800;
}
.blog-list-post-bottom ul li > a i {
    margin-left: 10px;
    color: #e4a101;
}
.blog-list-post-bottom ul li > span, .blog-post-share {
    line-height: 1;
}
.blog-list-post-bottom ul li > a, .blog-list-post-bottom ul li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #dcdada;
    font-family: 'Oxanium', cursive;
    font-weight: 800;
}
.blog-post-share {
    margin-top: -3px;
}
.blog-list-post-bottom ul li .blog-post-share a {
    font-size: 12px;
    color: #ffffff;
    margin-left: 15px;
}
/* blog index ---------------------------------------------------------- */

/* blog sidebar ---------------------------------------------------------- */
.blog-sidebar {
    background: #252525;
    margin-left: 20px;
    padding: 25px;
}
.sidebar-about-thumb img {
    width: 100%;
    margin-bottom: 30px;
}
.sidebar-widget-title h4 {
    font-size: 22px;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sidebar-widget-title h4::before, .sidebar-widget-title h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 22px;
    background: #e4a101;
}
.sidebar-widget-title h4::after {
    left: 7px;
    top: -4px;
}
.sidebar-widget-title h4 span {
    color: #e4a101;
}
.sidebar-about-content p {
    font-size: 14px;
    color: #a3a3a3;
    margin-bottom: 0;
}

.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    width: 100%;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #2b2b2b;
    padding: 15px 16px;
    font-size: 12px;
    padding-right: 50px;
    font-weight: 500;
}
.sidebar-search form button {
    position: absolute;
    right: 18px;
    font-size: 12px;
    padding: 0;
    background: none;
    border: none;
    color: #e9a301;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.sidebar-cat ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 10px;
}
.sidebar-cat ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a3a3a3;
    display: inline-block;
}

.rc-post-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e2e2e;
}
.rc-post-thumb {
    margin-right: 20px;
}
.rc-post-thumb img {
    border-radius: 6px;
    max-width: 89px;
    max-height: 75px;
}
.rc-post-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.rc-post-content span {
    font-size: 12px;
    color: #909090;
    display: block;
}

.sidebar-tag-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar-tag-list ul li {
    margin: 0 10px 10px 0px;
}
.sidebar-tag-list ul li a {
    display: block;
    background: #1d1d1d;
    color: #dcdada;
    text-transform: uppercase;
    border: 1px solid #2b2b2b;
    font-size: 14px;
    font-weight: 800;
    font-family: cursive;
    line-height: 1;
    padding: 15px 20px;
}
/* blog sidebar ---------------------------------------------------------- */

/* blog details ---------------------------------------------------------- */
.blog-details-wrap {
    margin-bottom: 75px;
}
.blog-details-wrap .blog-list-post-content {
    padding: 45px 35px;
}
.blog-details-wrap .blog-list-post-content p {
    margin-bottom: 30px;
}
.blog-details-wrap .blog-list-post-content h4 {
    font-size: 24px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-details-img {
    margin-bottom: 30px;
}
.blog-details-img img {
    width: 100%;
}
.blog-details-wrap blockquote {
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #434243;
    font-weight: 700;
    line-height: 26px;
    padding-left: 20px;
    border-left: 4px solid #e4a101;
}
.blog-details-list {
    margin-bottom: 30px;
}
.blog-details-list li {
    font-size: 14px;
    font-weight: 500;
    color: #434243;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.blog-details-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background-color: rgb(120, 119, 119);
    width: 6px;
    height: 6px;
}
.blog-details-wrap .blog-list-post-bottom ul {
    background: transparent;
    padding: 25px 0 0;
    border-top: 1px solid #ececec;
    margin-top: 60px;
}
.blog-details-wrap .blog-list-post-bottom ul li > i {
    color: #e4a101;
    font-size: 12px;
    margin-right: 5px;
}
.blog-details-wrap .blog-list-post-bottom ul li > span {
    color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li > a {
    color: #6c6c6c;
    font-weight: 600;
    margin-left: 8px;
}
.blog-details-wrap .blog-list-post-bottom ul li > span {
    color: #434243;
}
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a {
    color: #434243;
}

.sidebar-widget-title.blog-details-title h4 {
    font-size: 24px;
    /*color: #1c1121;*/
}
/* blog details ---------------------------------------------------------- */

/* blog comment ---------------------------------------------------------- */
.blog-comment ul li {
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
}
.comment-avatar-thumb {
    margin-right: 25px;
}
.comment-avatar-thumb img {
    border-radius: 6px;
}
.comment-avatar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
.comment-avatar-info h4 {
    font-size: 16px;
    color: #1c1121;
    text-transform: uppercase;
    margin-bottom: 0;
}
.comment-avatar-info h4 span {
    font-size: 12px;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 500;
    color: #6c6c6c;
    margin-left: 20px;
}
.comment-reply a {
    font-size: 12px;
    color: #e4a101;
}
.comment-text p {
    font-size: 14px;
    color: #6c6c6c;
    margin-bottom: 0;
    padding-right: 50px;
    line-height: 24px;
}
.blog-comment ul li.comment-children {
    margin-left: 50px;
}
.comment-form textarea {
    width: 100%;
    padding: 20px 20px;
    border: none;
    margin-bottom: 20px;
    background: #f1f1f1;
    height: 160px;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}
.comment-form input {
    width: 100%;
    padding: 19px 20px;
    border: none;
    margin-bottom: 20px;
    background: #f1f1f1;
    color: #6c6c6c;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
}
.comment-check-box {
    display: flex;
    align-items: flex-start;
}
.comment-check-box input {
    width: auto;
    margin: 5px 10px 0 0;
}
.comment-check-box label {
    font-size: 13px;
    font-weight: 500;
    color: #939393;
    margin: 0;
    user-select: none;
}
.comment-form .btn {
    margin-top: 10px;
    padding: 20px 47px;
}
/* blog comment ---------------------------------------------------------- */

/* pagination ---------------------------------------------------------- */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pagination-wrap ul li {
    margin-right: 10px;
}
.pagination-wrap ul li a {
    display: block;
    background: #252525;
    color: #e9a301;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    font-family: cursive;
    padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
    background: #e9a301;
    color: #252525 !important;
}
/* pagination ---------------------------------------------------------- */