/*
Theme Name: Swishconnect Child
Author: BDDEX
Description: Child theme of Avas Multi-Purpose Premium WordPress Theme
Theme URI: http://demo.bddex.com/swishconnect
Author URI: http://bddex.com/
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
Template: swishconnect
Version: 1.0
Text Domain: swishconnect
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#shiftnav-toggle-main {
    display: none !important;
}

/*BLOG STYLES*/

ul.blog-main-menu {
    margin-top: 20px;
}

.blog-main-menu li, .subcatlist li {
    display: inline-block;
}

.subcatlist li {
    height: 40px;
}

.subcatlist li a {
    color: #fff;
    margin-right: 25px;
    font-size: 14px;
    display: block;
    padding: 13px;
}

.subcatlist li a.active {
    background: #1b7897;
}

.blog-main-menu li a {
    color: #fff;
    margin-right: 32px;
    font-size: 14px;
}

.blog-main-menu li a:hover {
    color: #00baf7;
}

.cat-tab > a, .cat-tab > a:hover {
    color: #fff;
    padding: 5px;
}

/*.blogwrap .articlewrap:nth-child(3n+2) .cat-tab > a {
    background: #FD8609;
}
.blogwrap .articlewrap:nth-child(3n+3) .cat-tab > a {
    background: #21C514;
}*/
.articlewrap {
    padding: 5px !important;
}

.blogwrap .blog-date {
    display: inline-block;
    margin-left: .625rem;
    float: right;
}

.single .singlewrap .blog-date {
    display: inline-block;
    margin-left: 15px;
    float: none;
    margin-right: 5px;
}

.page-template-blog .post-title a:hover {
    color: #15AAF5;
}

.article-box {
    height: 280px !important;

}

/*.blogwrap .articlewrap:nth-child(3n+2) .article-box {
    border-bottom-color: #FD8609 !important;
}
.blogwrap .articlewrap:nth-child(3n+3) .article-box {
    border-bottom-color: #21C514 !important;
}*/

.custom-pagination span.current {
    font-size: 14px !important;
    color: #fff !important;
    background: #21C514;
    padding: 8px;

}

.custom-pagination span, .custom-pagination a {
    display: inline-block;
    padding: 8px !important;
    font-size: 14px !important;
    background: #fff;
    color: #21C514;
    border: 1px solid #21C514;
}

.post-thumb {
    height: 164px;
}

.page-template-blog .container-fluid.sub-header,
.category .container-fluid.sub-header,
.single .container-fluid.sub-header,
.search .container-fluid.sub-header,
.author .container-fluid.sub-header {
    background-color: #363636;
    margin-bottom: 0;
}

.subheaderwrap {
    height: 135px;
    position: relative;
}

.subheader-submenu {
    background: #15AAF5;
    color: #fff;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

.blog-main-menu li a.active {
    color: #15AAF5;
}

.subheader-submenu .container {
    text-align: center;
}

.subcatlist {
    margin: 0px auto;
}

.subcatlist li a:hover {
    background: #1b7897;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #15AAF5;
    position: absolute;
    bottom: 40px;
    left: -20px;
}

.p-no {
    padding: 0 !important;
}

.top-img-wrap {
    position: relative;
    margin-bottom: 30px;
}

.title-content-wrapper {
    position: absolute;
    background: #fff;
    width: 90%;
    left: 5%;
    bottom: 0;
    padding: 20px;
}

.single .title-wrap {
    padding: 0 20px 20px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
}

.single .author-info {
    border: 1px solid #dadfe2;
    padding: 20px;
    margin: 20px 0;
}

.single .avatarwrap {
    margin-right: 15px;
}

.single .author {
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
}

.single .author a {
    color: #15AAF5;
}

.single .author sup {
    top: 0px;
    font-size: 100%;
    font-size: 16px;
}

.single .authorbox {
    border-right: 1px solid #dadfe2;
}

.single .author-link {
    margin: 20px auto;
    display: block;
}

.single .author-description {
    min-height: 30px;
}

.postnav {
    color: #79c042;
    margin: 20px;
}

.postnav span a {
    border: 1px solid #79c042;
    padding: 10px;
    display: block;
}

.subscribe {
    background: rgb(224, 225, 228);
    padding: 20px 0;
    font-size: 18px;
}

.subscribe h2 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.freereport {
    background: #fff;
    display: block;
    border-radius: 4px;
    margin: 0 10px;
    padding-bottom: 15px;
    text-align: center;
}

.freereport .button {
    background-color: #79c042;
    color: #ffffff;
    border-radius: 4px !important;
    border: 2px solid #D9D9D9 !important;
    padding: 10px;
    margin: 15px auto;
    display: block;
    width: 80%;
    text-align: center;
}

.more-btn {
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}

.global-sidebar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    top: 0;
    right: 0;
    width: 265px;
    max-width: 90%;
    height: 100%;
    background-color: #31383f;
    box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .2);
    transition: all .3s linear;
    transform: translateX(90%);
    z-index: 11;
    will-change: auto;

    color: #fff;
}

