/*
Theme Name: Topaz Property Solutions
Author: the hih7 team
Author URI: http://hih7.com/
*/
.rdmore {
    float: left;
    width: 157px;
    border-radius: 5px;
    background: #05aafc;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'MarkSimonsonProximaNovaBold';
    text-transform: uppercase;
}
.blog_post {
    margin-bottom: 20px;
}
.readmore_para {
    padding: 20px 0;
}
.pagination_lnk ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pagination_lnk ul li:first-child {
    margin-right: 30px;
}
.pagination_lnk ul li {
    display: inline-block;
    margin: 0 4px;
}
span.page-numbers.current {
    background: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
}
.pagination_lnk ul li span {
    display: block;
    background: #fff;
    color: #434343;
    border: 1px solid #f4f4f4;
    border-radius: 100%;
    line-height: 40px;
    font-size: 15px;
    width: 45px;
    height: 45px;
}
.pagination_lnk ul li:first-child a, .pagination_lnk ul li:last-child a {
    border-radius: 0%;
    width: 60px;
    color: #f4f4f4;
}
.pagination_lnk ul li a {
    display: block;
    background: #fff;
    color: #434343;
    border: 1px solid #f4f4f4;
    border-radius: 100%;
    line-height: 40px;
    font-size: 15px;
    width: 45px;
    height: 45px;
}
.pagination_lnk ul li:hover a, .pagination_lnk ul li.current {
    background: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
}
ul.page-numbers {
    margin: 20px 0;
}
.social_sec ul li {
    display: table-cell;
    font-family: "FontAwesome";
    vertical-align: middle;
}
.social_sec ul li a {
    border-radius: 6px;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    display: block;
    font-style: normal;
    margin: 0 5px 0 0;
    padding: 7px 14px;
    cursor: pointer;
}
.social_secfb {
    background: #3b5998;
}
.social_sec ul li a {
    border-radius: 6px;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    display: block;
    font-style: normal;
    margin: 0 5px 0 0;
    padding: 11px 25px;
    cursor: pointer;
}
.social_sec ul li {
    font-family: "FontAwesome";
}
.social_sectwtr {
    background: #16a4cb;
}
.social_secglpls {
    background: #b94537;
}
.social_seclnked {
    background: #389af6;
}
.ta {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    padding: 0 6px 0 0;
    vertical-align: top;
}
.social_sec {
    margin-bottom: 20px;
}
/***** comment****/
.post-txt textarea {
    width: 100%;
    height: 95px;
    outline: 0;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #a2a2a2;
    font-size: 14px;
    font-family: 'ubuntulight';
    padding: 15px;
    resize: vertical;
}
.post-inpt {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    padding: 0 15px 0 0;
}
.post-inpt input {
     padding-left: 10px;
	 width: 100%;
     height: 48px;
     outline: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #a2a2a2;
    font-size: 14px;
    font-family: 'ubuntulight';
    padding-left: 15px;
}
.post-outr {
    display: inline-table;
    width: 100%;
}
.form-submit input[type="submit"] {
    width: 175px;
    height: 48px;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 17px;
    font-family: 'proxima_novasemibold';
    padding-left: 0px;
    background: #008cd2;
    text-transform: uppercase;
    float: left;
}