/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*!
Theme Name: taffees
Theme URI: https://themeforest.net/user/theme_unique
Author: theme_unique
Author URI: https://themeunique.com/
Description: Taffees is a Modern Magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: taffees
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    01. Common
    02. Button
    03. Transition
    04. Header
    05. Mobile Menu
    06. Header Top
    07. Search Popup
    08. Menu
    09. Post Grid
    10. Post Column Grid
    11. Post List
    12. Post Grid Slider
    13. Post Tab
    14. Post Category List
    15. Social Counter
    16. Breadcrumb
    17. Blog Default
    18. Footer 
    19. Widgets 
    20. Single Post 
    21. Dark Mod
    22. Preloader
    23. 404 Error
-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON CSS
===========================*/
body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #595d69;
    line-height: 1.6;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #595d69;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #1f5dda;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #191a1f;
}
h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 28px;
}
.taffees-internal-area {
    padding: 60px 0;
}
/*====================================================================
02. BUTTON CSS
====================================================================*/
.taffees-btn {
    background: #1f5dda;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.taffees-btn:hover {
    color: #fff;
}

.taffees-sm {
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 3px;
    
}
.taffees-btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #252527;
    -webkit-transform: scale(0.2, 1);
    -ms-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
    z-index: -1;
}

.taffees-btn:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
}

/*====================================================================
03. Transition Style
====================================================================*/
.taffees-nav-bar #primary-menu>li>a, .taffees-nav-bar #primary-menu>li ul, .taffees-btn:after, .taffees-top-social a, a, .taffees-post_image, a.comment-reply-link:after, .comment-form .form-submit input{
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*====================================================================
04. Header Style
====================================================================*/
.taffees-text-logo {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
}
.taffees-darkmod .feather-moon {
    display: none;
}
.taffees-darkmod {
    cursor: pointer;
}
.taffees-darkmod.active .feather-moon {
    display: block;
}

.taffees-darkmod.active .feather-sun {
    display: none;
}
.taffees-logo img, .taffees-main-logo img {
    max-width: 153px;
}
.container{
    max-width:1170px;
}
.taffees-main-header-nav {
    padding: 25px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.taffees-headr-btn, .taffees-headr-search{
    margin: 0 8px;
    cursor: pointer;
}
.taffees-headr-btn svg {
    color: #595d69;
}
.taffees--sidebar-menu {
    padding: 0 12px;
    cursor: pointer; 
}
.taffees-main-header-nav.header-sticky-active.taffees-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 4%);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 4%);
    z-index: 999;
    -webkit-animation: sticky-anim 1.2s;
    animation: sticky-anim 1.2s;
    padding: 20px 0;
}

