/**
 * All Content Elements & Basic Classes
 *
 * 1. Blog Layout
 * 	   - Blog Content
 * 2. Single Post
 * 	   - Social Share Hover
 * 	   - Comment Area
 * 	   - Page Content
 * 	   - Posts Default Alignment
 * 	   - Author Info

 */

/**
 * Blog Layout
 */
.jt-post-wrapper .jt-each-post {
    margin: 40px 0px;
    padding: 0 0 15px;
}

.jt-post-wrapper .jt-each-post:first-child {
    margin-top: 0;
}

.jt-post-wrapper .jt-each-post:last-child {
    margin-bottom: 0;
}

.jt-post-wrapper .jt-each-post.sticky {
    background: #FFF;
    padding: 0px 0px 40px;
}

.jt-each-post {
    text-align: center;
    width: 80%;
    position: relative;
    margin: 10px auto 10px auto;
}

.format-image-popup img {
    max-width: 100%;
    height: auto;
}

.format-image:after,
.format-standard:after,
.format-gallery:after,
.format-video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
}

.single-post .format-image:after,
.single-post .format-standard:after,
.single-post .format-gallery:after,
.single-post .format-video:after,
.blog-masonary-style .format-image:after,
.blog-masonary-style .format-standard:after,
.blog-masonary-style .format-gallery:after,
.blog-masonary-style .format-video:after {
    display: none;
}

.jt-post-content {
    background: #fff;
    margin: 0 auto;
    padding: 40px;
    width: 90%;
}

.jt-featured-img img {
    max-width: 100%;
    height: auto;
}

.jt-post-content h3.jt-post-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #35373e;
    letter-spacing: 1.2px;
    margin: 5px auto 15px;
    line-height: 22px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h3.jt-post-title a {
    text-decoration: none;
    color: inherit;
}

.entry-content .jt-each-post ul.jt-post-list-metas {
    margin: 0px 0px 20px;
}

.jt-each-post p {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.7px;
    text-align: right;
    line-height: 22px;
}

.jt-each-post .owl-carousel .owl-item img {
    width: 100%;
}

.jt-post-excerpt {
    margin: 0 0 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.jt-post-excerpt article{
    padding: 10px;
}

.jt-post-excerpt img{
    display:block;
	width: 100%;
}

.jt-post-excerpt p {
    margin: 0;
    text-align: right;
    direction: rtl !important;
}

.jt-post-read-more {
    margin: 20px 0 0;
    font-size: 11px;
    color: #35373e;
    text-transform: uppercase;
    padding: 10px 22px;
    background: transparent;
    border: 2px solid #35373e;
    letter-spacing: 1px;
    display: inline-block;
}

/*a.jt-post-read-more:hover,
a.jt-post-read-more:focus {text-decoration: none;color: #fff;border-color: #35373e;background-color: #35373e;}*/
.format-standard .jt-featured-img,
.format-image .jt-featured-img {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.format-standard:hover .jt-featured-img:before,
.format-image:hover .jt-featured-img:before {
    content: '';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 55, 62, 0.2);
}

.format-standard .jt-post-content,
.format-video .jt-post-content,
.format-gallery .jt-post-content,
.format-image .jt-post-content {
    margin: -110px auto 0;
    position: relative;
}

.format-gallery .jt-post-content {
    z-index: 1;
}

.format-standard .jt-featured-img,
.format-video .jt-featured-img,
.format-gallery .jt-featured-img,
.format-image .jt-featured-img {
    position: relative;
}

.blog .format-gallery {
    z-index: 0;
}

.format-image .jt-featured-img {
    position: relative;
    border: 1px solid #b7b7b7;
}

.format-image .jt-featured-img .image-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(53, 55, 62, 0.5);
    width: 100%;
    height: 100%;
}

.format-image .jt-featured-img .image-img-overlay a {
    position: relative;
    top: 35%;
}

.format-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
}

.single-post .format-image:after {
    display: none;
}

.format-image .jt-post-content {
    margin: -110px auto 0;
    position: relative;
}

.post .jt-post-content .jt-post-excerpt iframe {
    max-width: 100%;
}

