.hp-left-c {
    float: left;
    width: 70% ;
}
.catsidebar-cust {
    float: left;
    width: 30%;
}
#all-categories-list li{
    list-style: none;
}
.cp-title {
    display: block;
    padding: 30px 20px;
    text-align: left;
    transition: all 0.25s ease-in-out 0s;
    color:#333;
    font-weight: 500;
    font-size: 20px;
}
#all-categories-list {
    margin: 0;
    padding: 0;
}
#all-categories-list li:nth-child(2n+1) .cp-title {
    background: #f6f6f6;
}
.cp-title a {
    /*color: #000;*/
    display: inline-block;
    padding: 0 4px;
    position: relative;
}
.cp-total {
    color: #999;
    float: right;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 6px;
}
.cp-title:hover{
    padding-left: 40px;
}
.cp-title:hover span span{
    color:#f8a724;
}
.category-title .line-category-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.catsidebar-cust #primary,
.catsidebar-cust #secondary{
    float: right;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; 
}
#scroll-up i {
    //  margin-top: 10px;
}
.post-category-label > span > a {
    color: #fff;
}
.article-hp-wdd-cl{
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #e9edef;
}
.article-hp-cl-content::after {
    clear: both;
    content: "";
    display: block;
}
.article-hp-cl-content{
    position: relative;
}
.article-hp-cl-content .hp-wdd-img-lnk {
    display: block;
    float: left;
    position: relative;
    width: 35%;
    overflow: hidden;
}
.hp-article-info {
    transition: all 0.25s ease-in-out 0s;
}
.article-hp-cl-content .hp-article-info {
    float: left;
    padding: 0 20px 0 30px;
    position: relative;
    width: 65%;
}
.hp-cat a {
    background: rgba(0,0,0,0);
    color: #f8a724 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 10px;
    text-transform: uppercase;
}
.hp-article-title a {
    color: #000;
    font-size: 19px;
    text-transform: capitalize;
}
.hp-article-title a:hover {
    color: #f8a724; 
}
.hp-article-title {
    margin: 0;
}
.hp-excerpt > p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    margin: 15px 0 0 0;
}
.twp-btn.twp-btn-primary {
    float: right;
    font-size: 10px;
}
.post-body {
    margin-top: 20px;
    text-align: center; 
    float:left;
    font-weight: 400;
}
.twp-btn.twp-btn-primary{
    background: #f8a724 none repeat scroll 0 0;
    border: 0 none;
    color: white;
    font-weight: 500;
    margin-top: 22px;
}
.site-header-second.open .menu.mobile .sub-menu {
    padding-bottom: 0;
    padding-top: 10px;
}
.comments-link {
    clear: left;
    display:block;
}
.tags-links > a {
    background-color: #333;
	border-radius:4px;
    color: #fff;
    display: inline-block;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 10px;
}
.cat-links > a {
    background-color: #333;
	border-radius:4px;
    color: #fff;
    display: inline-block;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 10px;
}
.cat-links > a:hover, .tags-links > a:hover {
background-color: #f8a724
}
.tags-links > a + a, .cat-links > a + a {
    margin-left: 5px;
}

.single-post article > div h2{
    font-size: 20px;
    margin-bottom: 15px;
    color: #191919;
    letter-spacing: 1px;
}
.western {
    color: #000;
}

.single-post article > div h3{
    font-size: 14px;
    //margin-bottom: 15px;
}
.customh3
{
    font-size: 13px; 
    font-weight: 900; 
    line-height: 19px; 
    margin:0;
    padding: 6px 15px;
}
.mainbanner-jumbotron figcaption h2 {
    font-size: 30px;
    line-height: 40px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 0;
    width: 100%;
}
.wpcf7-form-control.wpcf7-text {
    border-radius: 0;
    height: 40px;
    padding-left: 15px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
    border-radius: 0;
    height: 230px;
}
.tv-offspave-t-1-5 {
    margin-top: 1.5em;
}
.pul {
    float: right;
    margin-top: 30px;
}
.nav-previous, .nav-next {
    display: table;
    height: 70px;
    padding: 5px;
}
.nav-previous:hover , .nav-next:hover
{
background-color:#f8a724;
color: #fff;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    border: 1px solid #f8a724;
}
.site-main .comment-navigation::after, .site-main .posts-navigation::after, .site-main .post-navigation::after {
    background: #f8a724 none repeat scroll 0 0;
}
.nav-previous > a:hover , .nav-next > a:hover {
    color: #fff;
}
.text-uppercase {
    text-transform: none;
}
.entry-header .entry-title a {
    color: #f8a724 !important;
}