@-webkit-keyframes sticky-anim {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky-anim {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}


.offcanvas-panel {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-panel.panel-on {
    visibility: visible;
    opacity: 1;
}
.offcanvas-panel.panel-on .offcanvas-panel-inner {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.taffees-panel p, .taffees-panel a {
    color: #595d69 !important;
}
.offcanvas-panel-inner .widget-title {
    color: #191a1f !important;
}

.panel_side_nav_Widget .taffees-panel img {
    max-width: 166px !important;
}
.offcanvas-panel .offcanvas-panel-inner {
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    padding: 40px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -400px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-panel .panel-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    color: #000000;
    z-index: 2;
    cursor: pointer;
}
.contact-info-item {
    position: relative;
    padding-left: 50px;
}

.contact-info-item svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #1f5dda;    
}
.contact-info-item h4 {
    font-size: 17px;
    margin-bottom: 5px;
}

.contact-info-item p {
    margin-bottom: 0;
}
.panel_side_nav_Widget .taffees-panel.widget_media_image a img {
    max-width: 150px !important;
}
.contact-info-item:not(:last-child) {
    margin-bottom: 30px;
}
.panel_side_nav_Widget p {
    margin-bottom: 0;
}

.panel_side_nav_Widget .taffees-panel:not(:last-child) {
    margin-bottom: 40px;
}
/*====================================================================
05. Mobile Menu
====================================================================*/
.slicknav_menu {
    background: transparent;
}
span.slicknav_nav_icon.flaticon-right-alignment:after {content: "\f0c9";position: absolute;font-weight: 900;font-family: 'Line Awesome Free';}
.slicknav_btn{
    background: transparent;
    /* color: #fff; */
}
.slicknav_nav_icon{
    font-size: 26px;
}
.slicknav_btn:hover,
.slicknav_btn:focus{
    color: #fff;
}
.slicknav_menu a{
    font-size: 16px;
    border-radius: 0;
    margin: 0;
}
.slicknav_menu li{
    border-radius: 0;
}
.feature-item .feature-image-1{
    padding-top: 50px;
}
#mobile_menu,
.slicknav_menu {
    display:none;
}
.slicknav_nav{
    background: #fff;
    
}
.slicknav_btn .slicknav_nav_icon{
    color: #191a1f;
}

.slicknav_menu a{
    font-weight: 400;
}
.slicknav_menu li {
    border-bottom: 1px solid #141414;
}
.slicknav_menu li.menu-item{
    border-bottom: 1px solid #ddd;
}
.slicknav_menu .sub-menu {
    border-top: 1px solid #ddd; 

}
.slicknav_menu .sub-menu li.menu-item:last-child{
    border-bottom: inherit;
}
.slicknav_menu .sub-menu a{
    font-size: 14px;
}
.slicknav_menu a:hover,
.slicknav_menu a:focus,
.slicknav_arrow{
    color: #fff;
}

.slicknav_menu a:hover{
    color: #FFC000;
}
a.slicknav_btn {
    position: absolute;
    top: -4px;
    right: 15px;
}

.slicknav_nav {
    background: #212121;
    max-height: 350px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    left: 0;
    top: 57px;
    z-index: 111;
}
/*====================================================================
06. Header Top Style
====================================================================*/
.header-top {
    background: #2163e81f;
    padding: 10px 0;
}
.breaking-item h6, .breaking-news p {
    margin: 0;
}
.breaking-item h6{
   font-size: 16px;
   font-weight: 600;
}

.taffees-top-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taffees-top-social>li {
    padding-left: 10px;
}

.taffees-top-social>li svg {
    width: 18px;
    height: 18px;
}
.breaking-news p {
    background: #1f5dda;
    color: #fff;
    padding: 2px 15px;
    border-radius: 4px;
    margin-right: 10px;
}
.header-date svg {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.header-date {
    margin-right: 15px;
}
.breaking-news {
    overflow: hidden;
}
.taffees-top-social a {
    font-size: 20px;
}
.taffees-top-social a:hover {
    color:#1f5dda
}
/*====================================================================
06. Search Popup
====================================================================*/
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.gr-main-header .header-upper .gr-search-box-outer {
    position: relative;
    float: left;
}

.gr-main-header .header-upper .gr-search-box-btn {
    position: relative;
    float: left;
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    cursor: pointer;
    background: none;
    margin: 0 15px 0 0;
}

.gr-main-header .header-upper .gr-search-box-btn:after {
    display: none;
}

.taffees-search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
}

.sidenav-bar-visible .taffees-search-popup {
    width: 80%;
}

.taffees-search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    margin-top: 0px;
    content: "";
}

.search-active .taffees-search-popup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    margin-top: 0;
}

.taffees-search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -160px;
    border-radius: 50%;
    text-align: center;
    background-color: #1f5dda;
    min-width: 52px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    min-height: 60px;
    overflow: hidden;
    width: 60px;
    border: none;
    color: #fff;
}

.search-active .taffees-search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    border-radius: 50%;
}

.taffees-search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .taffees-search-popup form {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}

.taffees-search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.taffees-search-popup .form-group input[type="text"],
.taffees-search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    height: 60px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 65px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
}
.taffees-search-popup .form-group input[type="text"]:focus-visible, .taffees-search-popup .form-group input[type="search"]:focus-visible {
    outline: inherit;
}
.taffees-search-popup .form-group input[type="submit"],
.taffees-search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
}