.format-status .jt-post-content,
.format-aside .jt-post-content,
.format-chat .jt-post-content {
    margin: -110px auto 0;
    position: relative;
    min-height: 300px;
}

/* Single Image */
.wpb_single_image {
    display: inline-block;
    width: 100%;
}

.wpb_single_image .vc_figure .vc_single_image-wrapper {
    margin-bottom: 0px !important;
}

/* - Format Link */
.jt-post-wrapper .format-link,
.jt-post-wrapper .format-quote {
    padding: 20px;
}

.blog_style_ot_1 .format-link,
.blog_style_ot_1 .format-quote,
.blog_style_ot_2 .format-link,
.blog_style_ot_2 .format-quote,
.blog_style_ot_5 .format-link,
.blog_style_ot_5 .format-quote {
    background: transparent;
    padding: 0;
}

.blog_style_ot_3 .format-link,
.blog_style_ot_3 .format-quote {
    background: transparent;
    padding: 0 3px 0 0;
}

.format-link .jt-post-content,
.format-quote .jt-post-content {
    width: 100%;
}

.jt-format-link-icon i,
.jt-format-quote-icon i {
    color: #000;
    font-size: 26px;
}

.format-link .jt-post-content .jt-post-title,
.format-quote .jt-post-content .jt-post-title {
    font-size: 22px;
    font-style: italic;
    text-transform: none;
    width: 90%;
    margin: 15px auto 25px;
    line-height: 34px;
    float: none;
}

.blog_style_ot_4 .format-link .jt-post-content .jt-post-title,
.blog_style_ot_4 .format-quote .jt-post-content .jt-post-title {
    line-height: 22px;
    margin: 15px auto 20px;
}

.jt-format-link a {
    font-size: 15px;
    color: #555;
    text-decoration: underline;
    font-style: italic;
    letter-spacing: 1.2px;
}

.jt-format-quote a {
    font-size: 11px;
    color: #35373e;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.jt-format-quote a:hover {
    text-decoration: none;
}

.jt-format-quote a:after {
    content: '';
    background-color: #777;
    display: block;
    width: 45px;
    height: 1px;
    margin: 7px auto 0;
}

/* - Format Video */
.format-video .jt-featured-img {
    position: relative;
}

.format-video .jt-featured-img .video-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(53, 55, 62, 0.5);
    width: 100%;
    height: 100%;
}

.format-video .jt-featured-img .video-img-overlay a {
    position: relative;
    top: 35%;
}

/* - Format Audio */
.format-audio .jt-featured-img {
    position: relative;
}

.format-audio .jt-featured-img .audio-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(53, 55, 62, 0.5);
    width: 100%;
    height: 100%;
}

.format-audio .jt-featured-img .audio-img-overlay a {
    position: relative;
    top: 35%;
}

.format-audio:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
}

.single-post .format-audio:after {
    display: none;
}

.format-audio .jt-post-content {
    margin: -110px auto 0;
    position: relative;
}

/* - Format Gallery */
.format-gallery .owl-controls {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}

.format-gallery .owl-controls .owl-prev,
.format-gallery .owl-controls .owl-next {
    color: #fff;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 48px;
    display: block;
    background: rgba(53, 55, 62, 0.5);
}

.format-gallery .owl-controls .owl-nav > div:hover {
    background: rgba(53, 55, 62, 0.8);
}

.format-gallery .owl-controls i {
    font-size: 22px;
}

.format-gallery .owl-controls .owl-prev {
    position: absolute;
    left: 40px;
    top: 150px;
}

.format-gallery .owl-controls .owl-next {
    position: absolute;
    right: 40px;
    top: 150px;
}

/* Blog Style - 5 [ Masonry ] */
.blog_style_ot_5.isotope-blog.blog-masonary-style .pagination-masonry-style {
    position: absolute;
    bottom: -70px;
    float: right;
    width: 100%;
}

