/*
Theme Name: Litmus - Child Theme
Theme URI: demo.tortoizthemes.com/litmus-wp
Author: Tortoiz
Author URI: https://themeforest.net/user/tortoiz
Template: litmus
Description: This is a child theme for Litmus Multipurpose WordPress Theme.
Version: 1.0
Text Domain: litmus-child
*/

/*  [ Add your custom CSS below ]
================================ */

a.btn.btn_orange {
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
    padding: .5rem 1rem;
    color: #fff;
    background: #fd9502;
    background: linear-gradient(90deg, #fd9502, #f44206);
    text-transform: uppercase;
    border: 1px solid #fb8f1f;
    overflow: hidden;
    margin-top: 20px;
    line-height: normal;
}



.wpb-posts-nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wpb-posts-nav > div {
    width: 45%;
}
.wpb-posts-nav strong {
    display: flex;
    align-items: center;
    color: #999;
}
.wpb-posts-nav p {
    padding-left: 24px;
}
.wpb-posts-nav > div:last-child a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    text-align: right;
}