.taffees-search-popup .form-group input[type="submit"]:hover,
.taffees-search-popup .form-group button:hover {
    color: #fff;
}

.taffees-search-popup input::-webkit-input-placeholder,
.taffees-search-popup textarea::-webkit-input-placeholder {
    color: #fff;
}

.taffees-search-popup input::-moz-placeholder,
.taffees-search-popup textarea::-moz-placeholder {
    color: #fff;
}

.taffees-search-popup input:-ms-input-placeholder,
.taffees-search-popup textarea:-ms-input-placeholder {
    color: #fff;
}

.taffees-search-popup input::-webkit-input-placeholder, .taffees-search-popup textarea::-webkit-input-placeholder {
    color: #fff;
}

.taffees-search-popup input::-moz-placeholder, .taffees-search-popup textarea::-moz-placeholder {
    color: #fff;
}

.taffees-search-popup input:-ms-input-placeholder, .taffees-search-popup textarea:-ms-input-placeholder {
    color: #fff;
}

.taffees-search-popup input::-ms-input-placeholder, .taffees-search-popup textarea::-ms-input-placeholder {
    color: #fff;
}

.taffees-search-popup input::placeholder,
.taffees-search-popup textarea::placeholder {
    color: #fff;
}

.taffees-search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.taffees-search-popup {
    -webkit-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
       transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-active .taffees-search-popup form, .close-search {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
       transition-delay: 1200ms;
}
.taffees-search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/*====================================================================
08. Menu 
====================================================================*/
.taffees-nav-bar #primary-menu>li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.taffees-nav-bar #primary-menu>li>a {
    color: #595d69;
    font-weight: 500;
}
.taffees-nav-bar #primary-menu>li>a:hover {
    color: #1f5dda;
}

.taffees-nav-bar #primary-menu>li ul {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 11;
    -webkit-box-shadow: 0px 20px 30px rgb(83 88 93 / 5%), 0px 0px 30px rgb(83 88 93 / 10%);
            box-shadow: 0px 20px 30px rgb(83 88 93 / 5%), 0px 0px 30px rgb(83 88 93 / 10%);
    width: 215px;
    top: 130%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #595D6B;
    border-radius: 5px;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
}
.taffees-nav-bar #primary-menu>li:hover ul {
    top: 100%;    
    visibility: visible;
    opacity: 1;
}

.taffees-nav-bar #primary-menu li ul li a {
    color: #595d69;
    padding: 5px 20px;
    display: block;
}

.taffees-nav-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.taffees-nav-bar #primary-menu>li.menu-item-has-children>a:after {
    position: absolute;
    right: 4px;
    top: 2px;
    content: "\f078";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 13px;
}