.blog-masonary-style .blog-content p,
.entry-content .blog-masonary-style .blog-content p {
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* - Blog Pagination */
.wrapper .jt-post-wrapper.blog_style_ot_5.isotope-blog.blog-masonary-style {
    margin-bottom: 70px;
}

.jt-pagination {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.jt-pagination li {
    display: inline-block;
    color: #999;
}

.jt-pagination li a {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}

.jt-pagination .jt-prev a,
.jt-pagination .jt-next a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin: 0 15px;
    display: inline-block;
}

.jt-pagination .jt-prev a:hover,
.jt-pagination .jt-prev a:focus,
.jt-pagination .jt-next a:hover,
.jt-pagination .jt-next a:focus,
.jt-pagination li a:hover,
.jt-pagination li a:focus {
    color: #35373e;
    text-decoration: none;
}

.jt-pagination .jt-prev a {
    margin: 0 20px 0 0;
}

.jt-pagination .jt-next a {
    margin: 0 0 0 20px;
}

.pagination-holder {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul.page-numbers, .entry-content ul.page-numbers {
    padding: 0;
    margin: 0 0 60px;
}

.blog_style_ot_1 > ul.page-numbers,
.blog_style_ot_2 > ul.page-numbers,
.blog_style_ot_3 > ul.page-numbers,
.blog_style_ot_4 > ul.page-numbers,
.blog_style_ot_5 > ul.page-numbers,
.blog_style_ot_6 > ul.page-numbers,
.blog_style_ot_7 > ul.page-numbers {
    margin: 60px 0;
}

.page-numbers li {
    display: inline-block;
    color: #999;
}

.page-numbers li a {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}

.wp-link-pages, .wp-link-pages a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin: 0 5px;
    display: inline-block;
}

.wp-link-pages a:hover {
    text-decoration: none;
}

.wp-link-pages > span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #35373e;
    margin: 0 5px;
    display: inline-block;
}

.page-numbers a.prev,
.page-numbers a.next,
.page-numbers span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin: 0 15px;
    display: inline-block;
}

.page-numbers a.prev:hover,
.page-numbers a.prev:focus,
.page-numbers a.next:hover,
.page-numbers a.next:focus,
.page-numbers li a:hover,
.page-numbers li a:focus,
.page-numbers span.current {
    color: #35373e;
    text-decoration: none;
}

.page-numbers a.prev {
    margin: 0 20px 0 0;
}

.page-numbers a.next {
    margin: 0 0 0 20px;
}

/* Pagination Next/Prev */
.page-next-prev ul {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.page-next-prev ul li {
    display: inline-block;
    list-style: none;
}

.page-next-prev ul li.next,
.page-next-prev ul li.previous {
    float: left;
    width: 50%;
    text-align: center;
}

.page-next-prev ul li a {
    color: #999;
    letter-spacing: 1px;
}

.page-next-prev ul li a:hover {
    color: #35373e;
}

/* Content Control */
.jt-photo-wrap .entry-content {
    height: auto;
}

.entry-content.page-container.content-ctrl {
    background: transparent;
}

.blog .format-status:after,
.blog .format-aside:after,
.blog .format-chat:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background: #f0f0f0;
    margin: 0 auto;
}

.format-gallery a.gall-img img {
    max-width: 100%;
    height: auto;
}

a.jt-featured-img img {
    max-width: 100%;
    height: auto;
}

.jt-post-excerpt {
    font-size: 16px;
    color: #999;
    text-align: right;
    line-height: 24px;
}

.jt-post-excerpt p {
    text-align: right;
}

.jt-post-excerpt ul,
.entry-content .jt-post-excerpt ul {
    font-size: 16px;
    color: #999;
    text-align: right;
    line-height: 24px;
    margin: 40px 0;
    padding-left: 50px;
}

.single .type-post .jt-post-content .jt-post-excerpt ul li {
    list-style: none;
    margin-bottom: 16px;
    position: relative;
}

.single .type-post .jt-post-content .jt-post-excerpt ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #35373e;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    top: 7px;
    left: -20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.jt-post-tags a:after {
    content: ',';
    padding-right: 5px;
}

.jt-post-tags a, .jt-post-tags a:hover, .jt-post-tags a:focus {
    text-decoration: underline;
    font-style: italic;
    display: inline-block;
}

.caps {
    text-transform: uppercase;
}

.jt-each-post .jt-post-excerpt {
    display: inline-block;
    width: 100%;
}

