/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wtl_wrapper,
 .wtl_wrapper * {
     box-sizing: border-box;
 }
 
 .wtl_is_horizontal .wtl-ss-left i,
 .wtl_is_horizontal .wtl-ss-right i {
     position: absolute;
     display: block;
     margin: auto;
     top: 18;
     bottom: 0;
     right: 0;
     width: 30px;
     height: 30px;
     padding: 11px 15px;
 }
 
 .wtl_is_horizontal .wtl_blog_template .wtl-ss-right,
 .wtl_is_horizontal .wtl_blog_template .wtl-ss-left {
     position: absolute;
     top: 54%;
     bottom: auto;
     max-height: unset;
     max-width: unset;
     height: auto;
 }
 
 .wtl_wrapper {
     clear: left;
     display: inline-block;
     width: 100%;
     max-width: 100% !important;
 }
 
 .wp_timeline_post_list .wp-block-embed iframe {
     position: relative;
     min-width: 100%
 }
 
 .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
     content: none !important;
 }
 
 .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
     padding-top: 0 !important;
 }
 
 a:focus {
     outline: medium none !important;
 }
 
 .wtl_blog_template ol,
 .wtl_blog_template ul {
     display: inline-block;
 }
 
 .wtl_edd_download_buy_button .edd_purchase_submit_wrapper .edd_go_to_checkout,
 .wtl_edd_download_buy_button .wtl_edd_view_button {
     display: inline-flex;
 }
 
 
 /** Paggination Style **/
 
 
 /* Start Defaule Template 1 */
 
 .wtl_wrapper .wl_pagination_box {
     text-align: center;
 }
 
 #secondary .wtl_wrapper .wl_pagination_box .paging-navigation ul.page-numbers li {
     display: inline-block;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li {
     list-style: none;
     display: inline-block;
     margin-bottom: 10px;
     vertical-align: top;
     margin: 5px !important
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .wl_pagination span,
 .wtl_wrapper .wl_pagination_box.template-1 .wl_pagination a {
     margin-bottom: 10px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.page-numbers {
     padding: 5px 10px;
     text-decoration: none !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers {
     margin: 0;
     padding: 0;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li>span.current {
     padding: 5px 10px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.next {
     visibility: hidden
 }
 
 
 /* End Defaule Template 1 */
 
 
 /* Start Defaule Template 2 */
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li {
     list-style: none;
     display: inline-block;
     margin: 5px
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a {
     padding: 6px 11px;
     border-radius: 50%
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .wl_pagination span,
 .wtl_wrapper .wl_pagination_box.template-2 .wl_pagination a {
     margin-bottom: 10px
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next {
     width: auto;
     font-size: 16px;
     border-radius: 0
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next {
     visibility: visible;
     border: none
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers {
     margin: 0;
     font-size: 16px
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li>span.current {
     padding: 6px 11px;
     border-radius: 50%;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next {
     visibility: hidden
 }
 
 
 /* End Defaule Template 2 */
 
 
 /* Start Defaule Template 3 */
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li {
     list-style: none;
     display: inline-block;
     margin: 1px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .wl_pagination span,
 .wtl_wrapper .wl_pagination_box.template-3 .wl_pagination a {
     margin-bottom: 10px
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.next {
     visibility: hidden
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.page-numbers {
     padding: 7px 10px;
     text-decoration: none !important;
     font-size: 18px;
     line-height: 1.5
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers {
     margin: 0;
     text-align: center;
     width: 100%;
     display: inline-block;
     padding: 0;
     font-size: 16px
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li>span.current {
     padding: 7px 10px;
     font-size: 18px;
     line-height: 1.5;
 }
 
 
 /* End Defaule Template 3 */
 
 
 /* Start Defaule Template 4 */
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li {
     list-style: none;
     display: inline-block;
     margin-bottom: 10px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .wl_pagination span,
 .wtl_wrapper .wl_pagination_box.template-4 .wl_pagination a {
     margin-bottom: 10px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.page-numbers {
     padding: 5px 10px;
     text-decoration: none !important;
     font-size: 18px;
     line-height: 1.5;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers {
     margin: 0;
     padding-inline: 0;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li>span.current {
     padding: 5px 10px;
     position: relative;
     font-size: 18px;
     line-height: 1.5;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li>span.current:before {
     content: "";
     position: absolute;
     top: -2px;
     left: 0;
     height: 50%;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li>span.current:after {
     content: "";
     position: absolute;
     top: -2px;
     right: 0;
     height: 50%;
 }
 
 .wtl_wrapper .wtl-ss-left i,
 .wtl_wrapper .wtl-ss-right i {
     cursor: pointer;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.prev,
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.next {
     visibility: hidden
 }
 
 
 /* End Defaule Template 4 */
 
 .wp-timeline-social-share {
     cursor: pointer;
 }
 
 .wtl_social_share_postion {
     display: inline-block;
     width: 100%;
     position: relative;
 }
 
 .wtl_blog_template .social-component {
     display: inline-block;
 }
 
 .wtl_social_share_postion.center_position {
     text-align: center;
 }
 
 .right_position .social-component {
     float: right;
 }
 
 .wtl_blog_template .social-component.extra_small .social-share {
     display: inline-block;
     margin: 10px 0 0;
 }
 
 .wtl_blog_template .social-component.extra_small a {
     font-size: 13px;
     height: 27px;
     line-height: 16px !important;
     margin: 0px 2px 0 !important;
     padding: 5px 0;
     width: 27px;
 }
 
 .wtl_blog_template .social-component.extra_small.right .social-share .count {
     margin: 0 0 0 6px;
     padding: 7px 0;
 }
 
 .wtl_blog_template .social-component.extra_small.top .social-share .count {
     margin: 0 0 10px;
 }
 
 .wtl_blog_template .social-component.extra_small .social-share a.email {
     margin-left: 7px !important;
 }
 
 .wtl_blog_template .social-component a {
     border: 1px solid #ccc;
     float: left;
     margin: 10px 10px 0 0;
     padding: 8px 0;
     text-align: center;
     width: 38px;
     font-size: 15px;
     line-height: 20px;
     color: #333;
     box-shadow: none;
 }
 
 .wtl_blog_template .social-component.extra_small .social-share .count {
     float: left;
     font-size: 12px;
     height: auto;
     line-height: 1;
     margin: 10px 0 0 3px;
     padding: 5px 0;
     text-align: center;
     width: 27px !important;
 }
 
 .wtl_blog_template .post-body-div h2.wtl-post-title a,
 .wtl_blog_template .category-link a,
 .wtl_blog_template .categories a,
 .wtl_blog_template .wtl-read-more>a,
 .wtl_blog_template .tags a,
 .wtl_blog_template a,
 .wtl_blog_template .metacomments a {
     text-decoration: none;
     text-shadow: none;
 }
 
 .social-component a.facebook-share:hover {
     background-color: #3a589d;
     border-color: #3a589d;
     color: #fff
 }
 
 .social-component a.wp-timeline-twitter-share:hover {
     background-color: #000;
     border-color: #000;
     color: #fff
 }
 
 .social-component a.wp-timeline-whatsapp-share:hover {
     background-color: #3cc150;
     border-color: #3cc150;
     color: #fff
 }
 
 .social-component a.wp-timeline-instagram-share:hover {
     background-color: #125688;
     border-color: #125688;
     color: #fff
 }
 
 .social-component a.wp-timeline-google-share:hover {
     background-color: #dd4e31;
     border-color: #dd4e31;
     color: #fff!important
 }
 
 .social-component .social-share a:hover {
     color: #fff!important
 }
 
 .social-component a.wp-timeline-linkedin-share:hover {
     background-color: #0177B5;
     border-color: #0177B5;
     color: #fff
 }
 
 .social-component a.wp-timeline-email-share:hover {
     background-color: #111111;
     border-color: #111111;
     color: #fff
 }
 
 .social-component a.wp-timeline-website-share:hover {
     background-color: #4285F4;
     border-color: #4285F4;
     color: #fff
 }
 
 .social-component a.wp-timeline-pinterest-share:hover {
     background-color: #cb2320;
     border-color: #cb2320;
     color: #fff
 }
 
 .social-component a.wp-timeline-telegram-share:hover {
     background-color: #2399d6;
     border-color: #2399d6;
     color: #fff
 }
 
 .social-component a.wp-timeline-pocket-share:hover {
     background-color: #ee4056;
     border-color: #ee4056;
     color: #fff
 }
 
 .social-component a.wp-timeline-reddit-share:hover {
     background-color: #ff4500;
     border-color: #ff4500;
     color: #fff
 }
 
 .social-component a.wp-timeline-digg-share:hover {
     background-color: #245EAD;
     border-color: #245EAD;
     color: #fff
 }
 
 .social-component a.wp-timeline-skype-share:hover {
     background-color: #00aff0;
     border-color: #00aff0;
     color: #fff
 }
 
 .social-component a.wp-timeline-youtube-share:hover {
     background-color: #bb0000;
     border-color: #bb0000;
     color: #fff
 }
 
 .social-component a.wp-timeline-wordpress-share:hover {
     background-color: #21759b;
     border-color: #21759b;
     color: #fff
 }
 
 .social-component a.wp-timeline-tumblr-share:hover {
     background-color: #34526f;
     border-color: #34526f;
     color: #fff
 }
 
 .social-component a.wp-timeline-snapchat-share:hover {
     background-color: #fffc00;
     border-color: #fffc00;
     color: #fff
 }
 
 .social-component a.wp-timeline-vine-share:hover {
     background-color: #00bf8f;
     border-color: #00bf8f;
     color: #fff
 }
 
 .social-component a.wp-timeline-tumblr-share:hover {
     background-color: #32506d;
     border-color: #32506d;
     color: #fff
 }
 
 .wtl_blog_template .social-component .social-share {
     display: inline-block;
     width: auto;
     margin: 10px 10px 0 0;
     float: left;
 }
 
 .wtl_blog_template .social-component.bottom .social-share {
     vertical-align: top;
 }
 
 .wtl_blog_template .social-component.top .social-share {
     vertical-align: bottom;
 }
 
 .wtl_blog_template.even_class .social-component .social-share {
     float: right;
 }
 
 .wtl_blog_template .social-component .social-share a {
     padding-right: 0;
     margin: 0;
 }
 
 .wtl_blog_template .wp-video {
     margin-bottom: 0;
 }
 
 .wtl_blog_template .upper_image_wrapper {
     background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }
 
 .wtl_blog_template .upper_image_wrapper blockquote:before {
     color: #484848;
     content: "";
     font-family: fontawesome;
     font-size: 19px;
     left: 15px;
     position: absolute;
     top: 10px;
 }
 
 .wtl_blog_template .upper_image_wrapper blockquote {
     background-color: rgba(255, 255, 255, 0.8);
     left: 50%;
     margin: 0 !important;
     padding: 20px 20px 25px 40px;
     position: absolute;
     top: 50%;
     transform: translate3d(-50%, -50%, 0px);
     -ms-transform: translate3d(-50%, -50%, 0px);
     -webkit-transform: translate3d(-50%, -50%, 0px);
     -o-transform: translate3d(-50%, -50%, 0px);
     border-left: 5px solid;
 }
 
 .blog_template .upper_image_wrapper.wtl_link_post_format a:before {
     content: "";
     font-family: fontawesome;
     margin-right: 10px;
 }
 
 .blog_template .upper_image_wrapper.wtl_link_post_format a {
     background-color: rgb(255, 255, 255);
     left: 50%;
     margin: 0;
     padding: 10px 20px;
     position: absolute;
     top: 50%;
     transform: translate3d(-50%, -50%, 0px);
     -ms-transform: translate3d(-50%, -50%, 0px);
     -webkit-transform: translate3d(-50%, -50%, 0px);
     -o-transform: translate3d(-50%, -50%, 0px);
     border-radius: 5px;
 }
 
 .wtl_blog_template .wp-timeline-post-image {
     position: relative;
     text-align: center;
     height: 100%;
 }
 
 .wtl_blog_template .wp-timeline-post-image:hover .wp-timeline-pinterest-share-image {
     visibility: visible;
     opacity: 1;
 }
 
 .wp-timeline-pinterest-share-image i {
     color: #fff !important;
     line-height: 37px
 }
 
 .wtl_blog_template .wp-timeline-pinterest-share-image {
     bottom: 10px;
     left: 10px;
     position: absolute;
     visibility: hidden;
     opacity: 0;
     top: 10px;
     height: 40px;
     width: 40px;
     overflow: hidden;
     transition: visibility 0s, opacity 0.5s linear;
 }
 
 .wtl_blog_template .wp-timeline-pinterest-share-image a {
     background-color: #cb2027;
     border-color: #b51d23;
     border-style: solid;
     display: block;
     float: left;
     height: 40px;
     width: 40px;
     background-size: 100%;
     box-shadow: none;
     padding: 0 8px;
 }
 
 .wp-timeline-load-more-pre {
     float: left;
     margin-bottom: 20px;
     width: 100%;
 }
 
 .wtl_blog_template .wp-timeline-flexslider.flexslider {
     line-height: 0;
 }
 
 .wtl_blog_template .flex-direction-nav a:before {
     font-size: 30px;
     line-height: 1;
 }
 
 .wtl_blog_template .flexslider ul.flex-direction-nav {
     margin: 0;
 }
 
 .wtl_blog_template .flexslider ul.flex-direction-nav>li {
     list-style: none;
 }
 
 .blog_template.slider_template .flex-control-nav {
     display: block;
 }
 
 .wp-timeline-load-more {
     text-align: center;
     margin: 10px 0;
     position: relative;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn {
     padding: 5px 15px;
     line-height: normal;
     font-size: 16px;
     height: auto;
     border-radius: 3px;
     color: #fff;
     background: #000;
     border: 1px solid #000;
     text-decoration: none;
     box-shadow: none;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-2 {
     border-radius: 30px;
     padding: 15px 30px;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 {
     border: none;
     padding: 15px 30px;
     position: relative;
     color: #333;
     background: #fff;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span:after {
     content: "";
     position: absolute;
     background: #000;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-top:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-top:after {
     left: 0;
     top: 0;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-bottom:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-bottom:after {
     right: 0;
     bottom: 0;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-top:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-bottom:before {
     height: 70%;
     width: 2px;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-top:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 span.wp-timeline-lmb-bottom:after {
     width: 30%;
     height: 2px;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover span.wp-timeline-lmb-top:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:focus span.wp-timeline-lmb-top:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:active span.wp-timeline-lmb-top:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover span.wp-timeline-lmb-bottom:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:focus span.wp-timeline-lmb-bottom:before,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:active span.wp-timeline-lmb-bottom:before {
     height: 100%;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover span.wp-timeline-lmb-top:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:focus span.wp-timeline-lmb-top:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:active span.wp-timeline-lmb-top:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover span.wp-timeline-lmb-bottom:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:focus span.wp-timeline-lmb-bottom:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:active span.wp-timeline-lmb-bottom:after {
     width: 100%;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3 {
     background: transparent;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:before {
     content: "";
     height: 30px;
     width: 30px;
     border-top: 2px solid #000;
     border-left: 2px solid #000;
     position: absolute;
     top: 0px;
     left: 0px;
     transition: all 0.3s;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:after {
     content: "";
     height: 30px;
     width: 30px;
     border-bottom: 2px solid #000;
     border-right: 2px solid #000;
     position: absolute;
     bottom: 0px;
     right: 0px;
     transition: all 0.3s;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover:after,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn.template-3:hover:before {
     height: 100%;
     width: 100%;
 }
 
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn:hover,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn:focus,
 .wp-timeline-load-more a.button.wp-timeline-load-more-btn:active {
     color: #000;
     background: #fff;
     border-color: #000;
 }
 
 .wtl_wrapper .wl_pagination_box {
     width: 100%;
     float: left;
     margin: 60px 0 30px;
 }
 
 .wtl_wrapper .wl_pagination_box .wl_pagination span,
 .wtl_wrapper .wl_pagination_box .wl_pagination a {
     display: inline-block;
     margin-right: 5px;
     padding: 0 8px;
     text-decoration: none;
 }
 
 .wtl_wrapper .wl_pagination_box .navigation .prev.page-numbers,
 .wtl_wrapper .wl_pagination_box .navigation .next.page-numbers {
     float: none;
 }
 
 .wtl_blog_template a {
     border: none;
     box-shadow: none !important;
 }
 
 .wtl_blog_template div:not(.fullwidth_layout_cover) img.wp-post-image {
     max-width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
 }
 
 .wtl_blog_template .wp-caption.aligncenter {
     max-width: 100%;
     left: 0;
     transform: translateX(0);
 }
 
 .wtl_wrapper figure {
     max-width: 100%;
     display: inline-block;
     vertical-align: top;
 }
 
 .wtl_blog_template .taxonomies span.terms a:last-child span {
     display: none;
 }
 
 .wtl_blog_template .metacomments a {
     box-sizing: border-box;
 }
 
 .wp-timeline-load-more a:hover {
     text-decoration: none !important;
 }
 
 .wtl_blog_template .social-component.large a {
     height: 45px;
     padding: 12px 0;
     width: 45px;
     box-sizing: border-box;
 }
 
 .social-component.large a .fa {
     font-size: 20px;
 }
 
 .blog_footer {
     box-sizing: border-box;
 }
 
 .blog_template .flexslider {
     border: none;
     line-height: 0
 }
 
 .blog_template .flex-viewport {
     margin-bottom: -5px;
 }
 
 h2.wtl-date-top:before,
 h2.wtl-post-title:before {
     display: none;
 }
 
 .loading-image {
     bottom: 0;
     display: block;
     max-height: 100px;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     z-index: 3;
     text-align: center;
 }
 
 #wtl-load-more-hidden {
     display: inline-block;
     width: 100%;
     float: left;
     position: relative;
 }
 
 .wtl_blog_template .post_content li {
     float: left;
     width: 100%;
 }
 
 .wtl-load-onscroll-pre {
     float: left;
     width: 100%;
     padding-bottom: 30px;
 }
 
 .wp-timeline-row {
     margin-left: -10px;
     margin-right: -10px;
 }
 
 .wtl_blog_template .social-component.top .social-share,
 .blog_template.wtl_blog_template .social-component.top>a {
     margin: 10px 5px 0 0;
 }
 
 .wtl_blog_template .wp-audio-shortcode,
 .wp-video,
 .wp-playlist.wp-audio-playlist {
     margin-bottom: 0;
 }
 
 img {
     max-width: 100%;
 }
 
 .wtl-load-onscroll-pre {
     float: left;
     width: 100%;
 }
 
 .wp-timeline-count {
     padding-left: 3px;
     padding-right: 5px;
 }
 
 .wp-timeline-wrapper-like {
     display: inline-block;
 }
 
 .wp-timeline-wrapper-like {
     display: inline-block;
     padding-left: 10px;
     width: auto;
 }
 
 .wp-timeline-wrapper-like>span {
     display: inline-block;
 }
 
 .blog_template .more-tag {
     text-transform: none;
 }
 
 .chosen-container {
     width: 200px !important;
 }
 
 #wp-timeline-filer-change {
     margin-bottom: 15px;
 }
 
 
 /*Social Icon style*/
 
 .wtl_blog_template .social-component a.social-share-default:hover {
     opacity: 1.0;
 }
 
 .wtl_blog_template .social-component a.social-share-default {
     height: 38px;
     background-image: url('../images/social_default_image.png');
     opacity: 0.9;
     background-color: transparent;
 }
 
 
 /*First Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -10px
 }
 
 .wtl_blog_template .social-component.default_social_style_1 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -10px
 }
 
 
 /*Second Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -58px
 }
 
 .wtl_blog_template .social-component.default_social_style_2 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -58px
 }
 
 
 /*Third Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -106px
 }
 
 .wtl_blog_template .social-component.default_social_style_3 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -106px
 }
 
 
 /*Fourth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-reddit-share {
     background-position: -394px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -154px
 }
 
 .wtl_blog_template .social-component.default_social_style_4 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -154px
 }
 
 
 /*Fifth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -202px
 }
 
 .wtl_blog_template .social-component.default_social_style_5 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -202px
 }
 
 
 /*Sixth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -250px
 }
 
 .wtl_blog_template .social-component.default_social_style_6 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -250px
 }
 
 
 /*Seventh Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -298px
 }
 
 .wtl_blog_template .social-component.default_social_style_7 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -298px
 }
 
 
 /*Eighth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -346px
 }
 
 .wtl_blog_template .social-component.default_social_style_8 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -346px
 }
 
 
 /*Ninth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -394px
 }
 
 .wtl_blog_template .social-component.default_social_style_9 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -394px
 }
 
 
 /*Tenth Social Icon Style*/
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-facebook-share {
     background-position: -10px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-linkedin-share {
     background-position: -58px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-pinterest-share {
     background-position: -106px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-twitter-share {
     background-position: -154px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-email-share {
     background-position: -202px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-whatsapp-share {
     background-position: -250px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-website-share {
     background-position: -298px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-pocket-share {
     background-position: -346px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-telegram-share {
     background-position: -394px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-reddit-share {
     background-position: -442px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-vine-share {
     background-position: -490px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-tumblr-share {
     background-position: -538px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-instagram-share {
     background-position: -586px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-youtube-share {
     background-position: -634px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-wordpress-share {
     background-position: -922px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-skype-share {
     background-position: -1018px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-snapchat-share {
     background-position: -1066px -442px
 }
 
 .wtl_blog_template .social-component.default_social_style_10 a.social-share-default.wp-timeline-digg-share {
     background-position: -1066px -442px
 }
 
 .button.wtl-load-onscroll-btn {
     opacity: 0;
     visibility: hidden;
 }
 
 .wtl_wrapper .wtl-post-title {
     word-break: break-word;
 }
 
 
 /* Archive Page Style */
 
 .wp-timeline-post-image.post-video iframe,
 .wtl_wrapper .post-video iframe,
 .wtl_wrapper .wp-timeline-video .iframe {
     display: inline-block;
     max-width: 100%;
 }
 
 .blog_template embed,
 .blog_template iframe,
 .blog_template object,
 .blog_template video {
     margin-bottom: 0;
     width: 100%;
 }
 
 .wtl_email_share {
     display: none;
     background: #fff;
     border: 1px solid #ccc;
     box-shadow: 0 0 10px #ccc;
     padding: 15px;
     position: absolute;
     display: none;
     z-index: 99;
 }
 
 .wp-timeline-close {
     cursor: pointer;
     display: inline;
     float: right;
     position: absolute;
     right: 7px;
     top: 3px;
 }
 
 .wp-timeline-close_button {
     padding-left: 10px;
     display: inline;
     cursor: pointer;
 }
 
 .wp-timeline-mail_submit_button {
     display: inline !important;
 }
 
 #wtl_email_share form>div {
     padding-top: 12px;
 }
 
 #wtl_email_share label {
     font-weight: normal;
     font-size: 12px;
     display: inline-block;
     min-width: 160px;
 }
 
 #wtl_email_share input[type='text'],
 #wtl_email_share input[type='email'] {
     padding: 5px;
     max-width: 250px;
     min-width: 250px;
 }
 
 
 /* Image Hover Effects */
 
 .wtl_wrapper figure {
     margin: 0 !important;
     padding: 0;
     position: relative;
     overflow: hidden;
     width: auto;
 }
 
 .wtl_wrapper figure.zoom_in img {
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.zoom_in img:hover {
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
 }
 
 .wtl_wrapper figure.zoom_out img {
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.zoom_out img:hover {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
 }
 
 .wtl_wrapper figure.slide img {
     margin-left: 10%;
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.slide img:hover {
     margin-left: 0;
 }
 
 .wtl_wrapper .gallery {
     margin: 0;
 }
 
 .wtl_wrapper figure.shine:before {
     position: absolute;
     top: 0;
     left: -75%;
     z-index: 2;
     display: block;
     content: '';
     width: 50%;
     height: 100%;
     background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
     -webkit-transform: skewX(-25deg);
     -moz-transform: skewX(-25deg);
     -ms-transform: skewX(-25deg);
     -o-transform: skewX(-25deg);
     transform: skewX(-25deg);
 }
 
 .wtl_email_form {
     display: inline-block;
     width: 100%;
     padding: 10px;
 }
 
 .wtl_email_share {
     display: none;
     background: #ffffff;
     border: 1px solid #cccccc;
     box-shadow: 0 0 10px #cccccc;
     padding: 15px;
     position: absolute;
     display: none;
     z-index: 99;
 }
 
 .wtl-mail_submit_button {
     display: inline !important;
 }
 
 .wtl-close_button {
     padding-left: 10px;
     display: inline;
     cursor: pointer;
 }
 
 .wtl_wrapper figure.shine:hover:before {
     -webkit-animation: wtl_shine 0.8s;
     -moz-animation: wtl_shine 0.8s;
     -ms-animation: wtl_shine 0.8s;
     -o-animation: wtl_shine 0.8s;
     animation: wtl_shine 0.8s;
 }
 
 @-webkit-keyframes wtl_shine {
     100% {
         left: 125%;
     }
 }
 
 @keyframes wtl_shine {
     100% {
         left: 125%;
     }
 }
 
 .wtl_wrapper figure.flashing:hover {
     opacity: 1;
     -webkit-animation: wtl_flash 1.5s;
     -moz-animation: wtl_flash 1.5s;
     -ms-animation: wtl_flash 1.5s;
     -o-animation: wtl_flash 1.5s;
     animation: wtl_flash 1.5s;
 }
 
 @-webkit-keyframes wtl_flash {
     0% {
         opacity: 0.4;
     }
     100% {
         opacity: 1;
     }
 }
 
 @keyframes wtl_flash {
     0% {
         opacity: 0.4;
     }
     100% {
         opacity: 1;
     }
 }
 
 .wtl_wrapper figure.blur img {
     -webkit-filter: blur(1px);
     -moz-filter: blur(1px);
     -ms-filter: blur(1px);
     -o-filter: blur(1px);
     filter: blur(1px);
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.blur img:hover {
     -webkit-filter: blur(0);
     -moz-filter: blur(0);
     -ms-filter: blur(0);
     -o-filter: blur(0);
     filter: blur(0);
 }
 
 .wtl_wrapper figure.gray_scale img {
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: grayscale(100%);
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.gray_scale img:hover {
     -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
     -ms-filter: grayscale(0);
     -o-filter: grayscale(0);
     filter: grayscale(0);
 }
 
 .wtl_wrapper figure.sepia img {
     -webkit-filter: sepia(100%);
     -moz-filter: sepia(100%);
     -ms-filter: sepia(100%);
     -o-filter: sepia(100%);
     filter: sepia(100%);
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.sepia img:hover {
     -webkit-filter: sepia(0);
     -moz-filter: sepia(0);
     -ms-filter: sepia(0);
     -o-filter: sepia(0);
     filter: sepia(0);
 }
 
 .wtl_wrapper figure.opacity img {
     opacity: 1;
     -webkit-transition: all ease-in-out 0.3s 0s;
     -moz-transition: all ease-in-out 0.3s 0s;
     -ms-transition: all ease-in-out 0.3s 0s;
     -o-transition: all ease-in-out 0.3s 0s;
     transition: all ease-in-out 0.3s 0s;
 }
 
 .wtl_wrapper figure.opacity img:hover {
     opacity: 0.5;
 }
 
 .wtl_wrapper figure.shine_circle:before {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     display: block;
     content: '';
     width: 0;
     height: 0;
     background: rgba(255, 255, 255, .2);
     border-radius: 100%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     opacity: 0;
 }
 
 .wtl_wrapper figure.shine_circle:hover:before {
     -webkit-animation: wtl_circle .75s;
     -moz-animation: wtl_circle .75s;
     -ms-animation: wtl_circle .75s;
     -o-animation: wtl_circle .75s;
     animation: wtl_circle .75s;
 }
 
 @-webkit-keyframes wtl_circle {
     0% {
         opacity: 1;
     }
     40% {
         opacity: 1;
     }
     100% {
         width: 200%;
         height: 200%;
         opacity: 0;
     }
 }
 
 @keyframes wtl_circle {
     0% {
         opacity: 1;
     }
     40% {
         opacity: 1;
     }
     100% {
         width: 200%;
         height: 200%;
         opacity: 0;
     }
 }
 
 @media screen and (max-width: 909px) {
     .sidebar {
         display: inline-block;
     }
 }
 
 @media screen and (max-width: 709px) {
     .wtl_wrapper .wl_pagination_box {
         padding-left: 15px;
         padding-right: 15px;
     }
 }
 
 @media screen and (max-width: 767px) {
     .wtl_blog_template .wp-timeline-pinterest-share-image,
     .wtl_blog_template .wp-timeline-post-image .wp-timeline-pinterest-share-image {
         visibility: visible;
         opacity: 1;
     }
 }
 
 @media screen and (max-width: 640px) {
     .chosen-container {
         margin: 15px 0;
         width: 100% !important;
     }
 }
 
 .wp_timeline_sort_by_wrapper select {
     background-color: #fff;
     color: #000;
     padding: 12px;
     width: 250px;
     border: none;
     font-size: 14px;
     box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
     -webkit-appearance: button;
     appearance: button;
     outline: none;
     text-transform: capitalize;
     background: transparent;
 }
 
 .wp_timeline_sort_by_wrapper:before {
     content: "\f0dd";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     position: absolute;
     top: 0;
     right: 0;
     width: 20%;
     height: 100%;
     text-align: center;
     font-size: 20px;
     line-height: 32px;
     color: rgba(0, 0, 0, 0.5);
     pointer-events: none
 }
 
 .wp_timeline_sort_by_wrapper:hover:before {
     color: rgba(0, 0, 0, 0.6)
 }
 
 .wp_timeline_sort_by_wrapper select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #000;
 }
 
 .wp_timeline_sort_by_wrapper select option {
     padding: 30px;
 }
 
 .wp_timeline_sort_by_wrapper {
     display: inline-block;
     position: relative;
 }
 
 .wp_timeline_sortby_wrap {
     display: inline-block;
     width: 100%;
     padding: 10px 12px;
     z-index: 3;
     position: relative;
 }
 
 .wp_timeline_sort_by_wrapper select,
 .wp_timeline_sort_by_wrapper select:active,
 .wp_timeline_sort_by_wrapper select:focus {
     outline: 0px !important;
     -webkit-appearance: none;
 }
 
 .wtl-fl-box {
     display: none;
 }
 
 
 /* Woo Support CSS*/
 
 .star-rating {
     text-align: left;
 }
 
 .add_to_wishlist:before {
     display: none !important;
 }
 
 .yith-wcwl-add-to-wishlist .yith-wcwl-icon.fa.fa-heart-o:before {
     font-family: fontawesome !important;
 }
 
 .wp_timeline_woocommerce_price_wrap .price {
     display: inline-block;
 }
 
 .wtl-post-content .wtl-read-more {
     margin-left: 5px;
 }
 
 
 /* [data-aos][data-aos][data-aos-easing="ease"],
 body[data-aos-easing="ease"] [data-aos],
 [data-aos^="none"][data-aos^="none"].aos-animate {
     transform: translateZ(0);
 } */
 
 
 /* Popup CSS */
 
 .modal-box {
     display: none;
     position: absolute;
     z-index: 1;
     width: auto;
     top: 0;
     background: white;
     border-bottom: 1px solid #aaa;
     border-radius: 4px;
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     border: 1px solid rgba(0, 0, 0, 0.1);
     background-clip: padding-box;
     margin-left: auto;
     margin-right: auto;
 }
 
 .modal-box .modal-body {
     padding: 2em 1.5em;
 }
 
 .modal-box .modal-body p {
     color: #000 !important;
 }
 
 a.close {
     line-height: 1;
     font-size: 1.5em;
     position: absolute;
     top: 5%;
     right: 2%;
     text-decoration: none;
     color: #bbb !important;
 }
 
 a.close:hover {
     color: #222;
     -webkit-transition: color 1s ease;
     -moz-transition: color 1s ease;
     transition: color 1s ease;
 }
 
 .img-overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
 }
 
 .img-overlay i {
     color: #fff !important;
     font-size: 2em !important;
     background: none !important;
     border: none !important;
 }
 
 .wp-timeline-post-image:hover .img-overlay,
 .wp-timeline-post-image figure:hover .img-overlay,
 .post-image figure:hover .img-overlay,
 .wtl-post-thumbnail figure:hover .img-overlay {
     opacity: 1;
     z-index: 1;
 }
 
 .wtl-fullhorizontal-post-content:hover .wtl-post-thumbnail iframe {
     z-index: 1 !important;
     position: relative !important;
 }
 
 #wp-timeline-preview-box .wtl-bullets-container {
     margin: 0 auto !important;
 }
 
 .wtl-bullets-container {
     display: block;
     position: fixed;
     height: 100%;
     z-index: 1049;
     font-weight: normal;
     height: 70vh;
     overflow-x: hidden;
     overflow-y: auto;
     margin: -25vh auto !important;
     bottom: 0;
 }
 
 .section-bullets-right,
 .section-bullets-left {
     transition-duration: .3s;
     list-style: none;
     margin: 0;
     display: table-cell;
     vertical-align: middle;
     width: 80px;
 }
 
 .wtl-post-year {
     border-left: 4px solid #222;
     display: block;
     text-align: left;
     font-size: 16px;
     position: relative;
     line-height: 2;
 }
 
 .section-bullets-right li a,
 .section-bullets-left li a {
     position: relative;
     display: inline-block;
     transition-duration: .3s;
     width: 100%;
     margin-right: 5px;
     padding: 6px 20px 6px 9px;
     text-decoration: none;
 }
 
 .section-bullets-right li::before,
 .section-bullets-left li::before {
     bottom: 0;
     position: absolute;
     content: " ";
     width: 3px;
     background-color: #222;
     margin-right: -1.5px;
     z-index: 1;
     top: 0;
     right: 10px;
 }
 
 .section-bullets-right li a::before,
 .section-bullets-left li a::before {
     content: ' ';
     width: 0;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     transition-duration: .1s;
 }
 
 .section-bullets-right li a::after,
 .section-bullets-left li a::after {
     content: ' ';
     width: 12px;
     height: 12px;
     border-radius: 50%;
     background-color: #000;
     position: absolute;
     right: 4.5px;
     top: 16px;
     z-index: 999;
     transition-duration: .2s;
 }
 
 .section-bullets-right li:nth-child(odd) a.active,
 .section-bullets-left li:nth-child(odd) a.active {
     border-left: 4px solid #02c5be;
 }
 
 .section-bullets-right li:nth-child(even) a.active,
 .section-bullets-left li:nth-child(even) a.active {
     border-left: 4px solid #f12945;
 }
 
 footer.wp-block-template-part {
     clear: both;
 }
 
 @media screen and (min-width: 768px) and (max-width: 991px) {
     .wtl-bullets-container {
         margin: -9vh auto !important;
     }
 }
 
 .wp_timeline_post_list .wtl_blog_template.wtl_single_post_wrapp .wtl-schedule-wrap .wtl-schedule-post-content.post_even .wtl_dateeicon .wtl-post-date {
     left: 75px;
 }
 
 .post_odd .wtl-post-footer .wtl-author {
     margin-right: 8px;
 }
 
 .wtl_blog_template.wtl_steps_wrap .wtl_al_slider .wtl-attract-post-content .wtl-meta-content .wtl-post-social .wtl-post-social-links {
     display: flex;
     justify-content: center !important;
 }
 
 .wtl_loop_cnt .wtl_al_slider .wtl-ss-left .wtl-ss-right {
     right: 24px !important;
 }
 
 .wtl_template_hire_layout .wtl_post_content_schedule .wtl-meta-content .wtl-author {
     margin-right: 8px;
 }
 
 .wtl_template_hire_layout .wtl_post_content_schedule .wtl-meta-content .wtl-author .author-name a {
     padding-left: 4px;
 }
 
 .wtl_template_hire_layout .wtl_post_content_schedule .wtl-meta-content .wtl-comment a {
     padding-left: 4px;
 }
 
 .wtl_single_post_wrapp .infographic_layout_cover .wtl-schedule-post-content .wtl_post_content_schedule {
     padding: 10px;
 }
 
 .milestone-main-inner .wtl_post_content_schedule .wtl-meta-content .wtl-author {
     padding-right: 8px;
 }
 
 .processinfo_layout .wtl-attract-post-content .wtl-post-content .wtl-content .schedule-image-wrapper .wp-timeline-post-image.photo.post-image {
     display: flex;
     justify-content: center;
 }
 
 .processinfo_layout .wtl-attract-post-content .wtl-post-content .wtl-content .schedule-image-wrapper .wp-timeline-post-image.photo.post-image a img {
     border-radius: 50%;
 }
 
 .show_timeline_icon .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl_cover_layout_inner .wtl_cover_layout_inner_deep .wtl-post-category {
     width: fit-content;
 }
 
 .wise_block_cover.wtl_is_horizontal .wtl-schedule-wrap .wtl_loop_cnt.wise_block_wrapper .wtl_al_slider .wtl-ss-left {
     max-height: 51px;
 }
 
 .wise_block_cover.wtl_is_horizontal .wtl-schedule-wrap .wtl_loop_cnt.wise_block_wrapper .wtl_al_slider .wtl-ss-right {
     max-height: 51px;
 }
 
 .wise_block_cover.wtl_is_horizontal .wtl-schedule-wrap .wtl_loop_cnt.wise_block_wrapper .wtl_al_slider i {
     padding: 7px 12px;
 }
 
 .wtl_is_horizontal .wtl_al_slider .blog_template.wtl_blog_single_post_wrapp .post-body-div .wtl-post-image .schedule-image-wrapper .wp-timeline-post-image figure a img {
     display: inline-block;
 }
 
 .columy_layout .wtl_blog_template .wtl-schedule-wrap .wtl_al_slider .wtl-schedule-post-content .post-image figure {
     width: 100%;
 }
 
 .columy_layout .wtl_blog_template .wtl-schedule-wrap .wtl_al_slider .wtl-schedule-post-content .post-image figure a img {
     width: 100%;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .navigation .page-numbers {
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .wtll_style_view_minima:not(.wtl_is_horizontal) .wtl-post-date {
     background: transparent !important;
 }
 
 .wp_timeline_post_list.wtll_style_type_0:not(.wtl_is_horizontal) .post_even .wtl-post-date::after,
 .wp_timeline_post_list.wtll_style_type_0:not(.wtl_is_horizontal) .post_odd .wtl-post-date::after {
     content: none;
 }
 
 .wtl-date-title .wtl-post-date .mdate {
     white-space: nowrap;
 }
 
 .wtl-post-date {
     top: -12px !important;
 }
 
 .wtl_is_horizontal .wtl-ss-right i,
 .wtl_is_horizontal .wtl-ss-left i {
     /* background: transparent !important; */
     vertical-align: top;
 }
 
 .wtl-fullvertical-post-content .metacontents .wtl-post-content .wtl-post-title {
     text-align: left;
 }
 
 .wp-timeline-post-image.post-image.photo a img {
     height: 100%;
     width: 100%;
     object-fit: cover;
 }
 
 .prev.page-numbers,
 .next.page-numbers {
     font-size: 0 !important;
     padding: 0 !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.prev::after {
     content: '← Prev';
     font-size: 16px;
     color: white !important;
     background: black !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a.next::before {
     content: 'Next →';
     font-size: 16px;
     color: white !important;
     background: black !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev::after,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.prev::after {
     content: 'Prev';
     font-size: 16px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next::before,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.next::before {
     content: 'Next';
     font-size: 16px;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers {
     padding: 0;
     display: revert;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a,
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a {
     text-decoration: none;
     background-color: transparent !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.prev::after,
 .wtl_wrapper .wl_pagination_box.template-2 .paging-navigation ul.page-numbers li a.next::before,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.prev::after,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.next::before {
     background-color: transparent !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.prev::after,
 .wtl_wrapper .wl_pagination_box.template-3 .paging-navigation ul.page-numbers li a.next:before {
     padding: 8px 10px !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li span.current {
     background-color: transparent !important;
     color: #000 !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.prev::after {
     content: '← Previous';
     font-size: 16px;
     border: 1px solid;
     background-color: transparent !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-4 .paging-navigation ul.page-numbers li a.next::before {
     content: 'Next →';
     font-size: 16px;
     border: 1px solid;
     background-color: transparent !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li span.current {
     background: transparent !important;
     color: black !important;
 }
 
 .wtl_wrapper .wl_pagination_box.template-1 .paging-navigation ul.page-numbers li a {
     background-color: black !important;
     color: #fff !important;
 }
 
 @media screen and (max-width: 420px) {
     .wtl_wrapper .wl_pagination_box {
         padding-left: 0;
         padding-right: 0;
     }
 }
 
 .wtl-read-more-div a.more-tag {
     line-height: 2 !important;
 }
 
 .wtl-schedule-all-post-content .wtl-post-footer span {
     margin-right: 6px;
 }
 
 .wtl_is_horizontal .wtl_blog_template .wtl-slitem .wtl-post-footer span {
     margin-right: 4px;
 }
 
 .wtl-schedule-all-post-content .wtl-post-content .wtl-read-more-div {
     width: 100%;
     margin-top: 6px !important;
     margin-bottom: 6px !important;
 }
 
 .wtl_is_horizontal .wtl_blog_template .wtl-slitem .wtl-post-content .wtl-read-more-div {
     width: 100%;
     margin-top: 6px !important;
     margin-bottom: 6px !important;
 }
 
 .wtl-schedule-all-post-content .wtl-post-content p {
     margin: 0;
 }
 
 .wtl_blog_template a.wtl-read-more:hover,
 .wtl-read-more-div a.wtl-read-more:hover {
     color: #fff !important;
 }
 
 .wtl_blog_template .wtl-read-more-div a.more-tag {
     border: 2px solid #2b2b2b;
 }
 
 .wtl-read-more-div a.wtl-read-more {
     line-height: 1.5 !important;
 }
 
 #wp-timeline-preview-box .blog_footer .footer_meta .wtl-post-category,
 #wp-timeline-preview-box .blog_footer .footer_meta .wtl-post-category .category-link,
 #wp-timeline-preview-box .blog_footer .footer_meta .wtl-post-category .category-link .link-lable,
 #wp-timeline-preview-box .blog_footer .footer_meta .wtl-post-category .category-link a,
 .blog_footer .footer_meta .wtl-post-category,
 #wp-timeline-preview-box .wtl-post-tags .tags.wp_timeline_no_links .wp-timeline-custom-tag a,
 .wtl-post-tags .tags.wp_timeline_no_links .wp-timeline-custom-tag a {
     background: transparent !important;
 }
 
 #wp-timeline-preview-box .wtl-post-footer .wtl-post-category,
 .wtl-post-footer .wtl-post-category,
 #wp-timeline-preview-box .wtl-post-footer .wtl-post-category .category-link,
 .wtl-post-footer .wtl-post-category .category-link,
 #wp-timeline-preview-box .wtl-post-footer .wtl-post-category .category-link .link-lable,
 .wtl-post-footer .wtl-post-category .category-link .link-lable,
 #wp-timeline-preview-box .wtl-post-footer .wtl-post-category .category-link a,
 .wtl-post-footer .wtl-post-category .category-link a {
     background: transparent !important;
     cursor: pointer !important;
     pointer-events: initial !important;
 }
 
 #wp-timeline-preview-box .wtl-post-category a:hover,
 .wtl-post-category a:hover,
 #wp-timeline-preview-box .wtl-post-tags .tags a:hover,
 .wtl-post-tags .tags a:hover {
     color: unset !important;
     pointer-events: none !important;
     cursor: text !important;
     text-decoration: none !important;
     text-transform: none;
 }
 
 #wp-timeline-preview-box .wtl_cover_layout_inner .wtl-post-category,
 .wtl_cover_layout_inner .wtl-post-category {
     background-color: transparent !important;
 }
 
 #wp-timeline-preview-box .wtl-schedule-all-post-content .wtl-post-meta .wtl-post-category,
 #wp-timeline-preview-box .wtl-schedule-all-post-content .wtl-post-meta .wtl-post-category .category-link,
 #wp-timeline-preview-box .wtl-schedule-all-post-content .wtl-post-meta .wtl-post-category .link-lable,
 #wp-timeline-preview-box .wtl-schedule-all-post-content .wtl-post-meta .wtl-post-category .category-link a,
 .wtl-schedule-all-post-content .wtl-post-meta .wtl-post-category {
     background-color: transparent !important;
 }
 
 .wtl-read-more-div {
     text-align: left !important;
     float: unset !important;
 }
 
 .wtl-meta-content .wtl-author span i,
 .wtl-meta-content .wtl-comment i {
     margin-right: 5px;
 }
 
 .wtl-author span i,
 .wtl-comment i,
 .wtl-date-meta i {
     margin-right: 4px;
 }
 
 .wtl-post-content p {
     word-break: break-word;
 }
 
 .wtl-schedule-meta-content .wtl-author {
     margin-right: 10px;
 }
 
 .wtl_brxe {
     width: 100%;
 }
 
 body.brx-body .wtl_wrapper.columy_layout .slick-slide img,
 body.brx-body .wtl_wrapper.full_horizontal .slick-slide img {
     height: revert-layer;
 }
 
 body.brx-body .wtl_wrapper.full_horizontal .wtl-ss-left .fas.fa-angle-left {
     right: unset;
 }
 
 .wtl_wrapper .wtl-post-content .wp-playlist audio,
 .wtl_wrapper .post_content .wp-playlist audio {
     display: block;
 }
 
 .wtl_blog_template video {
     width: 500px;
 }
 
 .elementor-element-edit-mode [data-aos^="fade"][data-aos^="fade"] {
     opacity: 1;
 }
 .entry-content .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-left , .entry-content .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-right {
     top: 185px;
 } 
 .entry-content .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-left {
     right: 0%;
     left: 0;
 }
 .wtl_blog_template .wtl-post-category a{   
     cursor: pointer !important;
     pointer-events: initial !important;
 }
 