/*====================================================================
09. Post Grid Style
====================================================================*/
.taffees-post_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.taffees-post-meta .taffes-metas-item img {
    border-radius: 50%;
    margin-right: 5px;
}
.taffees-post__item .taffees-post_image {
    position: relative;
    overflow: hidden;
}
.taffees-post__item:hover .taffees-post_image {
    background-position: 25%;
}
.taffees-post-content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.taffees-post_image:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(
linear
, left top, left bottom
, from(transparent), to(#000));
    background-image: -o-linear-gradient(
top
, transparent, #000);
    background-image: linear-gradient(
180deg
, transparent, #000);
    z-index: 1;
}
.taffes-post-title a {
    color: #fff;
}
.taffes-post-title {
    font-size: 30px;
}
.post-excerpt {
    color: #fff;
}
.taffes-metas-item, .taffes-metas-item a {
    color: #fff;
}

.taffes-metas-item:not(:last-child) {
    padding-right: 30px;
}

.taffees-post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}
.taffess-img-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.taffes-metas-item svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}
.taffees-cate-name {
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.taffees-cate-name:hover {
    color: #fff;
}
.taffees-cate-name svg {
    width: 12px;
    height: 15px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.post-section-title {
    margin-bottom: 30px;
}
.taffees-post_image_sm {
    height: 140px;
    border-radius: 12px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.taffes-post-title--sm a {
    color: #fff;
}
.post-style-two {
    margin-bottom: 45px;
}
.taffes-post-title--sm {
    margin-bottom: 18px;
}

ul.taffees-post-sm-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taffees-post_image_sm {
    margin-bottom: 15px;
}

.taffess-video-popup {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .taffess-video-popup:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #1f5dda;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
  }
  
  .taffess-video-popup:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #1f5dda;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .taffess-video-popup i {
    color: #fff;
    z-index: 11;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}
  .taffess-video-popup:hover:after {
    background-color: darken(#fa183d, 10%);
  }
  
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
/*====================================================================
10. Post Column Grid
====================================================================*/
.post_grid__img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

.post_grid__img .cate-badge {
    position: absolute;
    top: 15px;
    left: 15px;
}
.post__grid-content .taffes-metas-item, .post__grid-content .taffes-metas-item a {
    color: #595d69;
}
.pos-grid_col__title a {
    color: #191a1f;
}
.post__grid-content .taffes-metas-item:not(:last-child) {
    padding-right: 18px;
}
.post__grid_clm_item {
    margin-bottom: 50px;
}

.post_grid__img:hover img {
    -webkit-transform: scale(1.3) translateX(30px);
        -ms-transform: scale(1.3) translateX(30px);
            transform: scale(1.3) translateX(30px);
}

.post_grid__img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
/*====================================================================
11. post List
====================================================================*/
.tff__post_thumb {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center center;
    margin-right: 15px;
    border-radius: 5px;
    position: relative;
}

.taffees-post-list:not(:last-child) {
    margin-bottom: 20px;
}
.tff_post_list_content h5 {
    font-size: 16px;
    margin-bottom: 12px;
}

.tff_post_list_content h5 a {
    color: #191a1f;
}

.tff_post_list_content .taffes-metas-item {
    color: #595d69;
}

/*====================================================================
12. Post Grid Slide Style
====================================================================*/
.taffees-post-carousel .taffes-post-title {
    font-size: 22px;
}
.taffes-metas-item img {
    width: auto !important;
}
/*====================================================================
13. Post Tab Style
====================================================================*/
.taffees_list__post_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.taffees_list_post_image {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    margin-right: 15px;
}

.navs-tabs-list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tf__theme_list__item .taffes-post-title a {
    color: #191a1f;
}

.tf__theme_list__item .taffes-post-title {
    font-size: 15px;
    line-height: 25px;
}

.tf__theme_list__item .taffees-cate-name {
    font-size: 14px;
    padding: 4px 15px;
    margin-bottom: 10px;
}
.tf__theme_list__item .taffees-post-meta {
    margin-top: 0;
}
.tf__theme_list__item .taffes-metas-item, .tf__theme_list__item .taffes-metas-item a {
    color: #595d69;
    font-size: 14px;
}
.navs-tabs-list-group .tf__theme_list__item:not(:last-child) {
    margin-bottom: 40px;
}
.taffees-post-tap-area {
    position: relative;
}

.taffees-tabs.nav.nav-pills {
    position: absolute;
    top: 0;
    right: 0;
}

.taffees-tabs .nav-link {
    color: #595d69;
    font-weight: 500;
}
.taffees-tabs .nav-link.active {
    color: #1f5dda;
    background: transparent;
}

/*====================================================================
14. Post Category List
====================================================================*/
.taffees-cast-wrap .taffees__cat_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.taffees-cast-wrap .taffees__cat_nav li {
    display: block;
}
.taffees-cast-wrap .taffees__cat_nav li:not(:last-child) {
    margin-bottom: 15px;
}
.taffees-cast-wrap .taffees__cat_nav li a {
    display: block;
    padding: 18px 0;
    background-size: cover;
    background-position: center center;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color:#fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;        
}
.taffees-cast-wrap .taffees__cat_nav li a:hover {
    background-position: bottom;
}
.taffees-cast-wrap .taffees__cat_nav li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    margin-left: 5px;
}
.taffees-cast-wrap .taffees__cat_nav li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .5;
    z-index: -1;
    border-radius: 5px;
}

/*====================================================================
15. Social Counter Widget
====================================================================*/

.apsc-theme-3 .apsc-count:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    left: -6px;
}
.apsc-theme-3 .apsc-count {
    padding: 10px 10px;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    right: -6px;
}
.apsc-theme-3 .apsc-each-profile {
    font-family: inherit;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*====================================================================
16. Breadcrumb Style
====================================================================*/
.taffees-breadcrumb {
    background: #2163e81f;
    text-align: center;
    padding: 30px 0;
    border-radius: 12px;
}
.taffees-breadcrumb h1 {
    color: #1f5dda;
}

/*====================================================================
02. blog Style
====================================================================*/
.blog-thumb img {
    max-width: 100%;
    height: auto;
}
.readmore-btn.taffees-btn {
    padding: 14px 30px;
    border-radius: 3px;
}
.blog-meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}
.blog-post-title {
    color: #191a1f;
    margin-bottom: 20px;
}
.blog-read-more-btn {
    margin-top: 25px;
}
.taffees-blog-wrap:not(:last-child) {
    margin-bottom: 50px;
}
h2.blog-post-title a {
    color: inherit;
}
.blog-meta-list li {
    margin-right: 30px;
}
.blog-thumb {
    margin-bottom: 25px;
}
.blog-meta-list img {
    padding-right: 0 !important;
    margin-right: 16px;
    border-radius: 50%;
    border: 2px solid #1f5dda;
}
.taffees-main-content {
    padding: 60px 0;
}

/*====================================================================
18. Footer Style
====================================================================*/
.footer-widget ul li:not(:last-child) {
    line-height: normal;
    padding-bottom: 20px;
}
.footer-widget ul li a:hover {
    color: #1f5dda;
}
.tafees-subscribe input[type="email"] {
    border: none;
    background: #fff;
    padding: 9px 14px;
    border-radius: 8px;
}

.tafees-subscribe input[type="submit"] {
    background: #1f5dda;
    color: #fff;
    border: none;
    padding: 9px 12px;
    border-radius: 8px;
    margin-left: -10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tafees-subscribe input[type="email"]:focus {
    outline: inherit;
    border-color: #1f5dda;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.taffees-app-store h4 {
    margin-bottom: 25px;
    font-size: 22px;
    padding: 0;
    color: #fff;
}

.taffees-app-store {
    margin-top: 30px;
}

.taffees-app-store a {
    display: inline-block;
    margin-right: 10px;
}

.taffees-app-store img {
    max-width: 128px;
}
.footer-widget .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
    padding: 0;
}
.footer-top {
    background: #16161b;
    padding: 75px 0;
    padding-bottom: 45px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-bottom {
    background: #000;
}

.footer-copyright p {
    margin: 0;
    color: #d6dae0;
}
.footer-copyright a {
    color: #1f5dda;
}
.footer-copyright {
    padding: 30px 0;
}
.footer-widget p, .footer-widget ul li a {
    color: #d6dae0;
}
.footer-widget .widget-title {
    color: #fff;
}
.taffees__post-content .post-thumb a {
    height: 80px;
    width: 80px;
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-right: 15px;
}
.taffees__post-title a {
    color: #d6dae0;
}

.taffees__post-content:not(:last-child) {
    margin-bottom: 25px;
}
.taffees__post-content {
    padding-right: 10px;
}
.recent-posts-widget .taffees__post-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.widget-area .taffees_latest_news_widget .taffees__post-title a {
    color: #191a1f;
}
.widget-area .taffees_latest_news_widget .taffees__post-date {
    color: #595d69;
}
.taffees__post-date {
    text-transform: capitalize;
    color: #d0d3d6;
}
.back-top-btn {
    position: fixed;
    top: 0px;
    background: #1f5dda;
    right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 50px;    
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0;
}
.back-top-btn.active{
    top: 90%;
    -webkit-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
/*====================================================================
19. Widget
====================================================================*/

.tafees-front-sidebar .elementor-widget-container h5 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 36px;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    position: relative;
    padding-left: 20px;
}

.widget ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #1f5dda;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.widget ul li:not(:last-child) {
    margin-bottom: 14px;
}

.widget-area .widget:not(:last-child) {
    margin-bottom: 30px;
}
.widget-title {
    margin-bottom: 30px;
    position: relative;
    position: relative;
    padding-bottom: 15px;
}

h2.widget-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #1f5dda;
    bottom: 0;
    left: 0;
}