.single .format-link .single-link-content,
.single .format-quote .single-link-content {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.single .format-link .jt-post-content, .single .format-quote .jt-post-content {
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px auto;
    margin: 20px;
    width: 95%;
    padding: 20px;
}

.single .format-link .jt-post-bottom-metas, .single .format-quote .jt-post-bottom-metas {
    background-color: #fff;
}

.single .jt-post-bottom-metas {
    margin-bottom: 55px;
}

.type-post .jt-post-content .jt-post-excerpt h1,
.type-post .jt-post-content .jt-post-excerpt h2,
.type-post .jt-post-content .jt-post-excerpt h3,
.type-post .jt-post-content .jt-post-excerpt h4,
.type-post .jt-post-content .jt-post-excerpt h5,
.type-post .jt-post-content .jt-post-excerpt h6 {
    color: #35373e;
    float: left;
    width: 100%;
}

.jt-post-content .jt-post-excerpt label {
    width: 100%;
}

.jt-post-content .jt-post-excerpt input[type="password"] {
    border: 1px solid #f0f0f0;
    padding: 7px;
    width: 100%;
    margin: 10px 0 0;
}

.jt-post-content .jt-post-excerpt input[type="submit"] {
    float: left;
    background: #35373E;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto;
    padding: 8px 25px;
    margin: 10px 0 0px;
    border: none;
}

p.password-alert {
    float: left !important;
    width: 100%;
    color: #999;
    letter-spacing: 1px;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 15px 10px;
    margin: 30px 0 0;
}

.single .type-post .jt-post-content .jt-post-excerpt ul li,
.single .type-post .jt-post-content .jt-post-excerpt ol li {
    float: left;
    width: 100%;
}

.jt_blog_content .jt-each-post,
.jt-post-wrapper.jt-blog-shortcode > .jt-each-post:nth-last-child(2) {
    margin-bottom: 80px;
}

.jt-default-blog-style > div:nth-last-child(2),
.jt-post-wrapper > .jt-each-post:nth-last-child(2) {
    margin-bottom: 30px;
}

.jt-post-wrapper.jt-blog-shortcode.jt-have-pagination > .jt-each-post:nth-last-child(2) {
    margin-bottom: 30px;
}

.jt_blog_content .jt_row_class .wp-pagenavi {
    border: 0px;
}

.jt_row_class .jt-blog-shortcode .wp-pagenavi {
    border-top: none;
}

/* --- Wp PageNavi */
.jt_row_class .wp-pagenavi {
    list-style: none;
    text-align: center;
    padding: 50px 0px 40px;
    border-top: 1px solid #F0F0F0;
    float: left;
    width: 100%;
}

.jt_row_class .blog-style-one .wp-pagenavi {
    border-top: 0;
    padding: 70px 0px 0px;
}

.jt_row_class .wp-pagenavi span.pages {
    margin: 0px 20px 0px 0px;
}

.jt_row_class .wp-pagenavi a.nextpostslink {
    margin: 0px 0px 0px 20px;
}

.jt_row_class .wp-pagenavi a,
.jt_row_class .wp-pagenavi span {
    text-decoration: none;
    border: 0px;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 10px;
}

.jt_row_class .wp-pagenavi span.current {
    font-weight: normal;
    color: #35373E;
}

.jt_row_class .wp-pagenavi a:hover,
.jt_row_class .wp-pagenavi a:focus {
    color: #35373E;
    text-decoration: none;
}

.jt_row_class .isotope .wp-pagenavi {
    margin: 0px;
}

/* - Comment Form */
.jt-comment-form {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.jt-comment-form h2 {
    font-size: 15px;
    color: #35373e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jt-comment-form .jt-form-inputs,
.jt-comment-form .jt-form-textarea {
    width: 51%;
    float: left;
}

.jt-comment-form .jt-form-inputs {
    width: 48%;
    margin-right: 1%;
}

.jt-comment-form input {
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px 15px 8px;
    line-height: 24px;
    margin: 0 0 30px;
    color: #999;
    font-size: 16px;
}

.jt-comment-form input:focus,
.jt-comment-form textarea:focus {
    border: 1px solid #35373e;
}

.jt-comment-form textarea {
    color: #999;
    padding: 12px 15px;
    border: 1px solid #e8e8e8;
    width: 100%;
    min-width: 100%;
    min-height: 192px;
    resize: none;
    font-size: 16px;
}

.jt-comment-form input.jt-com-submit {
    float: none;
    background: #35373e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto;
    padding: 10px 25px;
    margin: 0;
}

/* - Next and Prev Posts */
.jt-nxt-pre-posts {
    background: #f7f8f9;
    text-align: center;
    padding: 30px 0;
    display: block;
    float: left;
    width: 100%;
}

.jt-nxt-pre-posts a {
    font-size: 12px;
    text-transform: uppercase;
    color: #35373e;
    letter-spacing: 3px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
}

.jt-nxt-pre-posts a:hover {
    text-decoration: none;
}

.jt-next-post {
    position: relative;
    padding-left: 140px;
}

.jt-prev-post {
    position: relative;
    padding-right: 140px;
    border-right: 1px solid #eee;
}

.single-post .jt-nxt-pre-posts a:only-child {
    padding-left: 0;
    padding-right: 0;
    border: 0px;
}

.jt-prev-post:before,
.jt-next-post:after {
    content: '';
    width: 35px;
    height: 17px;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 5px;
}

.jt-prev-post:hover:before,
.jt-next-post:hover:after {
    content: '';
    width: 35px;
}

.jt-next-post:after {
}

.jt-next-post:hover:after {
}

/* - Blog Content */
.blog-main-wrap {
    width: 100%;
    float: left;
}

.blog-content {
    padding: 30px;
    display: block;
    float: left;
}

.blog-cat {
    padding: 5px 15px;
    border: 1px solid #000;
    font-size: 10px;
    color: #35373e;
    text-transform: uppercase;
}

.col-md-8.jt-blog-column-two.blog-masonary-style .blog-main-wrap.blog-width {
    margin-right: 23px;
}

.col-md-8.jt-blog-column-two.blog-masonary-style .blog-main-wrap.blog-width:nth-child(2n) {
    margin-right: 0;
}

.col-md-8.jt-blog-column-three.blog-masonary-style .blog-main-wrap.blog-width {
    margin-right: 18px;
}

.blog-content a,
.blog-content a:hover,
.blog-content a:focus,
.blog-content a:active {
    text-decoration: none;
    color: #35373e;
}

.blog-content h2 {
    font-size: 14px;
    color: #35373e;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
}

.blog-masonary-style .blog-content h2 {
    padding-bottom: 5px;
}

.blog-main-wrap .blog-content h2 {
    line-height: 20px;
}

.blog-content p {
    font-size: 16px;
    color: #888888;
    letter-spacing: 1px;
    padding: 0 0 5px 0;
}

.blog-content .blog-read-txt {
    font-size: 11px;
    line-height: 25px;
    color: #35373e;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}

.blog-content a.blog-read-txt,
.blog-content a:hover.blog-read-txt,
.blog-content a:active.blog-read-txt,
.blog-content a:focus.blog-read-txt {
    text-decoration: none;
    color: #35373e;
}

.blog-content a:hover.blog-read-txt:after,
.blog-masonary-style .blog-main-wrap:hover .blog-read-txt:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #777777;
    display: block;
    position: relative;
    bottom: 5px;
}

.blog-content a:hover.blog-read-txt {
    color: #777777;
}

.blog-width {
    width: 40%;
    margin: 0 50px 50px 0;
    float: left;
}

.blog-width:nth-child(even) {
    margin: 0 0 50px;
}

.blog-img img {
    max-width: 100%;
}

.blog a:hover {
    text-decoration: none;
}

.blog .blog-content a.blog-read-txt:hover {
    text-decoration: none;
}

.blog .jt-featured-img .owl-controls .owl-prev.off,
.single .type-post .owl-prev.off,
.archive .type-post .owl-prev.off,
.category .type-post .owl-prev.off {
    display: block !important;
}

/**
 * 2. Single Post
 */
.jt-post-main-cnt {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
	width:95%;
}

.jt-post-main-cnt p {
    margin: 0 0 45px;
    letter-spacing: 1px;
    color: #3c5569;
    text-align: justify;
}

.jt-post-main-cnt ul {
    text-align: right;
    margin: 0 0 45px;
    font-size: 17px;
    float: none;
    width: auto;
}

.jt-post-main-cnt ul li {
    margin: 0 0 10px;
}

.jt-post-main-cnt ul.special-li {
    list-style: none;
    margin: 0 0 45px 60px;
}

.jt-post-main-cnt ul.special-li li {
    margin: 0 0 20px;
}

.jt-post-main-cnt ul.special-li li:before {
    content: '';
    width: 7px;
    height: 7px;
    margin: 0 20px 0 0;
    display: inline-block;
    background: #35373e;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

/* ==============================================
  -- Buttons
=============================================== */
.btn-primary {
    font-size: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background: #35373e;
    text-decoration: none;
    border-color: #35373e;
}

.btn-white-hover.btn-primary:hover,
.btn-white-hover.btn-primary:active,
.btn-white-hover.btn-primary:focus,
.btn-white-hover.btn-primary:active:focus {
    background: #fff;
    text-decoration: none;
    border-color: #fff;
    color: #35373e !important;
}

.btn-transparent-hover.btn-primary:hover,
.btn-transparent-hover.btn-primary:active,
.btn-transparent-hover.btn-primary:focus,
.btn-transparent-hover.btn-primary:active:focus {
    background: transparent !important;
    text-decoration: none;
}

.btn-black,
.bg-filled:hover,
.bg-filled:focus,
.bg-filled:active {
    border-color: #35373e;
    color: #35373e;
    background: transparent;
    text-decoration: none;
}

.bg-filled {
    background-color: #35373e;
    color: #fff;
}

.btn-small {
    font-size: 10px;
    padding: 8px 14px;
    margin: 0 auto 10px;
}

.btn-large {
    font-size: 14px;
    padding: 15px 25px;
    letter-spacing: 2px;
    margin: 0 auto 30px;
}

.jt-large-heading {
    color: #35373e;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.entry-content .jt-main-head {
    float: none;
}

.entry-content .jt-vint-title h2 {
    float: none;
}

.entry-content h2.jt-large-heading {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.jt-sep-two {
    width: 20px;
    height: 1px;
    background: #222;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 20px 0;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.jt-sep-two:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    width: 50px;
    height: 1px;
    margin: 5px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sep-hover-control:hover .jt-sep-two {
    width: 30px;
}

.sep-hover-control:hover .jt-sep-two:before {
    width: 40px;
}

/* --- Separator Minimal Line */
.jt-boxslide-sep-right {
    width: 30px;
    height: 2px;
    background: #fe8869;
    display: block;
    margin: 15px auto 0;
    float: right;
}

.jt-boxslide-sep-left {
    width: 30px;
    height: 2px;
    background: #fe8869;
    display: block;
    margin: 15px auto 0;
    float: left;
}

.jt-boxslide-sep {
    width: 30px;
    height: 2px;
    background: #fe8869;
    display: block;
    margin: 15px auto 0;
}


/* --- Misc */
.jt-vint-test-slide.jt-vint-test-slide-boxed {
    margin: 0;
}

.jt-box-test-slide.jt-box-test-slide-boxed #jt-testimonial-slide .owl-dots {
    bottom: -45px;
    left: 0px;
    right: 0px;
}

.jt-box-test-slide.jt-box-test-slide-boxed #jt-testimonial-slide .owl-dot {
    margin: 12px 5px;
    display: inline-block;
}

.jt-testimonial-carousel.jt-testimonial-carousel-boxed .owl-controls {
    bottom: 30px;
}

.flnce-abt-slide.flnce-abt-slide-boxed .container,
.studio-testi-slide.studio-testi-slide-boxed .container,
.jt-vint-test-slide.jt-vint-test-slide-boxed .container,
.jt-box-test-slide.jt-box-test-slide-boxed .container {
    width: 100%;
}

.studio-testi-slide.studio-testi-slide-boxed .slide-cont {
    font-size: 22px;
}

.jt-box-layout-bg .flnce-abt-slide.flnce-abt-slide-extrawidth .owl-nav,
.jt-box-layout-bg .studio-testi-slide.studio-testi-slide-extrawidth .owl-nav,
.jt-box-layout-bg .jt-vint-test-slide.jt-vint-test-slide-extrawidth .owl-nav {
    display: none;
}

.jt_freelance_content .main-content-center .jt-vint-test-slide #jt-testimonial-slide.owl-carousel .owl-controls .owl-nav {
    display: none;
}

.jt-box-layout-bg .jt-testimonial-carousel.jt-testimonial-carousel-extrawidth .owl-controls {
    bottom: 30px;
}

.jt-box-layout-bg .jt-box-test-slide.jt-box-test-slide-extrawidth #jt-testimonial-slide .owl-dots {
    right: 50px;
}

.jt-box-layout-bg .studio-testi-slide.studio-testi-slide-extrawidth .slide-cont {
    font-size: 20px;
}

.jt-head-large h2, .jt-heading h2 {
    line-height: 30px;
}

/* - Blog List Style */
.jt-blog-lists {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #e5eaef;
}

.blog .jt-each-post:last-child .jt-blog-lists {
    border-bottom: 0px;
}

.blog .jt-blog-lists {
    background: #fff;
}

.blog .jt-blog-lists {
    text-align: left;
}

.blog .jt-blog-lists:hover .jt-content-hv {
    left: 75px;
}

.blog .jt-blog-lists .jt-read-more-hv {
    width: 9%;
}

.jt-thumb-hv {
    float: left;
    width: 20%;
    position: relative;
    left: -100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.jt-blog-lists:hover .jt-thumb-hv {
    left: 0;
}

.jt-blog-lists:hover .jt-content-hv {
    left: 0;
}

.jt-content-hv {
    float: left;
    width: 69%;
    margin: 10px 0 0 1%;
    text-align: left;
    position: relative;
    left: -21%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.jt-read-more-hv {
    float: left;
    width: 10%;
    text-align: left;
}

.jt-list-read-more {
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #35373e;
    color: #35373e;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.jt-list-read-more:hover,
.jt-list-read-more:focus {
    text-decoration: none;
    color: #35373e;
}

.jt-list-read-more span {
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    top: 0;
    float: left;
    padding: 15px 10px;
}

.jt-post-contents a.jt-post-title {
    color: #232323;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 15px;
    float: left;
    width: 100%;
}

.jt-post-contents a.jt-post-title:hover {
    text-decoration: none;
}

.jt-list-cat,
.jt-post-cat {
    float: left;
    width: 100%;
}

.jt-list-cat a,
.jt-post-cat a {
    color: #35373e;
    text-transform: uppercase;
    border: 1px solid #35373e;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 1px;
    float: left;
    margin: 0 10px 15px 0;
}

.jt-post-cat a {
    float: none;
    display: inline-block;
    padding: 5px 12px;
}

.jt-list-cat a:hover,
.jt-post-cat a:hover {
    text-decoration: none;
}

.jt-post-list-metas {
    color: #777;
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.entry-content ul.jt-post-list-metas {
    padding: 0;
}

.jt-post-list-metas li > img,
.owl-carousel .owl-item .jt-post-list-metas li > img {
    max-width: 100%;
    width: auto;
    float: left;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

.jt-post-list-metas a {
    color: #777;
    font-size: 14px;
}

.jt-post-list-metas a:hover {
    text-decoration: none;
}

ul.jt-post-list-metas li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: capitalize;
    font-size: 13px;
}

.jt-post-list-metas i {
    color: #35373e;
    font-size: 18px;
    margin: 0px 4px 0px 0px;
    position: relative;
    top: 3px;
}

.jt-list-read-more span.arrow-right {
    font-size: 12px;
    height: 25px;
    position: absolute;
    right: -7px;
    top: 18px;
    padding: 0;
    background: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.jt-list-read-more span.arrow-right img {
    position: relative;
    top: 2px;
}

.jt-blog-lists:hover .jt-list-read-more span.arrow-right {
    right: -12px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.blog-style-one .read-more-blog {
    margin: 80px auto 40px;
}

.read-more-blog {
    margin: 40px auto;
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2.5px;
    color: #35373e;
    text-transform: uppercase;
}

.read-more-blog img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
    left: -10px;
    bottom: 2px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.read-more-blog:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    position: relative;
    left: 10px;
}

.read-more-blog:hover,
.read-more-blog:focus {
    color: #35373e;
    text-decoration: none;
}