.global-sidebar-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    height: auto;
}

.global-sidebar-top .close-sidebar {
    position: relative;
    width: 1.5625rem;
    height: 1.5625rem;
    transition: all .3s linear;
    cursor: pointer;
    float: right;
}

.nav-list-category > li {
    position: relative;
}

.sidebar-nav-list-container a {
    color: #fff;
    font-family: "Proxima Nova Rg";
    font-size: 16px;
    line-height: 25.6px;
    text-transform: uppercase;
    background-color: #1D1D20;
    border-bottom-color: rgb(17, 17, 17);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: rgb(41, 41, 41);
    border-top-style: solid;
    border-top-width: 0px;
    cursor: pointer;
    display: block;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    margin: 0;
}
.sidebar-nav-list-container a:hover{
    color: #fff;
}

.global-sidebar.sidebar-active {
    visibility: visible;
    transform: translateX(0);
    transition: all .2s linear;
    overflow-y: auto;
    top:0;
    bottom: 0;
}
/*.global-sidebar li.active::after {

    content: ' ';
    display: block;
    position: absolute;
    left: -15px;
    right: auto;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    z-index: 10000;

}*/
.global-sidebar .nav-list-category > li.active a{
    background: #79c042;
}

.global-sidebar .expand.clicked {

}

.global-sidebar .expand {
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 0 20px;
    height: 60px;
    width: 50px;
    max-width: 50px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    text-align: center;
    background: #26262B;

    border-bottom: 1px solid #111;

    border-top: 1px solid #313131;
}

.global-sidebar .expand i.fa {

    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;

}

.global-sidebar ul.sub-list {
    display: none;
    transition: all .8s cubic-bezier(0, 1, 0.5, 1);
}

.global-sidebar ul.sub-list.submenu-active {
    display: block;

}
.global-sidebar ul.sub-list.submenu-active li a{
    background: #26262B;
}
.global-sidebar ul.sub-list.submenu-active li.active a{
    background:  #79c042;
    box-shadow: 5px 0px 5px -2px rgba(0,0,0,.8) inset,
    0px 0px 5px -2px rgba(0,0,0,.8) inset;
}

.global-sidebar ul.sub-list a {
    font-family: "Proxima Nova Rg";
    font-size: 16px;
    line-height: 25.6px;
    text-transform: capitalize;
    display: block;
}

.global-sidebar .btnSubscribe {
    background: #81c73d;
    color: #fff;
    display: block;
    width: 220px;
}
.global-sidebar .close-sidebar{
    padding: 5px 10px;
    text-align: right;
    cursor: pointer;
    color: red;
}

.global-sidebar #mc_embed_signup_sidebar {
    margin-top: 15px;
    width: 220px;
}

.global-sidebar #mc_embed_signup_sidebar .email {
    width: 220px;
}

.global-sidebar #mc-embedded-subscribe {
    width: 100%;
    margin-top: 15px;
}

.author .author-info {
    border: 2px solid #dae0e2;
    border-radius: 4px;
    padding: 25px;
    margin: 0 0 20px 0;
    float: left;
}

.author .authorbox .author {
    font-size: 18px;
}

.search {
    text-align: center;
    margin: 20px 0;
}

.search-field {
    width: 224px;
}

.single .title-wrap h1 {
    font-size: 44px;
    line-height: 1;
}

.author #author_box {
    margin-bottom: 30px;
}

.author #author_box .wrapperbox {
    max-width: 800px;
    min-height: 130px;
}

.author #author_box .wrapperbox {
    margin: 0 auto;
    width: 100%;
    border: 2px solid #dae0e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.author #author_box .wrapperbox .box {
    position: relative;
}

.author #author_box .wrapperbox .box {
    padding-left: 140px;
}

.author #author_box .wrapperbox .box #author_photo {
    top: 23px;
    left: 27px;
    width: 85px;
    height: 85px;
}

.author #author_box .wrapperbox .box #author_photo {
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.author #author_box .wrapperbox .box #author_right_content {
    padding: 35px 0 15px;
}

.author #author_box .wrapperbox .box #author_right_content #author_right_title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #15AAF5;
    line-height: 20px;
}

.author #author_box .wrapperbox .box #author_right_content #author_right_description {
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 90%;
}

.author #author_box .wrapperbox .box #author_right_content #author_right_description {
    color: #6c7a89;
    line-height: 1.5;
    width: 100%;
}

.author #author_box .wrapperbox .box #author_right_content #author_right_description p {
    line-height: 21px;
    font-weight: 400;
}