h2.widget-title:before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #1f5dda;
    bottom: -3px;
    border-radius: 50%;
}
.widget-area .widget select {
    border: 1px solid #a1a1a8;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
}

.widget table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.widget table th {
    font-weight: 400;
    background: #1f5dda;
    padding: .5em;
    border: 1px solid #2163e81f;
    color: #fff;
}

.widget tbody th, .widget tbody td {
    padding: .25em;
    border: 1px solid #d6d6e0;
}

.widget .wp-calendar-nav {
    display: none;
}

.widget caption {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a {
    background: #2163e81f;
    margin-right: 4px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 28px;
    font-size: 16px !important;
    margin-bottom: 10px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.widget-area .widget .textwidget p img {
    margin: 10px 0;
}
.tafees-search input[type="search"] {
    border: 1px solid #a1a1a8;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
}

.tafees-search .form_group {
    position: relative;
}

.tafees-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #1f5dda;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.taffees_post_pagination {
    text-align: center;
}

.taffees_post_pagination ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
}

.taffees_post_pagination ul.page-numbers li {
    display: inline-block;
}

.taffees_post_pagination ul.page-numbers li a, .taffees_post_pagination ul.page-numbers li span {
    width: 50px;
    height: 50px;
    display: block;
    background: #2163e81f;
    text-align: center;
    line-height: 50px;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 18px;
}

