@charset "utf-8";

/*------------------------------------------------------------------
Theme Name: Travel Express
Text Domain: travel-express
Theme URI: https://themes.asumanamac.com/travel-express/
Author: NextInnovationThemes  
Version: 1
Description: Travel Express is a travel blog theme.

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

00. RESET
01. PRELOADER
02. HEADER
03. FEATURED POSTS CAROUSEL
04. FEATURED POSTS SECTION
05. FEATURED ARTICLES
06. MOST POPULAR POSTS
07. CATEGORY POSTS
08. SIDEBAR NAVIGATION
09. MY FAVORITES SECTION
10. BLOG POSTS
11. SIDEBAR
12. SUBSCRIBE SECTION
13. PAGE
14. POST
15. PAGINATION
16. GALLERY
17. ARCHIVE
18. FOOTER
19. THEME SETTINGS

-------------------------------------------------------------------*/


/*============================================================================
  >> 00. RESET
  ============================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap');
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}



body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    font-family: 'Barlow', sans-serif;
    color: #111;
    font-size: 16px;
    line-height: 24px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', serif;
    font-weight: 600;
}
label {
    font-weight: 500;
     width: 100%;
      max-width: 100%;
}

input, textarea {
    width: 100%;
}

form p {
    line-height: 36px !important;
}

/* p, span {
    font-family: 'Barlow', serif;
    font-size: 16px;
    line-height: 24px;
} */

img {
    display: block;
    width: 100%;
    height: auto;
}

img.alignleft{
    float: left;
    width: auto;
    margin: 20px 20px 20px 0px;
}

img.alignleft{
    float: left;
    width: auto;
    margin: 20px 20px 20px 0px;
}

img.alignright{
    float: right;
    width: auto;
    margin: 20px 0px 20px 20px;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*============================================================================
  >> 01. PRELOADER
  ============================================================================
*/

.preloader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

@-webkit-keyframes flower {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
    }
}

@-moz-keyframes flower {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
    }
}

@-o-keyframes flower {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
    }
}

@keyframes flower {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    }
    50% {
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
        -moz-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        -webkit-box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
        box-shadow: white 0 0 15px 0, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px;
    }
}

.flower:not(:required) {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    -moz-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    box-shadow: white 0 0 15px 0, #1B5076 -12px -12px 0 4px, #1B5076 12px -12px 0 4px, #1B5076 12px 12px 0 4px, #1B5076 -12px 12px 0 4px;
    -webkit-animation: flower 5s infinite ease-in-out;
    -khtml-animation: flower 5s infinite ease-in-out;
    -moz-animation: flower 5s infinite ease-in-out;
    -ms-animation: flower 5s infinite ease-in-out;
    -o-animation: flower 5s infinite ease-in-out;
    animation: flower 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


/*============================================================================
  >> 02. HEADER
  ============================================================================
*/

header {
    position: relative;
    width: 100%;
    z-index: 9;
}

header .topbar {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    z-index: 2;
    background: #fff;
}

header .topbar .navbar {
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
    margin: 0;
    border: 0;
}

header .topbar .navbar ul {
    display: inline-block;
}

header .topbar .navbar ul li {
    position: relative;
    display: inline-block;
}

header .topbar .navbar ul li>ul {
    position: absolute;
    max-width: 200px;
    top: 100%;
    left: 0;
    margin: 10px 0 0 0;
    padding: 0;
    z-index: 11;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

header .topbar .navbar ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 20px 15px;
}

header .topbar .navbar ul li>ul li~li {
    border-top: 1px solid #eee;
}

header .topbar .navbar ul li>ul li {
    position: relative;
}

header .topbar .navbar ul li>ul li ul {
    left: 100%;
    top: -1px;
}

header .topbar .navbar ul li>ul li a {
    position: relative;
    min-width: 200px;
    height: 48px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: inherit;
    letter-spacing: 0.5px;
    padding: 15px 25px;
}

header .topbar .navbar ul li.menu-item-has-children>a:after {
    position: relative;
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f107";
    line-height: 20px;
    margin-left: 7px;
}

header .topbar .navbar ul li>ul li.menu-item-has-children>a:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f105";
    right: 20px;
    line-height: 20px;
}

header .topbar .navbar ul li>ul li.menu-item-has-children>a:after {
    content: '';
}

header .topbar .navbar ul li:hover>ul {
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    pointer-events: auto;
    margin: 0;
}

header .topbar .topbar-right {
    display: inline-block;
    float: right;
}

header .topbar .topbar-right .search-icon {
    position: relative;
    z-index: 99;
}

.searh-not-found {
    font-size: 29px !important;
    color: #1B5076;
    text-align: center;
    font-weight: 600;
}

header .topbar .topbar-right .nav-icon,
header .topbar .topbar-right .search-icon,
header .topbar .topbar-right .social-media {
    display: inline-block;
}



header .topbar .topbar-right .nav-icon a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

header .topbar .topbar-right .search-icon .dropdown-search {
    width: auto;
    cursor: pointer;
}

