.tagcloud a.widget ul li {
    position: relative;
}

.widget ul li a:hover {
    color: #c8a294;
}
.widget ul li:after{
	position: absolute;
    content: "\f105";
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
	}
.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 18px 8px;
    margin: 0px 6px 10px 0px;
    color: #534b48;
    text-align: center;
    font-size: 14px!important;
    background: none;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.tagcloud a:hover{
    border-color: #c8a294;
    background-color: #c8a294;
    color: #ffffff;
}
.styled-pagination .pagination li span.current{
    color: #ffffff;
    border-color: #0e2753;
    background-color: #0e2753;
	position: relative;
    display: inline-block;
    line-height: 41px;
    height: 43px;
    font-size: 16px;
    min-width: 43px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0e2753;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.comments-area .comment-box .comment-inner .comment-info .name {
    font-size: 18px;
    font-weight: 700;
    color: #181e44;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Rufina', serif;
}
form#add-comment-form {
    position: relative;
    padding: 50px 35px 30px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
}