.taffees_post_pagination ul.page-numbers li .current {
    background: #1f5dda;
    color: #fff;
}
/* Widgets
--------------------------------------------- */

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Comment Style */
.comments-area {
    margin-top: 50px;
}
.taffees-comment-item {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
}
.comments-area .comment-list .children {
    padding-left: 20px;
}
.comment-wrap p em {
    color: #1f5dda;
}
.taffees-comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
}

.comment-wrap {
    background: #f7f7f7;
    padding: 30px;
    position: relative;
    border-radius: 15px;
    border-top-left-radius: 0;
}

.comment-wrap:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -16px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 18px solid transparent;
    border-top-color: #f7f7f7;
}
.taffees-comment-item .author-title a {
    color: #191a1f;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.taffees-comment-item .author-title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.taffees-comment-item .date {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

a.comment-reply-link {
    background: #1f5dda;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
}

a.comment-reply-link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #252527;
    -webkit-transform: scale(0.2, 1);
    -ms-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
    z-index: -1;
}

a.comment-reply-link:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
}
.comment-respond .comment-form {
    border: .0625rem solid rgba(33,50,91,.1);
    padding: 30px;
    border-radius: 10px;
}


.comment-respond .comment-form .comment-form-cookies-consent {
    display: none;
}


.comment-form input[type="text"]:focus, .comment-form textarea:focus {
    border-color: #1f5dda;
    outline: #1f5dda;
}
.comment-form input[type="text"], .comment-form textarea {
    border: .0625rem solid rgba(33,50,91,.1);
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}
.comment-form .form-submit input {background: #1f5dda;color: #fff;font-weight: 500;display: inline-block;position: relative;z-index: 1;overflow: hidden;border: none;padding: 14px 30px;width: 100%;border-radius: 3px;}

.comment-form .form-submit input:hover {
    background: #252527;
}
.comment-form .form-submit {
    margin-bottom: 0;
}
#reply-title.comment-reply-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    color:#191a1f;
}

.comments-title {
    margin-bottom: 30px;
}
/*===========================
    20. Single Post
===========================*/
.taffees-blog-single {
    padding: 60px 0;
}
.single-post-banner {
    height: 550px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.single-post-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}
.single-post-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}

.single-post-banner-inner h1 {
    color: #fff;
}