header .topbar .topbar-right .search-icon .dropdown-search a {
    /* position: relative; */
    display: inline-block;
    padding: 10px 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header .topbar .topbar-right .search-icon .dropdown-search form {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 60px;
    overflow: hidden;
    top: -10px;
    z-index: -1;
    right: -4px;
    -webkit-transition: width 0.35s ease-in-out;
    -moz-transition: width 0.35s ease-in-out;
    -ms-transition: width 0.35s ease-in-out;
    -o-transition: width 0.35s ease-in-out;
    transition: width 0.35s ease-in-out;
}

header .topbar .topbar-right .search-icon .dropdown-search.open form {
    width: 360px;
}

header .topbar .topbar-right .search-icon .dropdown-search form input {
    display: inline-block;
    width: 100%;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 20px;
}

header .topbar .topbar-right .search-icon .dropdown-search form button {
    position: absolute;
    right: 0;
    display: none;
}

header .topbar .topbar-right .social-media ul {
    display: inline-block;
}

header .topbar .topbar-right .social-media ul li {
    display: inline-block;
}

header .topbar .topbar-right .social-media ul li a {
    display: inline-block;
    padding: 15px 8px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.wpadminbar-open header .topbar {
    top: 32px;
}

header .topbar.sticky.open {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo-content {
    display: inline-block;
    text-align: center;

}

header .logo-content .brand-logo {
    display: inline-block;

}

header .logo-content .brand-logo a,
.sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a {
    text-decoration: none;
    display: block;
}

header .logo-content .brand-logo a img,
.sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a img {
    display: inline-block;
    width: 200px;
    height: auto;
}

header .logo-content .brand-logo a h1,
.sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0;
}

ul.slick-dots {
    text-align: center;
    height: 15px;
    margin: 30px 0;
}

ul.slick-dots li {
    display: inline-block;
    height: 15px;
    padding: 0 3px;
}

ul.slick-dots li button {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    border: 0;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-color: #1B5076;
    opacity: .4;

}

ul.slick-dots li.slick-active button {
    background-color: #1B5076;
    opacity: 1;
}


/*============================================================================
  >> 404 PAGE CSS
  ============================================================================
*/

.travel-express-not-found {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.travel-express-not-found .travel-express-title {
    font-size: 16rem;
    line-height: .8;
    color: #1B5076;
    margin-bottom:50px;
}

.travel-express-not-found span {
    font-size: 2.5rem;
    color: #1B5076;
}

.travel-express-not-found p {
    max-width: 680px;
    font-weight: 400;
    margin: 2rem 0;
    color: #808d73;
}

.travel-express-not-found a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #808d73;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 20px;
}

.travel-express-not-found a:hover {
    color: #1B5076;
}


/*============================================================================
  >> 03. FEATURED POSTS CAROUSEL
  ============================================================================
*/

.featured-post-carousel {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main .post-entry img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out !important;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out !important;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out !important;
    transition: transform 1s, opacity 0.35s ease-in-out !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

.main .post-entry a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1) !important;
    -ms-transition: scale3d(1.1, 1.1, 1) !important;
    -o-transition: scale3d(1.1, 1.1, 1) !important;
    transform: scale3d(1.1, 1.1, 1) !important;
}

.main .post-entry a {
    display: block;
    overflow: hidden;
}

.main .post-entry figcaption {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    margin: 5px 0 0;
    color: #aeaeae;
}


/*------- a) STYLE ONE -------*/

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a:hover{
    color:#1B5076;
}
.featured-post-carousel ul.slick-dots li button {
    background-color: #1B5076;
    opacity: .4;
}

.featured-post-carousel ul.slick-dots li.slick-active button {
    background-color: #1B5076;
    opacity: 1;
}

.featured-post-carousel .style-one {
    position: relative;
    display: inline-block;
    width: 100%;
}

.featured-post-carousel .style-one .featured-post {
    position: relative;
    text-align: center;
}

.featured-post-carousel .style-one .featured-post .featured-post-content {
    position: relative;
    display: inline-block;
    width: 80%;
    float: none;
    text-align: center;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail,
.featured-post-carousel .style-four .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap:before,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
    transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
    opacity: 0.6;
}

.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:before {
    opacity: 0.3;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap:hover:before,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:hover:before {
    opacity: 0.8;
}

.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap:hover:before {
    opacity: 0.6;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat,
.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat ul li,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-cat ul li {
    position: relative;
    display: inline-block;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-cat ul li a,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-cat ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 25px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2:before,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry {
    position: relative;
    padding: 25px 100px 0;
    opacity: 0;
    -webkit-transition: all 0.35s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -moz-transition: all 0.35s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -ms-transition: all 0.35s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -o-transition: all 0.35s cubic-bezier( 0.3, 0.2, 0.7, 1);
    transition: all 0.35s cubic-bezier( 0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry p {
    display: inline-block;
    line-height: 24px;
    padding: 0 80px;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table:hover .featured-post-inwrap .post-entry,
.featured-post-carousel .style-four .featured-post .featured-post-content:hover .featured-post-block .featured-post-inwrap .post-entry {
    padding: 10px 100px 0;
    margin: 0!important;
    opacity: 1;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 14px 31px;
    margin: 10px 0 0;
}

.featured-post-carousel .style-one .slick-prev {
    position: absolute;
    top: 50%;
    left: 12%;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 5px;
    border: 0;
    background-color: transparent;
}

.featured-post-carousel .style-one .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f177";
    width: 50px;
    height: 50px;
    left: -2px;
    top: -2px;
    text-align: center;
    line-height: 47px;
    border: 2px solid;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-one .slick-next {
    position: absolute;
    top: 50%;
    right: 12%;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 5px;
    border: 0;
    background-color: transparent;
}

.featured-post-carousel .style-one .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f178";
    width: 50px;
    height: 50px;
    left: -2px;
    top: -2px;
    text-align: center;
    line-height: 47px;
    border: 2px solid;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*------- b) STYLE TWO -------*/

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a:hover{
    color:#1B5076;
}

.featured-post-carousel .style-two .featured-post {
    position: relative;
}

.featured-post-carousel .style-two .featured-post.slick-slide,
.featured-post-carousel .style-four .featured-post.slick-slide {
    pointer-events: none;
}

.featured-post-carousel .style-two .featured-post.slick-slide.slick-active,
.featured-post-carousel .style-four .featured-post.slick-slide.slick-active {
    pointer-events: auto;
}

.featured-post-carousel .style-two .featured-post .featured-post-image,
.featured-post-carousel .style-three .featured-post .featured-post-image,
.featured-post-carousel .style-four .featured-post .featured-post-image {
    position: relative;
    background-color: #000;
}

.featured-post-carousel .style-two .featured-post .featured-post-image img,
.featured-post-carousel .style-three .featured-post .featured-post-image img,
.featured-post-carousel .style-four .featured-post .featured-post-image img {
    /* opacity: 0.5; */
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 40px 65px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header {
    position: relative;
    padding: 20px 0 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li {
    position: relative;
    display: inline-block;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li a,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-cat ul li a {
    font-size: 12px;
    letter-spacing: 1px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 10px 0 0;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a,
.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry {
    position: relative;
    padding: 50px 0;
    -webkit-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -moz-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -ms-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -o-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.featured-post-carousel .style-two .featured-post .featured-post-content:hover .featured-post-inwrap .post-entry {
    margin: 0!important;
    padding: 15px 0;
}

.featured-post-carousel .style-two .featured-post:hover .featured-post-image img,
.featured-post-carousel .style-three .featured-post:hover .featured-post-image img {
    opacity: 0.3;
}

.featured-post-carousel .style-two .slick-next,
.featured-post-carousel .style-three .slick-next,
.featured-post-carousel .style-four .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 30px;
    top: 45%;
    font-size: 0;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-post-carousel .style-four .slick-next {
    right: 100px;
}

.featured-post-carousel .style-two .slick-prev,
.featured-post-carousel .style-three .slick-prev,
.featured-post-carousel .style-four .slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 30px;
    top: 45%;
    font-size: 0;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}

.featured-post-carousel .style-four .slick-prev {
    left: 100px;
}

.featured-post-carousel .style-two .slick-next:before,
.featured-post-carousel .style-three .slick-next:before,
.featured-post-carousel .style-four .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f178";
    line-height: 50px;
    width: 50px;
    height: 50px;
    top: -2px;
    left: -2px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .slick-prev:before,
.featured-post-carousel .style-three .slick-prev:before,
.featured-post-carousel .style-four .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f177";
    line-height: 50px;
    width: 50px;
    height: 50px;
    top: -2px;
    left: -2px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-two .slick-next:hover,
.featured-post-carousel .style-two .slick-prev:hover,
.featured-post-carousel .style-three .slick-next:hover,
.featured-post-carousel .style-three .slick-prev:hover,
.featured-post-carousel .style-four .slick-prev:hover,
.featured-post-carousel .style-four .slick-next:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}

.featured-post-carousel .style-two .slick-next:hover:before,
.featured-post-carousel .style-two .slick-prev:hover:before,
.featured-post-carousel .style-three .slick-next:hover:before,
.featured-post-carousel .style-three .slick-prev:hover:before,
.featured-post-carousel .style-four .slick-prev:hover:before,
.featured-post-carousel .style-four .slick-next:hover:before {
    color: rgba(255, 255, 255, 1);
}


/*------- c) STYLE THREE -------*/

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a:hover{
    color:#1B5076;
}

.featured-post-carousel .style-three {
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.featured-post-carousel .style-three .featured-post {
    position: relative;
}

.featured-post-carousel .style-three .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-block {
    display: table;
    width: 100%;
    height: 100%;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-block .featured-post-inwrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 120px;
}

.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry {
    position: relative;
    padding: 30px 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -moz-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -ms-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    -o-transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
    transition: all 0.4s cubic-bezier( 0.3, 0.2, 0.7, 1);
}

.featured-post-carousel .style-three .featured-post .featured-post-content:hover .featured-post-inwrap .post-entry {
    padding: 10px 0;
    opacity: 1;
    margin: 0!important;
}


/*------- c) STYLE FOUR -------*/

.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a:hover{
    color:#1B5076;
}

.featured-post-carousel .style-four .featured-post {
    position: relative;
    text-align: center;
}


/*------- d) STYLE FIVE -------*/
.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a:hover{
    color:#1B5076;
}

.featured-post-carousel .style-five .featured-post {
    position: relative;
    text-align: center;
}

.featured-post-carousel .style-five .featured-post .featured-post-content {
    position: absolute;
    width: 100%;
    bottom: 80px;
    padding: 0 200px;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap {
    position: relative;
    background-color: #fff;
    padding: 50px 0;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-cat ul li {
    position: relative;
    display: inline-block;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-cat ul li a {
    font-size: 12px;
    font-weight: 500;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-title h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin: 5px 0;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a,
.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-comment {
    display: inline-block;
    font-size: 12px;
    padding: 0 3px;
}

.featured-post-carousel .style-five .slick-prev {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    z-index: 1;
    background-color: transparent;
    margin-left: -51px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-post-carousel .style-five .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-post-carousel .style-five .slick-next {
    position: absolute;
    right: 50%;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    z-index: 1;
    background-color: transparent;
    margin-right: -51px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-post-carousel .style-five .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*============================================================================
  >> 04. FEATURED POSTS SECTION
  ============================================================================
*/

.featured-post-section {
    position: relative;
    display: inline-block;
    width: 100%;
}

.featured-post-section {
    border: none !important;
    text-align: center;
}
.featured-post-section.related-post .section-title{
    margin: 0 0 70px;
}

.section-title {
    position: relative;
    display: block;
    /*margin:  0  0 70px;*/
    /* text-align: center; */
}


.section-title.text-left p{
    text-align: left;
}

.section-title.text-right p{
    text-align: right;
}
.section-title.text-center:before{
    left: 0;
    right: 0;
}

.section-title.text-center p{
    text-align: center;
}
.section-title.text-left:before{
    left: 0;
}
.section-title.text-right:before{
 right: 250px;

}

.text-block.text-left {
    text-align: left;
}

.text-block.text-center {
    text-align: center;
}

.text-block.text-rght {
    text-align: right;
}

.section-title h4 {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0 0 !important;
    font-family: 'Barlow', serif;
}

.section-title h4 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.section-title p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.featured-post-section .right-column {
    float: right;
}

.featured-post-section .post {
    width: 100%;
}

.featured-post-section .post,
.featured-post-section .post .post-type-image {
    position: relative;
}

.featured-post-section .post .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.featured-post-section .post .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    -ms-transition: -ms-transform 0.65s;
    -o-transition: -o-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.featured-post-section .post .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.featured-post-section .post .post-title {
    display: inline-block;
    width: 100%;
}

.featured-post-section .post .post-title h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 900;
    margin: 15px 0 0;
}
.featured-post-section .post{
    text-align: center;
}
.featured-post-section .center-column .post .post-title h2 ,.featured-post-section .center-column .post .post-title h2 a{
    font-size: 21px;
}

.featured-post-section .post h2,.featured-post-section .post a{
    font-weight: 900;
}


.featured-post-section .post .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    
    font-size: 18px;
}

.featured-post-section .post .post-date a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.featured-post-section .post .post-date a:hover{
    color:#1B5076;
}

.featured-post-section .post .post-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featured-post-section .post .post-detail:before {
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    margin: auto;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.featured-post-section .post .post-detail .post-inwrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.featured-post-section .post .post-detail .post-inwrap .post-content {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 50px;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .post-title h2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 10px 0 15px;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .post-title h2 a em {
    font-weight: 400;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more {
    margin: 0;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a {
    padding: 8px 30px;
    background-color: transparent;
    border: 2px solid;
}

.featured-post-section .post .post-detail:hover:before {
    opacity: 0.8;
}

.home-style-one .featured-post-section {
    border-top: 1px solid;
}

 .featured-post-section {
    text-align: center;
    border-bottom: none;
}

.blog-main .row-flex{
display: flex;
justify-content: space-around;
}

.blog-main .row-flex .col-one{
   width: 66%;
}
.blog-main .row-flex .col-two{
    width: 34%;
 }

 .blog-main .search-title {
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 600;
    text-decoration: underline;
    
}


/*============================================================================
  >> 05. FEATURED ARTICLES
  ============================================================================
*/

.featured-articles {
    position: relative;
    /*padding: 40px 0;*/
}

.featured-articles.articles-style-one .slick-prev {
    position: absolute;
    left: -50px;
    bottom: 100%;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1B5076;
    border: 1px solid #1B5076;
    margin-bottom: 20px;
}

.featured-articles.articles-style-one .slick-next {
    position: absolute;
    left: -10px;
    bottom: 100%;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1B5076;
    border: 1px solid #1B5076;
    margin-bottom: 20px;
}

.featured-articles.articles-style-one .slick-next:hover, .featured-articles.articles-style-one .slick-prev:hover {
    background-color: transparent;
    border-color: #1B5076;
}

.featured-articles.articles-style-one .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 900;
    content: "\f106";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #fff;
}

.featured-articles.articles-style-one .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 900;
    content: "\f107";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #fff;
}

.featured-articles.articles-style-one .slick-prev:hover:before,
.featured-articles.articles-style-one .slick-next:hover:before {
    
    color: #1B5076;
}

.featured-articles.articles-style-one ul.slick-dots li button {
    background-color: #c4c4c4;
}

.featured-articles.articles-style-one ul.slick-dots li.slick-active button {
    background-color: #8e8d8d;
}

.featured-articles.articles-style-one .featured-articles-content {
    position: relative;
}

.featured-articles .featured-articles-content .featured-main-slider ul li {
    position: relative;
    display: inline-block;
    margin: 0;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-type-image {
    position: relative;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block {
    display: table;
    width: 100%;
    height: 100%;
}


.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 100px;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-cat ul li {
    position: relative;
    display: inline-block;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-cat ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 10px 0;
    
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles .featured-articles-content .featured-main-slider button.slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
}

.featured-articles .featured-articles-content .featured-main-slider button.slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.featured-articles .featured-articles-content .featured-tab-elements ul:last-child li.post~li.post {
  border-bottom:none;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.post {
    margin: 0;
    padding: 17px 0;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li~li:last-child{
    border: 0;
}
.featured-articles .featured-articles-content .featured-tab-elements ul li.post:first-child {
    padding: 0 0 17px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.post~li.post {
    border-top: 1px solid #ececec;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li:last-child {
    border:0;
}


.featured-articles .featured-articles-content .featured-tab-elements ul li a {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-type-image {
    display: inline-block;
    float: left;
    max-width: 100px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content {
    margin: 0 0 0 115px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-date a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-title h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin: 5px 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-comment {
    font-size: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two {
    position: relative;
    padding: 100px 0;
    border: 0;
    text-align: center;
    overflow: hidden;
    /*margin: 0 0 50px;*/
}

.featured-articles.articles-style-two .featured-article-slider {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: none;
}

.featured-articles.articles-style-two .featured-article-slider:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    top: -50px;
    left: -35px;
    z-index: -1;
}

.featured-articles.articles-style-two .featured-article-slider:after {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -50px;
    right: -35px;
    z-index: -1;
}

.featured-articles.articles-style-two .featured-article-slider ul li {
    margin: 0;
    position: relative;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-type-image {
    position: relative;
    display: block;
    background-color: #000;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-type-image img {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider ul li:hover .post-type-image img {
    opacity: 0.2;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block {
    display: table;
    width: 100%;
    height: 100%;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 80px;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-date{
    color: #ccc;
    font-size: 12px;
    font-weight: 600;

}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-date{
    color:#959595;
    font-size:12px;
    font-weight: 600;

}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-date:hover{
    color:#1B5076;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-cat ul li {
    display: inline-block;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-cat ul li a {
    font-size: 12px;
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 10px 0;
    line-height: 26px;
    letter-spacing: 0.7px;
    
}

.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev {
    position: absolute;
    left: -150px;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 900;
    content: "\f104";
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-next {
    position: absolute;
    right: -150px;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 900;
    content: "\f105";
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*============================================================================
  >> 06. MOST POPULAR POSTS
  ============================================================================
*/

.most-popular-posts {
    position: relative;
    overflow: hidden;
}

.most-popular-posts .most-popular-sublime {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 150px;
    font-weight: 700;
    top: 80%;
    left: 0;
}

.most-popular-posts .most-popular-content {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.home-style-four .most-popular-posts .most-popular-content {
    border-top: 0;
}

.most-popular-posts .most-popular-content .post {
    margin: 0;
}

.most-popular-posts .most-popular-content .post .post-type-image {
    position: relative;
    float: left;
    max-width: 100px;
}

.most-popular-posts .most-popular-content .post .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.most-popular-posts .most-popular-content .post .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.55s;
    -ms-transition: -ms-transform 0.55s;
    -o-transition: -o-transform 0.55s;
    transition: transform 0.55s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.most-popular-posts .most-popular-content .post .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.most-popular-posts .most-popular-content .post .post-content {
    margin: 0 0 0 115px;
}

.most-popular-posts .most-popular-content .post .post-content .post-date a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.most-popular-posts .most-popular-content .post .post-content .post-date a:hover {
   color: #1B5076;
}

.most-popular-posts .most-popular-content .post .post-content .post-title h2 {
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
    margin: 5px 0;
    
}


.most-popular-posts .most-popular-content .post .post-content .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.most-popular-posts .most-popular-content .post .post-content .post-comment {
    font-size: 12px;
}

.most-popular-posts .most-popular-content .slick-prev {
    position: absolute;
    left: -50px;
    top: 66px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.most-popular-posts .most-popular-content .slick-next {
    position: absolute;
    right: -50px;
    top: 66px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.most-popular-posts .most-popular-content .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 900;
    content: "\f104";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.most-popular-posts .most-popular-content .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 900;
    content: "\f105";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*============================================================================
  >> 07. CATEGORY POSTS
  ============================================================================
*/

.category-posts {
    position: relative;
}

/*.category-posts .category-post-content {*/
/*    margin: 80px 0 0;*/
/*}*/

.category-posts .category-post-content .post {
    margin: 0 0 30px;
}

.category-posts .category-post-content .post.post-style-grid {
    text-align: center;
}

.category-posts .category-post-content .post .post-type-image {
    position: relative;
    margin: 0 0 20px;
}

.category-posts .category-post-content .post .post-cat ul li a {
    font-size: 12px;
}

.category-posts .category-post-content .post .post-title h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    margin: 5px 0;
    
}

.category-post-column .post .post-title h2{
    
}

.category-post-column .post .post-title h2 a{
  line-height: 26px;
}

.category-posts .category-post-content .post .post-title h2 a,
.category-post-column .post .post-title h2 a,
.category-post-column .category-post-list ul li .post-content .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.category-posts .category-post-content .post .post-date a {
    font-size: 12px;
}

.category-post-column .category-post-list ul li .post-content .post-comment a:hover{
    text-decoration: underline;
}

.category-posts .category-post-content .post .post-entry {
    margin: 20px 0 0;
}
.category-posts .post .post-meta {
    display: flex;
}
.category-post-column {
    position: relative;
    display: inline-block;
    width: 100%;
    /* border-top: 1px solid #ececec; */
    /*padding: 50px 0 0;*/
}

.home-style-five .category-post-column {
    border-top: 0;
    padding: 20px 0 0;
}

.category-post-column .post .post-header {
    margin: 0;
}

.category-post-column .post .post-header .post-type-image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.category-post-column .post .post-header .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.category-posts .category-post-column .post{
min-height: 500px;
}

.category-post-column .post .post-header .post-type-image a img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-post-column .post .post-header .post-type-image a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

.category-post-column .post .post-header .post-cat {
    position: absolute;
    bottom: 5px;
    padding: 10px;
}

.category-post-column .post .post-header .post-cat ul li a {
    padding: 4px 5px;
}

.category-post-column .post .post-title h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
}

.category-post-column .post .post-date a {
    font-size: 12px;
}

.category-post-column .post .post-entry {
    margin: 20px 0 0;
}

.category-post-column .category-post-list ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
}

.category-post-column .category-post-list ul li:first-child {
    padding: 0 0 25px;
}

.category-post-column .category-post-list ul li~li {
    border-top: 1px solid #ececec;
}

.category-post-column .category-post-list ul li .post-type-image {
    display: inline-block;
    float: left;
    max-width: 100px;
}

.category-post-column .category-post-list ul li .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.category-post-column .category-post-list ul li .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.category-post-column .category-post-list ul li .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.category-post-column .category-post-list ul li .post-content {
    margin: 0 0 0 115px;
}

.category-post-column .category-post-list ul li .post-content .post-date a {
    font-size: 12px;
}

.category-post-column .category-post-list ul li .post-content .post-date a:hover {
    color:#1B5076;
}

.category-post-column .category-post-list ul li .post-content .post-title h2 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin: 3px 0;
    
}

.category-post-column .category-post-list ul li .post-content .post-comment a {
    font-size: 12px;
}


.category-post-column .category-post-list .view-all-button {
    position: relative;
    margin: 25px 0 0;
    font-family: 'Ubuntu', sans-serif;
}

.category-post-column .category-post-list .view-all-button a {
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
    border: 2px solid;
    padding: 15px 0;
}


/*============================================================================
  >> 08. SIDEBAR NAVIGATION
  ============================================================================
*/

.sidebar-navigation {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    width: 377px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.sidebar-navigation .sidebar-scroll {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    margin-right: -17px;
    padding-right: 17px;
    padding-left: 17px;
}

.sidebar-navigation.open {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.sidebar-navigation .sidebar-close {
    position: relative;
    margin: 15px 0 0;
    text-align: center;
}

.sidebar-navigation .sidebar-close a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.sidebar-overlay {
    position: fixed;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0.3 !important;
    pointer-events: none;
    background-color: #000;
    z-index: 100;
    -moz-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
    -o-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
    -webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
    transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1);
}

.sidebar-navigation-menu-open .sidebar-overlay {
    visibility: visible;
    opacity: 0.3;
    pointer-events: initial;
}

.wrapper {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.sidebar-navigation .sidebar-content {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
}

.sidebar-navigation .sidebar-content .sidebar-logo {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 20px 80px;
}

.sidebar-navigation .sidebar-content .sidebar-nav {
    position: relative;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li {
    position: relative;
    display: block;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li~li {
    border-top: 1px solid #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul {
    display: none;
    border-top: 1px solid #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 20px;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a {
    padding: 15px 20px 15px 30px;
    border-left: 10px solid;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li ul li a {
    padding: 15px 20px 15px 40px;
    border-left: 20px solid;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li.menu-item-has-children>a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 14px;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 50px;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li.menu-item-has-children>a.expanded:before {
    content: "\f0d8";
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a {
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-navigation .sidebar-content .sidebar-social {
    display: inline-block;
    width: 100%;
    margin: 50px 0 30px;
    text-align: center;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li {
    display: inline-block;
    padding: 0 10px;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sidebar-navigation .sidebar-content .sidebar-copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*============================================================================
  >> 09. MY FAVORITES SECTION
  ============================================================================
*/

.my-favorites {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.my-favorites .my-favorite-sublime {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 150px;
    font-weight: 700;
    top: 0;
    left: 0;
    color: #1B5076;
}

.my-favorites .my-favorites-content {
    position: relative;
}

.my-favorites .my-favorites-content ul li {
    position: relative;
    padding: 0 1px;
}

.my-favorites .post-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.my-favorites .post-content .post-block {
    display: table;
    width: 100%;
    height: 100%;
}

.my-favorites .post-content .post-block .post-inwrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 50px;
}

.my-favorites .post-type-image {
    position: relative;
    background-color: #000;
}

.my-favorites .post-type-image img {
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.my-favorites .my-favorites-slider li:hover img {
    opacity: 0.2;
}

.my-favorites .post-content .post-cat ul li {
    position: relative;
    display: inline-block;
}

.my-favorites .post-content .post-cat ul li a {
    font-size: 12px;
    font-weight: 500;
}

.my-favorites .post-content .post-title h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 5px 0;
    
}

.my-favorites .post-content .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.my-favorites .my-favorites-content .slick-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1B5076;
}

.my-favorites .my-favorites-content .slick-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 0;
    left: 0;
}

.my-favorites .my-favorites-content .slick-next {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1B5076;
}

.my-favorites .my-favorites-content .slick-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 0;
    left: 0;
}

.my-favorites .my-favorites-content ul.slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

.my-favorites .my-favorites-content ul.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.4);
}

.my-favorites .my-favorites-content ul.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
}


/*============================================================================
  >> 10. BLOG POSTS
  ============================================================================
*/

.post {
    margin: 0 0 50px;
}

.post .post-type-video,
.post .post-type-audio {
    position: relative;
}

.post .post-type-video iframe,
.post .post-type-video object,
.post .post-type-video embed,
.post .post-type-audio iframe,
.post .post-type-audio object,
.post .post-type-audio embed {
    border: 0;
    width: 100%;
}

.post .post-type-gallery {
    position: relative;
}

.post .post-type-gallery a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background-color: #000;
}

.post .post-type-gallery a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post .post-type-gallery a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

.post .post-header {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0 30px;
}

.post .post-header .post-cat ul li {
    position: relative;
    display: inline-block;
}

.post .post-header .post-cat ul>li::before {
    content: '';
}

/* .post .post-header .post-cat ul li a {
    font-size: 12px;
    font-weight: 500;
} */

.post-content .post-header .post-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 600 !important;
    line-height: 36px;
    margin: 0;
    
    font-size:18px;
}

.post .post-header .post-title h2{
    position: relative;
    display: inline-block;
    line-height: 36px;
    margin: 0;
}


.post .post-header .post-title h2 a{
    font-size: 26px;
    line-height: 36px;
    
}

.post.post-style-grid .post-title h2 a{
    font-size:18px;
}

.post.post-style-list .post-header .post-title h2 a{
    font-size:18px;
}

.post .post-header .post-title h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.post.post-style-list h2:before{
display: none;
}

.post.post-style-list .post-meta{
    display: flex;
}
.post .post-header .post-title h2 em {
    font-weight: 700;
}

.post .post-header .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-family: Barlow, serif;

}

.post .post-entry {
    position: relative;
    display: inline-block;
    width: 100%;
}

.post .post-entry p {
    line-height: 26px;
    text-align: justify;
}

.post .read-more {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 25px 0 0;
}

.post .read-more a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post .read-more a span {
    display: inline-block;
    padding: 15px 25px;
    -webkit-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
    -moz-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
    -ms-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
    -o-transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
    transition: 0.65s all cubic-bezier(0.5, 2, 0.5, 0.75);
}

.post .read-more a span:before {
    position: absolute;
    width: 100%;
    top: 100%;
    content: attr(data-hover);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 15px 25px;
    left: 0;
}

.post .read-more a:hover span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.post .post-meta {
    position: relative;
    align-items: center;
    width: 100%;
}

.post .post-meta .post-comment {
    display: inline-block;
    padding: 0 0 0 7px;
}

.post .post-meta .post-comment a {
    display: inline-block;
    font-size: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post .post-meta .post-comment a:hover {
    color: #f7c3b7;
}

.post .post-footer {
    display: inline-block;
    width: 100%;
    border: 1px solid;
    margin: 35px 0 0;
}

.post .post-footer .post-meta-item {
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 17px;
}

.post .post-meta .post-date{
    font-family: 'Ubuntu, sans-serif' !important;
}

.post .post-footer .post-meta-item~.post-meta-item {
    border-left: 1px solid;
}

.post.post-style-full .post-date a {
    display: inline-block;
    font-weight: 600 !important;
    color:#000 !important;
    font-size: 14px !important;
}

.post.post-style-full .post-date a:hover {
    color:#1B5076 !important;
}

.post .post-share {
    display: inline-block;
}

.post .post-share li {
    display: inline-block;
}

.post .post-share li a {
    position: relative;
    display: inline-block;
    width: 30px;
    font-size: 13px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.post .post-share li a span {
    position: absolute;
    bottom: 12px;
    left: -25px;
    right: -25px;
    padding: 8px 5px;
    z-index: -1;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background-color: #000;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
}

.post .post-share li a span:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: -5px;
    left: 35px;
}

.post .post-share li a:hover span {
    bottom: 28px;
    visibility: visible;
    opacity: 1;
}

.post .post-footer .post-meta-item .post-comment a {
    text-decoration: none;
    font-size:14px;
    font-weight: 600;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*------- a) Home Style One -------*/

.home-style-one .post {
    text-align: center;
}

.home-style-one .post.post-style-grid .post-type-image a,
.home-style-four .post.post-style-grid .post-type-image a,
.home-style-four .category-posts .category-post-content .post .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.post.post-style-grid .post-type-image a{
    position: relative;
    display: block;
    overflow: hidden;
}

.home-style-one .post.post-style-grid .post-type-image a img,
.home-style-four .post.post-style-grid .post-type-image a img,
.home-style-four .category-posts .category-post-content .post .post-type-image a img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post.post-style-grid .post-type-image a{
    position: relative;
    display: block;
    overflow: hidden;
}

.post.post-style-grid .post-type-image a img{
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post.post-style-grid .post-type-image a:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

.home-style-one .post.post-style-grid .post-type-image a:hover img,
.home-style-four .post.post-style-grid .post-type-image a:hover img,
.home-style-four .category-posts .category-post-content .post .post-type-image a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}
.post.post-style-full .post-type-image a{
    background-color: #1B5076;

}
.post.post-style-full .post-type-image a:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

 .post.post-style-full .post-type-image a,
 .post.post-style-full .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.home-style-one .post.post-style-full .post-type-image a,
 .post.post-style-full .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}
.post.post-style-full .post-type-image a img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-style-one .post.post-style-full .post-type-image a img,
 .post.post-style-full .post-type-image a img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home-style-one .post.post-style-full .post-type-image a:hover img,
 .post.post-style-full .post-type-image a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

.post.post-style-full .post-type-image a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.7;
}

.post.post-style-grid .post-header .post-title {
    padding: 7px 0;
}

.post.post-style-grid .post-header .post-title h2 {
    font-size: 18px;
    line-height: 24px;
    
}

.post.post-style-grid .post-header .post-title h2:before {
    position: absolute;
    content: none;
}

.post.post-style-grid .post-header {
    margin: 20px 0;
}

.post.post-style-grid .post-header .post-date a {
    font-size: 12px;
}
.post.post-style-grid .post-header .post-date a:hover {
   color:#1B5076;
}

.post.post-style-grid .post-entry p {
    line-height: 24px;
}


/*------- b) Home Style Two - Three -------*/

 .blog-main,
 .blog-main {
    margin: 180px 0;
}


 .post.post-style-full {
    text-align: center;
}

 .post.post-style-list,
 .post.post-style-list {
    margin: 0;
}

 .post.post-style-list:last-of-type,
 .post.post-style-list:last-of-type {
    margin: 0 0 50px;
}

 .post.post-style-list~.post.post-style-list .post-content,
 .post.post-style-list~.post.post-style-list .post-content {
    border-top: 1px solid #ececec;
}

 .post.post-style-list .post-content,
 .post.post-style-list .post-content {
    padding: 30px 0;
}

 .post.post-style-list .post-content .post-type-image,
 .post.post-style-list .post-content .post-type-image {
    position: relative;
}

 .post.post-style-list .post-content .post-type-image a,
 .post.post-style-list .post-content .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.post.post-style-list .post-content .post-type-image a,
.post.post-style-list .post-content .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.post.post-style-list .post-content .post-type-image a:before,
.post.post-style-list .post-content .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    -ms-transition: -ms-transform 0.65s;
    -o-transition: -o-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

 .post.post-style-list .post-content .post-type-image a:before,
 .post.post-style-list .post-content .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    -ms-transition: -ms-transform 0.65s;
    -o-transition: -o-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

 .post.post-style-list .post-content .post-type-image a:hover:before,
 .post.post-style-list .post-content .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.post.post-style-list .post-content .post-type-image a:hover:before,
 .post.post-style-list .post-content .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transition: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

 .post.post-style-list .post-header,
 .post.post-style-list .post-header,
.home-style-four .post.post-style-list .post-header {
    margin: 0 0 10px;
}


 .post.post-style-list .post-header .post-title h2,
 .post.post-style-list .post-header .post-title h2,
.home-style-four .post.post-style-list .post-header .post-title h2 {
    font-size: 18px;
    line-height: 28px;
}

 .post.post-style-list .post-header .post-title h2:before,
 .post.post-style-list .post-header .post-title h2:before,
.home-style-four .post.post-style-list .post-header .post-title h2:before {
    content: none;
}

 .post.post-style-list .post-date a,
 .post.post-style-list .post-date a,
.home-style-four .post.post-style-list .post-date a {
    font-size: 12px;
}

 .post.post-style-list .post-date a:hover{
    color: #1B5076;
}


/*------- c) Home Style Four -------*/

.home-style-four .blog-posts {
    text-align: center;
    margin: 50px 0;
}


/*============================================================================
  >> 11. SIDEBAR
  ============================================================================
*/


.sidebar {
    position: relative;
    display: inline-block;
    height: 100%;
}

.sidebar .sidebar-content{
    position: relative;
    display: inline-block;
    width:100%;
}

 .widget {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 0 30px;
}

  .widget:last-child {
    margin: 0;
}

 .widget .widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #1B5076;
    margin: 0 0 30px;
}

 .widget .widget-title h4 {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0;
}


/*------- a) About Widget -------*/

.about-widget {
    display: block;
}

.about-widget .about-widget-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.about-widget .about-widget-content .about-widget-inwrap {
    display: table;
    width: 100%;
    height: 100%;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 10px 0;
    color:#fff !important;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .post-entry p {
    display: inline-block;
    line-height: 24px;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more {
    margin: 10px 0 0;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 30px;
    border: 2px solid;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.about-widget .about-widget-content:hover {
    background-color: rgba(0, 0, 0, 0.7);
}


/*------- b) Social Widget -------*/

.social-widget {
    display: inline-block;
    width: 100%;
}

.social-widget ul li {
    margin: 0 0 7px;
}

.social-widget ul li:last-child {
    margin: 0;
}

.social-widget ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
}

.social-widget ul li a div {
    position: relative;
    z-index: 1;
}

.social-widget ul li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    -webkit-transition: width 0.45s ease-in-out;
    -moz-transition: width 0.45s ease-in-out;
    -ms-transition: width 0.45s ease-in-out;
    -o-transition: width 0.45s ease-in-out;
    transition: width 0.45s ease-in-out;
    z-index: 0;
}

.social-widget ul li a:hover:before {
    width: 100%;
}

.social-widget ul li a i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 10px 0 0;
    z-index: 1;
}

.social-widget ul li a em {
    display: inline-block;
    font-weight: 300;
    margin: 0 0 0 3px;
}

.social-widget ul li a span {
    display: inline-block;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 30px 0 0;
    line-height: 50px;
}

.social-widget ul li a.facebook {
    background-color: #3b5998;
}

.social-widget ul li a.facebook:before {
    background-color: #5872a7;
}

.social-widget ul li a.facebook i {
    background-color: #5872a7;
}

.social-widget ul li a.twitter {
    background-color: #00aced;
}

.social-widget ul li a.twitter:before {
    background-color: #26b8f0;
}

.social-widget ul li a.twitter i {
    background-color: #26b8f0;
}

.social-widget ul li a.pinterest {
    background-color: #cb2027;
}

.social-widget ul li a.pinterest i {
    background-color: #d34147;
}

.social-widget ul li a.pinterest:before {
    background-color: #d34147;
}

.social-widget ul li a.instagram {
    background-color: #125688;
}

.social-widget ul li a.instagram i {
    background-color: #356f9a;
}

.social-widget ul li a.instagram:before {
    background-color: #356f9a;
}


.social-widget ul li a.tiktok {
    background-color: #000;
}

.social-widget ul li a.tiktok i {
    background-color: #363636;
}

.social-widget ul li a.tiktok:before {
    background-color: #363636;
}

/*------- c) Favorite Widget -------*/

.favorite-widget {
    display: inline-block;
    width: 100%;
    padding: 0 30px 30px 30px;
}

.favorite-widget .post {
    position: relative;
    display: block;
    float: left;
    padding: 15px 0;
    margin: 0;
    text-align: left;
}

.favorite-widget .post:first-of-type {
    padding-top: 0;
}

.favorite-widget .post:last-of-type {
    padding-bottom: 0;
}

.favorite-widget .post~.post {
    border-top: 1px solid #ececec;
}

.favorite-widget .post .post-type-image {
    float: left;
    max-width: 100px;
}

.favorite-widget .post .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.favorite-widget .post .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.favorite-widget .post .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.favorite-widget .post .post-content {
    margin: 0 0 0 115px;
}

.favorite-widget .post .post-content .post-date a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}

.favorite-widget .post .post-content .post-date a:hover {
    color: #1B5076;
}

.favorite-widget .post .post-content .post-title h2 {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    line-height: 24px;
    margin: 0;
    font-family:'Barlow, serif';

}

.favorite-widget .post .post-content .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.favorite-widget .post .post-content .post-comment a {
    font-size: 12px;
}

.favorite-widget .post .post-content .post-comment a:hover {
    color: #1B5076;
}


/*------- d) Categories Widget -------*/

.categories-widget {
    display: inline-block;
    width: 100%;
    padding: 0 30px 30px 30px;
}

.categories-widget ul li~li {
    border-top: 1px solid #ececec;
}

.categories-widget ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 0 15px 10px;
}

.categories-widget ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    left: 0;
}

.categories-widget ul li:first-child a {
    padding-top: 0;
}

.categories-widget ul li:last-child a {
    padding-bottom: 0;
}

.categories-widget ul li a span {
    display: inline-block;
    padding: 0 0 0 10px;
}

.categories-widget ul li a:hover {
    padding-left: 17px;
}


/*============================================================================
  >> 12. SUBSCRIBE SECTION
  ============================================================================
*/

.subscribe-widget {
    padding: 80px 0;
    text-align: center;
}

.subscribe-widget form div {
    display: inline-block;
    float: none;
}

.subscribe-widget form div input {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    height: 55px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe-widget form div button {
    display: inline-block;
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 60px;
    width: 165px;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/*============================================================================
  >> 13. PAGE
  ============================================================================
*/

.page-post .page-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 50px;
}

.page-post .page-title:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background-color: #ececec;
    left: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.page-post .page-title h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0 0;
}

.page-post .page-title p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-post .post-type-slider,
.page-post .post-type-image {
    position: relative;
    margin: 0 0 20px;
}

.page-post .post-type-slider .flex-prev ,body.page .post-type-slider .flex-prev  {
    right: 58px;
    bottom: 20px;
    top: inherit;
    left: inherit;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    position: absolute;
}


.page-post .post-type-slider .flex-next , body.page .post-type-slider .flex-next {
    position: absolute;
    right: 15px;
    bottom: 20px;
    top: inherit;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
}

.page-post .post-type-slider .flex-prev:before , body.page .post-type-slider .flex-prev:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-post .post-type-slider .flex-next:before , body.page .post-type-slider .flex-next:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-post .post-type-slider .flex-next:hover:before,
.page-post .post-type-slider .flex-prev:hover:before,
body.page .post-type-slider .flex-next:hover:before,
.body.page .post-type-slider .flex-prev:hover:before {
    background-color: rgba(0, 0, 0, 1);
}

.page-post .post-image-left {
    display: inline-block;
    float: left;
    padding: 0 25px 15px 0;
}

.page-post .post-image-right {
    float: right;
    padding: 15px 0 0 25px;
}

body.page  p {
    line-height: 26px;
    text-align: justify;
    color: #606060;
}

.page-post .post-entry p strong {
    color: #000;
}

.page-post .post-entry h4 {
    font-weight: 700;
    margin: 25px 0;
}

body.page  h4 {
    font-weight: 700;
    margin: 25px 0;
    color: #000;
}

body.page p strong {
    color: #000;
}

body.page .contact-form-content {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0 0;
    border: 1px solid #ececec;
    padding: 30px;
}

.page-post .contact-widgets {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

.page-post .contact-map {
    position: relative;
    display: inline-block;
    width: 100%;
}

.page-post .contact-map #map {
    width: 100%;
    height: 221px;
}


/*============================================================================
  >> 14. POST
  ============================================================================
*/

.page-post.post {
    margin: 0 0 30px;
}

.page-post.post .post-header {
    text-align: center;
}

.page-post.post .post-header .post-title h1 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 10px 0;
}

.page-post.post .post-header .post-title h1:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.page-post.post .post-entry .featured-text {
    margin-bottom: 20px;
}

.page-post.post .post-entry .featured-text p {
    font-size: 18px;
    line-height: 28px;
}

.page-post.post blockquote {
    position: relative;
    border-left: 0;
    margin: 30px 0 50px;
    padding: 30px 0 0 50px;
}

.page-post.post blockquote:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-color: #ececec;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-post.post blockquote p {
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
}

.page-post.post .post-tags {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

.page-post.post .post-tags span {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 5px;
}

.page-post.post .post-tags span:before {
    position: absolute;
    content: " ";
    left: 100%;
    bottom: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    z-index: 0;
}

.page-post.post .post-tags ul {
    display: block;
    padding: 0 0 0 60px;
}

.page-post.post .post-tags ul li {
    display: inline-block;
}

.page-post.post .post-tags ul li a {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 5px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.page-post.post .post-footer {
    text-align: center;
}

.post-directions {
    margin: 0 0 30px;
}

.post-directions .prev-post {
    padding-right: 1px;
}

.post-directions .next-post {
    text-align: right;
    padding-left: 1px;
}

.post-directions a {
    display: block;
    padding: 30px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-directions a span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-directions a h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-author {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 50px 0 30px;
    background: url("http://localhost/new-theme/wp-content/uploads/2022/05/border.png") top left repeat;
}

.post-author .post-author-inwrap {
    background-color: #fff;
    padding: 60px;
}

.post-author .post-author-inwrap .author-image {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    top: -50px;
}

.post-author .post-author-inwrap .author-image img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    width: auto;
}

.post-author .post-author-inwrap .author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.post-author .post-author-inwrap .author-info .author-name h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.post-author .post-author-inwrap .author-info .author-name h3 a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post-author .post-author-inwrap .author-info .author-text p {
    line-height: 26px;
    color: #606060;
}

.post-author .post-author-inwrap .author-info .author-social {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.post-author .post-author-inwrap .author-info .author-social ul li {
    display: inline-block;
    padding: 0 7px;
}

.post-author .post-author-inwrap .author-info .author-social ul li a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.comment-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
}

.comment-posts .comment-posts-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment-posts .comment-posts-title a {
    position: relative;
    display: block;
    background-color: #ececec;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 30px;
    cursor: pointer;
}

.comment-posts .comment-posts-title a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f107";
    right: 30px;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.comment-posts .comment-posts-title a.expanded:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comment-posts ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment-posts ul li~li {
    border-top: 1px solid #ececec;
}

.comment-posts ul li ul {
    margin-left: 100px;
    border-top: 1px solid #ececec;
    margin: 0;
}

.comment-posts ul li .comment-block {
    position: relative;
    display: block;
    padding: 30px 20px;
}

.comment-posts ul li ul li .comment-block {
    margin: 0 0 0 95px;
}

.comment-posts ul li .comment-user-image {
    position: absolute;
    display: inline-block;
    width: 67px;
    height: 67px;
    overflow: hidden;
    left: 25px;
}

.comment-posts ul li .comment-info {
    display: block;
    margin: 0 0 0 100px;
}

.comment-posts ul li .comment-info h4 {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.comment-posts ul li .comment-info h4 a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.comment-posts ul li .comment-info h4 span {
    display: inline-block;
    font-style: italic;
    color: #aeaeae;
    margin: 0 0 0 10px;
}

.comment-posts ul li p {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #606060;
    margin: 5px 0;
}

.comment-posts ul li .reply-button {
    display: inline-block;
    margin-top: 10px;
}

.comment-posts ul li .reply-button a {
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.comment-respond {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px;
}

.comment-respond form .logged-in-as a {
    color: #aeaeae;
}

.comment-respond form .logged-in-as span {
    color: #aeaeae;
}
.comment-respond  .logged-in-as a {
    color: #aeaeae;
}

.comment-respond .logged-in-as span {
    color: #aeaeae;
}
.comment-respond .comment-form-cookies-consent input,
.comment-respond .comment-form-cookies-consent label {
    height: auto;
    margin-bottom: 0;
}

.comment-respond .comment-respond-title h4 {
    display: inline-block;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
}

.comment-respond .comment-respond-title span {
    color: #aeaeae;
}

.comment-respond form {
    margin: 20px 0 0;
}

.comment-respond form .left-pad,
body.page .contact-form-content .left-pad {
    padding-right: 10px;
}

.comment-respond form .right-pad,
body.page .contact-form-content .right-pad {
    padding-left: 10px;
}

.comment-respond .right-pad,
body.page .contact-form-content .right-pad {
    padding-left: 10px;
}

.comment-respond form p,
body.page .contact-form-content p {
    margin-bottom: 20px;
}

.comment-respond  p,
body.page .contact-form-content p {
    margin-bottom: 20px;
}
.comment-respond form input,
body.page .contact-form-content input {
    height: 50px;
    font-size: 13px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
}

.comment-respond input,
body.page .contact-form-content input {
    height: 50px;
    font-size: 13px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 18px;
}

.comment-respond form textarea,
body.page .contact-form-content textarea {
    height: 240px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 18px;
}


.comment-respond  textarea,
body.page .contact-form-content textarea {
    height: 240px;
    border-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 16px 18px;
}
input[type='submit'],
body.page .contact-form-content input[type='submit'] {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    background: #1B5076;
    color: #fff;
    border-color:#1B5076;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: 0;
    padding: 10px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input[type='submit']:hover,
body.page .contact-form-content input[type='submit']:hover {
    background: transparent;
    color: #1B5076;;
}
.related-post {
    border-top: 1px solid #ececec;
}

*+.related-post {
    margin-top: 50px;
}

.related-post ul li {
    text-align: center;
}

.related-post ul li .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

.related-post ul li .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

.related-post ul li .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

.related-post ul li .post-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 5px;
    font-family: 'Barlow', serif !important;
}

.related-post ul li .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: 'Barlow', serif !important;
}

.related-post ul li .post-date a {
    font-size: 12px;
    font-weight: 500;
    color: #959595;
}

.related-post ul li .post-date a:hover {
    font-size: 12px;
    font-weight: 500;
    color: #1B5076;
}


/*============================================================================
  >> 15. PAGINATION
  ============================================================================
*/

.blog-pagination-buttons {
    position: relative;
    display: inline-block;
    width: 100%;
}

.blog-pagination-buttons .previous-post {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 25px;
}

.blog-pagination-buttons .older-post {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 15px 25px;
}

.blog-pagination-buttons ul li {
    display: inline-block;
}

.blog-pagination-buttons ul li a {
    display: inline-block;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    line-height: 50px;
}


/*============================================================================
  >> 16. GALLERY
  ============================================================================
*/

.gallery-type .text-block p {
    line-height: 24px;
    color: #606060;
}

.gallery-type .filter {
    position: relative;
    display: block;
    margin: 50px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec;
}

.gallery-type .filter ul li {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0px;
}
.gallery-type .filter ul li a{
    font-family: 'Ubuntu' ,sans-serif;
    font-weight: 500;
}

.gallery-type .filter ul li~li:before {
    position: absolute;
    content: '/';
    left: -19px;
    color: #aeaeae;
}

.gallery-type .filter ul li a {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-type .gallery-photos {
    position: relative;
    display: block;
    margin: 50px 0 0;
}

.gallery-type .gallery-photos ul li {
    display: inline-block;
    margin: 0 0 20px;
}

.gallery-type .gallery-photos.polaroid-style ul li .gallery-content {
    background-color: #DEF3EB;
    padding: 10px;
}

.gallery-type .gallery-photos ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-type .gallery-photos ul li a img,
.gallery-type .gallery-photos.polaroid-style ul li .gallery-content a img {
    -webkit-transition: -webkit-transform 1s, opacity 0.35s ease-in-out;
    -ms-transition: -ms-transform 1s, opacity 0.35s ease-in-out;
    -o-transition: -o-transform 0.1s, opacity 0.35s ease-in-out;
    transition: transform 1s, opacity 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-type .gallery-photos ul li>a:hover img,
.gallery-type .gallery-photos.polaroid-style ul li .gallery-content a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -ms-transition: scale3d(1.1, 1.1, 1);
    -o-transition: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.gallery-type .gallery-photos ul li .gallery-detail {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.gallery-type .gallery-photos ul li .gallery-detail h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    
}

.gallery-type .gallery-photos ul li .gallery-detail .post-cat ul li {
    position: relative;
    display: inline-block;
}

.gallery-type .gallery-photos ul li .gallery-detail .post-cat ul li a {
    font-size: 12px;
    font-weight: 500;
}

.gallery-type .gallery-photos .show-more-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0 10px;
}

.gallery-type .gallery-photos .show-more-button button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/*============================================================================
  >> 17. ARCHIVE
  ============================================================================
*/

section.main .archive-type .archives .panel-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

section.main .archive-type .archives .panel-group .panel.panel-default {
    border-color: #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.main .archive-type .archives .panel-group .panel .panel-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 {
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a {
    position: relative;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #aeaeae;
    padding: 18px 25px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f068";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-heading h4 a.collapsed:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f067";
    right: 20px;
    top: 20px;
}

section.main .archive-type .archives .panel-group .panel .panel-body {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul {
    display: block;
    padding: 0;
    margin: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li~li {
    border-top: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 25px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0f6";
    left: 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    border-bottom: 1px solid #ececec;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image {
    overflow: hidden;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a {
    position: relative;
    display: block;
    overflow: hidden;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-type-image a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title {
    position: relative;
    display: block;
    margin: 15px 0 0;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 {
    margin: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
}

section.main .archive-type .archives .panel-group .panel .panel-body .latest-post-stlye-1 .post-title h2 a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


/*============================================================================
  >> 18. FOOTER
  ============================================================================
*/

footer {
    position: relative;
    border-top: 1px solid;
}

footer .footer-sidebar {
    position: relative;
    display: block;
}

footer .footer-sidebar .instagram-widget ul li {
    display: inline-block;
    float: left;
    width: 12.5%;
}

footer .footer-sidebar .instagram-widget ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

footer .footer-sidebar .instagram-widget ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}

footer .footer-sidebar .instagram-widget ul li a:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}

footer .social-media {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

footer .social-media ul li {
    position: relative;
    display: inline-block;
    width: 19.8%;
}

footer .social-media ul li~li {
    border-left: 2px solid #fff;
}

footer .social-media ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

footer .social-media ul li a i {
    display: inline-block;
    padding: 0 3px 0 0;
}

footer .copyright {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

footer .copyright p {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 25px 0;
}

footer .copyright p a {
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


/*============================================================================
  >> 19. THEME SETTINGS
  ============================================================================
*/


/*------- a) Header Settings -------*/

header {
    background-position: top center;
    background-repeat: no-repeat;
}

header .topbar {
    background-color: #fff;
}

header .topbar .navbar ul li a {
    font-family: 'Ubuntu', sans-serif;
    color: #959595;
}

header .topbar .navbar ul li a:hover,
header .topbar .navbar ul li:hover>a {
    color: #1B5076;
}

header .topbar .navbar ul li ul li a:hover,
header .topbar .navbar ul li ul li:hover>a {
    background-color: #1B5076;
    color: #fff;
}

header .topbar .topbar-right .nav-icon a {
    background-color: #1B5076;
    color: #fff;
}

header .topbar .topbar-right .search-icon .dropdown-search a,
header .topbar .topbar-right .social-media ul li a {
    color: #959595;
}

header .topbar .topbar-right .search-icon .dropdown-search form input {
    font-family: 'Ubuntu', sans-serif;
    background-color: #ececec;
}

header .topbar .topbar-right .search-icon .dropdown-search a:hover,
header .topbar .topbar-right .social-media ul li a:hover {
    color: #1B5076;
}

header .logo-content .brand-logo a h1,
.sidebar-navigation .sidebar-content .sidebar-logo .brand-logo a h1 {
    color: #959595;
}


/*------- b) Featured Carousel Settings -------*/

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a,
.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a {
    /* font-family: 'Playfair Display', serif; */
    color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2 a:hover,
.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2 a:hover {
    color: #1B5076;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-title h2:before,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .featured-post-header .post-title h2:before {
    background-color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-three .featured-post .featured-post-content .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-two .featured-post .featured-post-content .featured-post-inwrap .post-entry p,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-inwrap .post-entry p {
    color: #fff;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a {
    color: #1B5076;
    border-color: #1B5076;
}

.featured-post-carousel .style-one .featured-post .featured-post-content .featured-post-detail .featured-post-table .featured-post-inwrap .post-entry .read-more-button a:hover,
.featured-post-carousel .style-four .featured-post .featured-post-content .featured-post-block .featured-post-inwrap .post-entry .read-more-button a:hover {
    background-color: #1B5076;
    color: #fff;
}

.featured-post-carousel .style-one .slick-prev:before,
.featured-post-carousel .style-one .slick-next:before {
    background-color: #fff;
    border-color: #1B5076;
    color: #1B5076;
}

.featured-post-carousel .style-one .slick-prev:hover:before,
.featured-post-carousel .style-one .slick-next:hover:before {
    background-color: #1B5076;
    color: #fff;
}

.featured-post-carousel .style-five .featured-post .featured-post-content .featured-post-inwrap .post-meta .post-date a {
    color: #959595;
}

.featured-post-carousel .style-five .slick-prev:before,
.featured-post-carousel .style-five .slick-next:before {
    background-color: #fff;
    color: #000;
}

.featured-post-carousel .style-five .slick-prev:hover:before,
.featured-post-carousel .style-five .slick-next:hover:before {
    background-color: #1B5076;
    color: #fff;
}


/*------- c) Featured Articles Settings -------*/

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a,
.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a {
    color: #fff;
}

.featured-articles .featured-articles-content .featured-main-slider ul li .post-content .post-block .post-inwrap .post-title h2 a:hover,
.featured-articles.articles-style-two .featured-article-slider ul li .post-content .post-block .post-inwrap .post-title h2 a:hover {
    color: #1B5076;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-date a,
.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-title h2,
.featured-articles .featured-articles-content .featured-tab-elements ul li a .post-content .post-comment {
    color: #ccc;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-date a {
    color: #959595;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-date a:hover  {
    color: #1B5076;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-title h2 {
    color: #000;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-comment {
    color: #1B5076;
}

.featured-articles .featured-articles-content .featured-tab-elements ul li.slick-current a .post-content .post-comment a:hover {
    color: #1B5076;
    text-decoration: none;
}


.featured-articles.articles-style-two:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 204px;
    bottom: 0;
    left: 0;
    background: url(images/background-image-subscribe.png);
    background-position: bottom center;
    background-size: cover;
    opacity: 0.1;
}

.featured-articles.articles-style-two .featured-article-slider button.slick-prev:before,
.featured-articles.articles-style-two .featured-article-slider button.slick-next:before {
    color: #fff;
}


/*------- d) Paginations Settings -------*/

.blog-pagination-buttons .previous-post,
.blog-pagination-buttons .older-post {
    color: #aeaeae;
    background-color: #ececec;
}

.blog-pagination-buttons .previous-post:hover,
.blog-pagination-buttons .older-post:hover {
    background-color: #1B5076;
    color: #fff;
}

.blog-pagination-buttons ul li a {
    background-color: #ececec;
    color: #959595;
}

.blog-pagination-buttons ul li a.active,
.blog-pagination-buttons ul li a.active:hover {
    background-color: #1B5076;
    color: #fff;
}

.blog-pagination-buttons ul li a:hover {
    background-color: #e2e2e2;
}


/*------- e) Widget Setting -------*/

.sidebar .sidebar-content .widget .widget-title {
    border-color:#1B5076;
}

.widget .widget-title h4 {
    
    color: #1B5076;
}



.about-widget-detail h4 {
    color: #fff;
}

.about-widget-detail span {
    color: #1B5076;
}

.about-widget-detail .post-entry p {
    color: #fff;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a {
    color: #fff;
    border-color: #fff;
}

.about-widget .about-widget-content .about-widget-inwrap .about-widget-detail .read-more a:hover {
    background-color: #fff;
    color: #1B5076;
}

.favorite-widget .post .post-content .post-date a,
.category-post-column .post .post-date a {
    color: #959595;
}

.categories-widget ul li a {
    font-family: 'Barlow', serif;
    color: #000;
}

.categories-widget ul li a:hover {
    color: #1B5076;
}

.categories-widget ul li a span {
    color: #959595;
}


/*------- f) Featured Section Settings -------*/

.section-title h4 a {
    color: #000 !important;
}

.section-title h4 a:hover {
    color: #1B5076;
}

.section-title p,
.page-title p {
    color: #959595;
}

.home-style-one .featured-post-section,
 .featured-post-section {
    border-color: #ececec;
}

.featured-post-section .post .post-date a {
    color: #959595;
}

.featured-post-section .center-column .post .post-date a {
    color: #1B5076 !important;
}

.featured-post-section .center-column .post .post-title h2 a {
    color: #fff;
}

.featured-post-section .center-column .post .post-title h2 a:hover {
    color: #1B5076;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a {
    color: #1B5076;
    border-color: #1B5076;
}

.featured-post-section .post .post-detail .post-inwrap .post-content .read-more a:hover {
    background-color: #1B5076;
    color: #fff;
}

.post-directions a {
    background-color: #f5f5f5;
}

.post-directions a span {
    color: #aeaeae;
}

.post-directions a h2 {
    color: #000;
}

.post-directions a:hover {
    background-color: #1B5076;
}

.post-directions a:hover span,
.post-directions a:hover h2 {
    color: #fff;
}

.comment-posts ul li .comment-info h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
}

.comment-posts ul li .comment-info h4 a {
    color: #000;
}

.comment-posts ul li .comment-info h4 a:hover {
    color: #1B5076;
}

.comment-posts ul li .reply-button a {
    background-color: #ececec;
    color: #aeaeae;
}

.comment-posts ul li .reply-button a:hover {
    background-color: #1B5076;
    color: #fff;
}

.home-style-five .featured-post-section {
    border-color: #ececec;
}


/*------- g) Category Post Settings -------*/

.category-posts .category-post-content .post .post-date a,
.category-post-column .category-post-list ul li .post-content .post-date a {
    color: #959595;
}

.post .post-header .post-cat ul li a{

    font-family: Ubuntu, sans-serif;
    font-weight: 700;
}

.post .post-header .post-cat ul li a:hover{

    text-decoration: underline;
}

.category-post-column .post .post-header .post-cat ul li a {
    text-decoration: none;
    background-color: #1B5076;
    color: #fff !important;
}

.category-post-column .category-post-list .view-all-button a {
    border-color: #1B5076;
    color: #1B5076;
}

.category-post-column .category-post-list .view-all-button a:hover {
    background-color: #1B5076;
    color: #fff;
}


/*------- h) My Favorites Settings -------*/

.my-favorites {
    background-color: #f1f9ff;
}

.my-favorites .my-favorite-sublime {
    font-family: 'Barlow', serif;
}

.my-favorites .post-content .post-title h2 a {
    color: #fff;
}

.my-favorites .post-content .post-title h2 a:hover {
    color: #1B5076;
}


/*------- i) Default Post Settings -------*/

.blog-main {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 180px 0 50px;
}

.home-style-five .blog-main.latest-articles {
    margin: 100px 0 50px;
    text-align: center;
}

.post-cat ul {
    margin: 0 0 0 -3px;
}

.post-cat ul li {
    padding: 0 3px;
}

.post-cat ul li~li:before {
    position: absolute;
    font-size: 12px;
    content: ',';
    left: -5px;
    bottom: 1px;
    color: #D0F0E3;
}

.post-cat ul li a {
    color: #D0F0E3;
}

.post-title h2 a {
    color: #000;
}

.post-title h2:before,
.post-title h1:before {
    background-color: #000;
}

.post-title h2 a:hover {
    color: #1B5076;
}

.post-entry p {
    color: #606060;
}

.post .post-entry .featured-text p {
    color: #000;
}

.page-post.post blockquote p {
    color: #000;
}

.post .read-more a {
    background-color: #1B5076;
    color: #fff;
}

.post .read-more a span:before {
    background-color: #1B5076;
}

.post .post-footer,
.post .post-footer .post-meta-item~.post-meta-item {
    border-color: #ececec;
}

.post .post-footer .post-meta-item .post-comment a {
    color: #000;
}

.post .post-footer .post-meta-item .post-comment a:hover {
    color: #1B5076;
}

.post-date a {
    color: #000;
}

.post.post-style-grid .post-header .post-date a,
.post.post-style-list .post-header .post-date a {
    color: #959595;
}

.post-share li a {
    color: #000;
}

.post-share li a:hover {
    color: #1B5076;
}

.post-share a {
    color: #000;
}

.post-share a:hover {
    color: #56eeb6;
}

.post-comment a {
    color: #1B5076;
}

.page-post.post .post-tags span {
    background-color: #1B5076;
    color: #fff;
}

.page-post.post .post-tags span:before {
    border-left-color: #1B5076;
}

.post-tags ul li a {
    background-color: #ececec;
    color: #aeaeae;
}

.post-tags ul li a:hover {
    background-color: #1B5076;
    color: #fff;
}

.author-name h3 {
    font-family: 'Ubuntu', sans-serif;
}

.author-name h3 a {
    color: #000;
}

.author-name h3 a:hover {
    color: #1B5076;
}

.author-social ul li a {
    color: #959595;
}

.author-social ul li a:hover {
    color: #1B5076;
}

.comment-respond form input,
.comment-respond form textarea,
.comment-respond form button,
.contact-form-content input,
.contact-form-content textarea,
.contact-form-content button,
.contact-form-content input[type=submit] {
    font-family: 'Ubuntu', sans-serif;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus,
.contact-form-content input:focus,
.contact-form-content textarea:focus {
    border-color: #1B5076;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

.comment-form input[type="submit"],
.comment-respond input[type="submit"] {
    background-color: #1B5076 !important;
    color: #fff;
    border: 0;
    font-family: 'Ubuntu', sans-serif !important;
    width: 100%;
}

.comment-form input[type="submit"]:hover,
.comment-respond input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
}

.comment-respond button,
.contact-form-content input[type="submit"] {
    background-color: #1B5076 !important;
    color: #fff;
}

.comment-respond button:hover,
.contact-form-content input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff;
}

.home-style-one .post.post-style-full .post-type-image a,
 .post.post-style-full .post-type-image a {
    background-color: #1B5076;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a {
    font-family: 'Barlow', serif;
    color: #606060;
}

section.main .archive-type .archives .panel-group .panel .panel-body ul li a:hover {
    color: #1B5076;
}


/*------- j) Gallery Settings -------*/

.gallery-type .filter ul li a {
    color: #aeaeae;
}

.gallery-type .filter ul li a.selected,
.gallery-type .filter ul li a.selected:hover {
    color: #000;
}

.gallery-type .filter ul li a:hover {
    color: #1B5076;
}

.gallery-type .gallery-photos .show-more-button button {
    background-color: #1B5076;
    color: #fff;
}

.gallery-type .gallery-photos .show-more-button button:hover {
    background-color: #000;
}


/*------- k) Most Popular Settings -------*/

.most-popular-posts .most-popular-sublime {
    font-family: 'Barlow', serif;
    color: #DEF3EB;
}

.most-popular-posts .most-popular-content .post .post-content .post-date a {
    color: #959595;
}

.most-popular-posts .most-popular-content .slick-prev:before,
.most-popular-posts .most-popular-content .slick-next:before {
    color: #1B5076;
}

.most-popular-posts .most-popular-content .slick-prev:hover:before,
.most-popular-posts .most-popular-content .slick-next:hover:before {
    background-color: #1B5076;
    color: #fff;
}

.most-popular-posts .most-popular-content ul.slick-dots li button {
    background-color: #c4c4c4;
}

.most-popular-posts .most-popular-content ul.slick-dots li.slick-active button {
    background-color: #8e8d8d;
}


/*------- l) Sidebar Settings -------*/

.sidebar-navigation .sidebar-close a {
    background-color: #1B5076;
    color: #fff;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li a,
.sidebar-navigation .sidebar-content .sidebar-nav ul li ul li ul li a {
    border-color: #1B5076;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a {
    background-color: #f5f5f5;
    color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-social ul li a {
    color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-nav ul li a:hover,
.sidebar-navigation .sidebar-content .sidebar-nav ul li a.expanded,
.sidebar-navigation .sidebar-content .sidebar-social ul li a:hover {
    color: #1B5076;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p {
    color: #959595;
}

.sidebar-navigation .sidebar-content .sidebar-copyright p a {
    color: #000;
}


/*------- m) Footer Settings -------*/

footer {
    border-color: #30916d4a;
}

footer .footer-sidebar .subscribe-widget form div input {
    font-family: 'Barlow', serif;
    font-weight: 500;
}

footer .footer-sidebar .subscribe-widget form div input:focus {
    border-color: #1B5076;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .6);
}

footer .footer-sidebar .subscribe-widget form div button {
    background-color: #1B5076;
    color: #fff;
}

footer .footer-sidebar .subscribe-widget form div button:hover {
    background-color: #222;
}

footer .social-media {
    background-color: #1B5076;
}

footer .social-media ul li a {
    color: #fff;
}

footer .copyright p {
    color: #959595;
}

footer .copyright p a {
    color: #000;
}

footer .copyright p a:hover {
    color: #1B5076;
}
 .travel-express-title-wrapper{
    display: flex;
    gap:10px;
    align-items: center;
}

.mysterious-page-title{
    padding: 30px 0;
}
 .travel-express-total-posts {
color: #959595;
}

.travel-express-title-wrapper .travel-express-total-posts {
    color: #959595;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
    margin-top: 10px;

}

.travel-express-title-wrapper .archive-title {
    color: #959595;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.travel-express-title-wrapper .archive-title::after{
    content: " | ";
}

.travel-express-title-wrapper h1 {
    color: #000;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 22px;
    font-weight: 900;
    text-transform: capitalize;
}


.pagination {
    display: flex !important;
}

.pagination .pagination-item a,
.pagination .pagination-item span {
    color: #fff;
    background-color: #808080;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px !important;
}

.pagination .pagination-item a:hover,
.pagination .pagination-item .page-link:focus,
.pagination .pagination-item .current {
    background-color: #1B5076;
    color: #fff;
}

.post-date a{
    color: #1B5076;
    font-weight: 600;
    font-size: 12px;
}
.category-post-column .post .post-date a{
    color: #1B5076;
    font-weight: 700;
}
.post-date a:hover{
    color: #1B5076;
    text-decoration: none;
}

.post-comment a{
    font-size:12px;
}
.post-comment i{
padding: 2px;
}

.post-comment a:hover , .post-cat ul li a:hover{
    text-decoration: underline;
    color: #1B5076;
}

.post-cat ul li a{
    font-weight: 600;
    color: #1B5076;
    font-size:12px;
    text-transform: uppercase;
}

.post-list{
    display: flex;
    gap:30px;
    width: 100%;
    flex-wrap: wrap;
}

.post-list article{
    width: 45%;
}

.post-list.style-4 article{
    width:30% !important;
}

.sidebar .widget .tagcloud a{
    color: #959595;
    font-family: 'Barlow', serif;
    font-size: 12px;
    font-weight: 700;
}

.sidebar .widget .tagcloud a:hover{
    color:#1B5076;
 }


.sidebar .widget ul li.cat-item a{
    color: #959595;
    font-family: 'Barlow', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}


.sidebar .widget ul li.cat-item a:hover{
   color:#1B5076;
}

 .search-nothing-post {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:30px;
}
.search-nothing-post button{
	display: inline-block;
	position: relative;
	height: 40px;
	border-radius: 0;
	background-color: #1B5076;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	padding: 0 50px;
}
 .search-nothing-post form input {
	height: 40px;
	margin: 30px 0;
}
 .search-nothing-post span {
	font-size:18px;
	font-weight:300;
	color: #777;
}

/* .featured-tab-elements .slick-list {
   overflow: visible !important;
} */