.single-post-banner-inner .blog-meta-list li a {
    color: #fff;
}

.single-post-banner-inner .blog-meta-list {
    margin: 0;
    margin-top: 25px;
}
.entry-content.taffees-post-entry-content p {
    margin-bottom: 20px;
}

.entry-content.taffees-post-entry-content h1, .entry-content.taffees-post-entry-content h2, .entry-content.taffees-post-entry-content h3, .entry-content.taffees-post-entry-content h4, .entry-content.taffees-post-entry-content h5, .entry-content.taffees-post-entry-content h6 {
    margin-bottom: 20px;
}

.entry-content.taffees-post-entry-content figure.wp-block-image.size-full {
    margin: 0;
}

.entry-content.taffees-post-entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.entry-content.taffees-post-entry-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 16px;
}

.entry-content.taffees-post-entry-content blockquote {
    background: #2163e81f;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    padding-left: 110px;
}
.entry-content.taffees-post-entry-content blockquote:after{
    content: "\f10d";
    position: absolute;
    top: 0px;left: 25px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 80px;
    color: #1f5dda;
}
.entry-content.taffees-post-entry-content blockquote p {
    font-size: 18px;
    line-height: 32px;
}

.entry-content.taffees-post-entry-content blockquote cite {
    font-style: italic;
    color: #1f5dda;
}
.taffees__author_bio__Wrapper {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-left: 230px;
    border-radius: 10px;
    margin:50px 0;
}
.theme_author_Info .theme_author__Name {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.theme_author_Info .theme_author__Description {
    margin-bottom: 25px;
}
.taffees__author_bio__Wrapper .author-thumb {
    position: absolute;
    top: 50%;
    left: 30px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.theme_author_socials_icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #1f5dda;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 4px;
}

.theme_author_socials_icon a.inst_aut {
    background: #CE3E7C;
}

.theme_author_socials_icon a.fb_aut {
    background: #056FE5;
}

.theme_author_socials_icon a.pint_aut {
    background: #B7081B;
}

.theme_author_socials_icon a.you_aut {
    background: #FE0000;
}

.theme_author_socials_icon a.link_aut {
    background: #0077B5;
}
.tags-box .tags-links a {
    background: #2163e81f;
    margin-right: 4px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 28px;
}
.tags-box {
    border-top: 1px solid #21325b1a;
    padding-top: 25px;
}
.prev-post-item .post_nav_thumb {
    margin-right: 15px;
}

.nav-post-item .post_nav_thumb {
    width: 100px;
    border-radius: 50%;
}

.nav-post-item .post_nav_thumb img {
    border-radius: 50%;
}

.nav-post-item .post_nav_thumb a {
    display: block;
}

.next-post-item .post_nav_thumb {
    margin-left: 15px;
}
.post-next-prev {
    border: .0625rem solid rgba(33,50,91,.1);
    padding: 20px;
    border-radius: 10px;
}

.post_nav_inner h4 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 25px;
}
/*===========================
    21. Dark Mod CSS
===========================*/
.taffees-dark-mode-logo {
    display: none;
}

body.taffees-dark-theme .taffees-main-logo {
    display: none;
}

body.taffees-dark-theme .taffees-dark-mode-logo {
    display: block;
}
body.taffees-dark-theme .header-top {
    background: #212121;
}

body.taffees-dark-theme .taffees-main-header-nav,
body.taffees-dark-theme .taffees-main-header-nav.header-sticky-active.taffees-sticky,
body.taffees-dark-theme .taffees-main-wrapper {
    background: #141414;
}

body.taffees-dark-theme{
    color: #9da0a7;
}
body.taffees-dark-theme a, 
body.taffees-dark-theme .header-date, 
body.taffees-dark-theme .taffees-nav-bar #primary-menu>li>a, 
body.taffees-dark-theme .taffees-nav-bar #primary-menu li ul li a, 
body.taffees-dark-theme .taffees-tabs .nav-link,
body.taffees-dark-theme .tf__theme_list__item .taffes-post-title a,
body.taffees-dark-theme .tafees-front-sidebar .elementor-widget-container h5,
body.taffees-dark-theme .widget-title,
body.taffees-dark-theme .theme_author_Title, 
body.taffees-dark-theme .theme_author_Info .theme_author__Name,
body.taffees-dark-theme .comments-title,
body.taffees-dark-theme #reply-title.comment-reply-title,
body.taffees-dark-theme .taffees-comment-item .author-title a, 
body.taffees-dark-theme .taffees-comment-item .author-title,
body.taffees-dark-theme .taffees_latest_news_widget .taffees__post-title a{
    color: #fff;
}
body.taffees-dark-theme .entry-content.taffees-post-entry-content h1, 
body.taffees-dark-theme .entry-content.taffees-post-entry-content h2, 
body.taffees-dark-theme .entry-content.taffees-post-entry-content h3, 
body.taffees-dark-theme .entry-content.taffees-post-entry-content h4, 
body.taffees-dark-theme .entry-content.taffees-post-entry-content h5, 
body.taffees-dark-theme .entry-content.taffees-post-entry-content h6,
body.taffees-dark-theme .page-title, 
body.taffees-dark-theme .slicknav_btn .slicknav_nav_icon{
    color: #fff;
}

body.taffees-dark-theme .tf__theme_list__item .taffes-metas-item, 
body.taffees-dark-theme .tf__theme_list__item .taffes-metas-item a, 
body.taffees-dark-theme .tff_post_list_content .taffes-metas-item, 
body.taffees-dark-theme .tff__post-excerpt,
body.taffees-dark-theme .post__grid-content .taffes-metas-item, 
body.taffees-dark-theme .post__grid-content .taffes-metas-item a,
body.taffees-dark-theme .taffees_latest_news_widget .taffees__post-date{
    color: #9da0a7;
}
body.taffees-dark-theme .post-section-title, 
body.taffees-dark-theme .elementor-heading-title{
    color: #fff !important;
}
body.taffees-dark-theme .taffees-nav-bar #primary-menu>li ul {
    background: #212121;
}
body.taffees-dark-theme .comment-wrap {
    background: #212121;
}
body.taffees-dark-theme .comment-wrap:after {
    border-top-color: #212121;
}
body.taffees-dark-theme .taffees__author_bio__Wrapper, 
body.taffees-dark-theme .post-next-prev, 
body.taffees-dark-theme .comment-respond .comment-form{
    border:1px solid #3e3e3e
}
body.taffees-dark-theme .taffees-header-right{
    color:#b5b5b5
}

/*===========================
    22. Preloader CSS
===========================*/
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
            animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both; 
            animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
            animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
  
  @-webkit-keyframes sk-chase {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 
  }
  
  @-webkit-keyframes sk-chase-dot {
    80%, 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 
  }
  
  @-webkit-keyframes sk-chase-dot-before {
    50% {
      -webkit-transform: scale(0.4);
              transform: scale(0.4); 
    } 100%, 0% {
      -webkit-transform: scale(1.0);
              transform: scale(1.0); 
    } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      -webkit-transform: scale(0.4);
              transform: scale(0.4); 
    } 100%, 0% {
      -webkit-transform: scale(1.0);
              transform: scale(1.0); 
    } 
  }
  .tafees_preloader {
    position: fixed;
    background: #1c1e23;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.tafees_preloader .sk-chase {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

/* Breadcrumb Style */
.taffees-breadcrumb ul {
    list-style: none;
}

.taffees-breadcrumb ul li {
    display: inline-block;
}

.taffees-breadcrumb .ceperator {
    font-size: 13px;margin: 0 4px;
}

.taffees-breadcrumb h1 {
    margin-bottom: 10px;
}

/*===========================
    23. 404 Error
===========================*/
.notfount-inner-content img {
    max-width: 400px;
    margin-bottom: -100px;
}

.notfount-inner-content .taffees-btn {
    padding: 12px 30px;
    border-radius: 3px;
}

.tafees-notfound-section {
    padding-bottom: 60px;
}