/**
 * Summary:
 *
 *  00. TYPOGRAPHY
 *  01. WORDPRESS CORE
 *  02. TRANSITIONS
 *  03. COMPONENTS
 *      3.1. Buttons
 *      3.2. Forms
 *      3.3. Breadcrumb
 *      3.4. Table
 *      3.5. Social Services
 *      3.6. Pagination
 *  04. GRID
 *  05. TOPBAR
 *  06. LOGOBAR
 *      6.1. Logobar Logo
 *      6.2. Logobar Actions
 *          6.2.1 User Controls
 *          6.2.2 Upload Button
 *      6.3. Navbar Menu
 *          6.3.1. Menu Collapse
 *          6.3.2. Header 2 Style
 *          6.3.3. Header 3 Style
 *  07. DRAG & DROP AREA
 *  08. PAGE BANNER
 *  09. FILTERBAR
 *  10. MAIN CONTENT
 *      10.1. Post Style
 *      10.2. Post Style Listview
 *  11. USERS PAGE
 *  12. GALLERY
 *  13. SINGLE PAGE
 *      13.1. Entry Attachments
 *      13.2. Related Posts
 *      13.3. Comments Area
 *  14. SINGLE PAGE SIDEBAR
 *  15. PALYER SKIN
 *  16. CATEGORIES PAGE
 *  17. SIDEBAR / WIDGETS
 *  18. FOOTER
 *      18.1. Footer Top
 *      18.2. Footer Widgets
 *      18.3. Footer Bottom
 *  19. DASHBOARD
 *      19.1. Dashboard Sidebar
 *      19.2. Dashboard Content
 *          19.2.1. Dadhboard Nav
 *          19.2.2. Dashboard Profile
 *  20. MODALS
 *      20.1. Modal Signin / Signup
 *      20.2. Modal Select Media Type
 *      20.3. Modal Entries Form
 *  21. BLANK PAGE
 *  22. 404 PAGE
 *  23. LOADER STYLE
 *  24. NOTIFICATION SPECIFIC STYLE
 *
 **/

/* ==========================================================================
   00.  TYPOGRAPHY
   ========================================================================== */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body {
    background-color: #f8f8f8;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.57142;
}
body.boxed-layout{
    background-color: #ffffff;
}
a,
a:focus {
    color: #0459c2;
    text-decoration: none;
}
a:hover {
    color: #0459c2;
    text-decoration: none;
}
a:focus,
a:active {
    outline: 0;
    outline-offset: 0;
}
button:focus {
    outline: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6 {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
.h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #0459c2;
}
p {
    margin-bottom: 20px;
}
ul,
ol {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
pre {
    margin: 20px 0;
}
blockquote {
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 1.375;
    padding: 30px 30px 30px 100px;
    position: relative;
    margin-bottom: 30px;
}
blockquote:before {
    content: '\201C';
    position: absolute;
    top: 12px;
    left: 30px;
    font-size: 140px;
    line-height: 100%;
    height: 32px;
    width: 38px;
}
blockquote p {
    margin-bottom: 0;
}
blockquote code {
    background-color: #ffffff;
}
@media (max-width: 600px) {
    blockquote {
        padding: 20px 20px 20px 40px
    }
    blockquote::before {
        font-size: 60px;
        top: 18px;
        left: 10px;
        height: auto;
        width: auto;
    }
}
table {
    margin-bottom: 30px;
    width: 100%;
}
table thead {
    background-color: #f5f5f5;
}
table thead tr th {
    padding: 15px 20px;
    color: #000;
}
table tbody tr td,
table tbody tr th {
    padding: 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}
dl {
    margin-bottom: 30px;
}
dt {
    color: #000;
    font-size: 16px;
}
dd {
    margin-bottom: 20px;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ==========================================================================
   01. WORDPRESS CORE
   ========================================================================== */
.alignnone {
    margin: 5px 0 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 0 0;
}
a img.alignleft {
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    margin-bottom: 20px !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 0 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 7px 4px 0px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ==========================================================================
   02. TRANSITIONS
   ========================================================================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.btn,
.main-nav .menu li a,
.dropdown-menu li a,
.media-views .grid-view,
.media-views .list-view,
.post-cat-link,
.post-by a,
.post-views li a,
.post-control-bar li .post-control,
.exc-social-services li a,
.widget ul li a, .widget ol li a,
.widget .tagcloud a,
.footer-menu li a,
.exc-user-statistics li > div a,
.dashboard-nav a,
.breadcrumb li a,
.comment-meta.commentmetadata a,
.comment-reply-link,
.comment-form input[type="submit"],
.media-types .media-type-social-list > .btn:after {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
/* ==========================================================================
   03. COMPONENTS
   ========================================================================== */

/* 3.1. Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    border-radius: 20px;
    padding: 11px 20px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.1;
}
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-sm {
    font-size: 13px;
    padding: 6px 15px;
}
.btn-xs {
    font-size: 12px;
    padding: 4px 12px;
}
.btn-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
}
.btn-default {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #000000;
}
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #000000;
}
.btn-primary {
    border-color: #0459c2;
    background-color: #0459c2;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active {
    background-color: #022b5e;
    border-color: #022b5e;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0459c2;
}
.btn-white:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #000;
}

/* 3.2. Forms
   ========================================================================== */
.form-control {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 4px;
    height: 39px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.form-control:focus {
    border-color: #0459c2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.form-group {
    margin-bottom: 20px;
}

/* 3.3. Breadcrumb
   ========================================================================== */
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb > li + li:before,
.breadcrumb li,
.breadcrumb li a {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
}
.breadcrumb li a:hover {
    color: #0459c2;
}

/* 3.4. Table
   ========================================================================== */
table {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
table > thead > tr > th {
    padding: 10px;
}
table > tbody > tr > th,
table > tbody > tr > td {
    padding: 10px;
}
table > tbody > tr > td {
    border-top: 1px solid #e9e9e9;
}
table > tbody > tr.odd {
    background-color: #fff;
}
table > tbody > tr.even {
    background-color: #f4f4f4;
}
table > tbody > tr > td > a {
}

/* 3.5. Social Services
   ========================================================================== */
.exc-social-services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.exc-social-services li {
    padding-left: 5px;
    padding-right: 5px;
}
.exc-social-services li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #000;
}
.exc-social-services li a:hover {
    color: #0459c2;
}

.wp-social-login-provider.wp-social-login-provider-facebook {
    background-color: #3b5998;
}
.wp-social-login-provider.wp-social-login-provider-twitter {
    background-color: #55acee;
}
.wp-social-login-provider.wp-social-login-provider-google {
    background-color: #d64131;
}

/* 3.6. Pagination
   ========================================================================== */
.pagination {
    list-style: none;
    margin: 0;
    display: block;
    padding: 5px 0;
}
.pagination li {
    background-color: #0459c2;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 3px 8px;
}
.pagination a {
    display: inline-block;
}
.pagination a li {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    color: #666666;
}
.pagination a li:hover {
    background-color: #0459c2;
    border-color: #0459c2;
    color: #ffffff;
}
.wp-pagination {
    text-align: center;
}
.wp-pagination a,
.wp-pagination span {
    display: inline-block;
    font-size: 15px;
    padding: 8px 15px;
}
.wp-pagination span {
    border: 1px solid #0459c2;
    background-color: #0459c2;
    color: #ffffff;
}
.wp-pagination a {
    border: 1px solid #e1e1e1;
}
.wp-pagination a:hover {
    background-color: #f1f1f1;
}

/* ==========================================================================
   04. GRID
   ========================================================================== */
.container-fluid {
    max-width: 1360px;
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.col {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 0;
}
.col:before,
.col:after {
    content: "";
    display: table;
}
.col:after {
    clear: both;
}
.col > li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-1 > li {
    width: 100%;
}
.col-2 > li {
    width: 50%;
}
.col-3 > li {
    width: 33.3333%;
}
.col-4 > li {
    width: 25%;
}
.col-5 > li {
    width: 20%;
}
@media (max-width: 991px) {
    .col-4 > li {
        width: 33.33333%;
    }
    .col-3 > li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .col-4 > li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .col-2 > li,
    .col-3 > li,
    .col-4 > li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.boxed-layout .wrapper.container {
         padding-left: 0;
         padding-right: 0;
    }
}

/* ==========================================================================
   05. TOPBAR / NOTIFICATION
   ========================================================================== */
.header-default,
.exc-header-center,
.exc-header-3 {
    position: relative;
    z-index: 110;
}
.top-bar {
    background-color: #02408d;
}
.top-bar .topbar-inner {
    color: #ffffff;
    font-size: 14px;
    padding: 12px 0;
}
.top-bar .topbar-inner span {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.top-bar .btn {
    background-color: #fff;
    color: #02408d;
    font-weight: 400;
    padding: 0 7px;
    text-transform: capitalize;
    border-radius: 3px;
}
.top-bar .btn:hover,
.top-bar .btn:focus {
    color: #02408d;
}
.top-bar .topbar-inner .close {
    color: #ffffff;
    opacity: 1;
    text-shadow:none;
}
/* ==========================================================================
   06. LOGOBAR
   ========================================================================== */
.logo-bar {
    background-color: #0459c2;
    min-height: 100px;
    position: relative;
    z-index: 11;
}
@media (max-width: 480px) {
    .logo-bar {
        min-height: 80px;
    }
}
.sticky__on .logo-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
@media (min-width: 600px) {
    .admin-bar.sticky__on .logo-bar {
        top: 46px;
    }
}
@media (min-width: 783px) {
    .admin-bar.sticky__on .logo-bar {
        top: 32px;
    }
}

/* 6.1. Logobar Logo
   ========================================================================== */
.logobar-logo {
    position: relative;
    z-index: 10;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}
.logobar-logo .logo {
    display: inline-block;
    line-height: 1;
}

/* 6.2. Logobar Actions
   ========================================================================== */
.logobar-actions {
    float: right;
    position: relative;
    z-index: 10;
}
.navbar-toggle {
    background-color: transparent;
    border: none;
    display: block;
    margin: 41px 10px 41px 0;
    padding: 0;
    float: left;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
    height: 3px;
    width: 25px;
    margin: 0;
    border-radius: 0;
}

/***** 6.2.1 User Controls *****/
.logobar-user-controls {
    float: left;
}
.user-button {
    padding: 30px 0;
}
.user-button .login-toggle {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
}
.user-button .login-toggle i {
    margin: 0;
}
.welcome-btn {
    position: relative;
    padding: 30px 0;
}
.welcome-btn > .btn {
    background-color: #ffffff;
    border: none;
    text-align: left;
    position: relative;
    height: 40px;
    width: 40px;
    padding: 0;
    overflow: hidden;
}
.welcome-btn > .btn > img {
    border-radius: 50%;
    max-height: 40px;
    max-width: 40px;
    position: relative;
    z-index: 2;
}
.welcome-btn > .btn > .user-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #0459c2;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    z-index: 1;
}
/* Welcome btn Dropdown */
.welcome-btn .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    margin-top: 0;
    width: 220px;
}
.welcome-btn .dropdown-menu:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    right: 10px;
    bottom: 100%;
}
.welcome-btn .dropdown-menu li + li {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.welcome-btn .dropdown-menu li a {
    background-color: #ffffff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 25px;
}
.welcome-btn .dropdown-menu li a:hover {
    color: #0459c2;
}
.welcome-btn .dropdown-menu li i {
    margin-right: 10px;
}

/***** 6.2.2 Upload Button *****/
.logobar-action-upload {
    float: left;
    margin-left: 10px;
    padding: 30px 0;
}
.upload-button {
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 14px;
    color: #0459c2;
    padding: 11px 20px;
    border-radius: 20px;
    line-height: normal;
    position: relative;
}
.upload-button:hover,
.upload-button:focus,
.upload-button.btn-primary:active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000;
}
.logobar-action-upload .dropdown.open .upload-button:before {
    content: '';
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    margin-top: 4px;
}
.logobar-action-upload .dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 220px;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logobar-action-upload .dropdown-menu li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}
.logobar-action-upload .dropdown-menu li a:hover {
    background-color: #0459c2;
    color: #ffffff;
}
.logobar-action-upload .dropdown-menu li a i {
    margin-right: 10px;
}
@media (max-width: 480px) {
    .logobar-logo {
        min-height: 80px;
    }
    .logobar-action-upload {
        float: none;
        margin: 0 0 5px;
        padding: 0;
    }
    .logobar-action-upload .upload-button {
        display: block;
        width: 100%;
        border-radius: 0;
    }
    .logobar-action-upload .dropdown.open .upload-button:before {
        margin-top: 0;
        border-bottom-color: #f5f5f5;
        top: auto;
        bottom: 0;
        margin-bottom: -1px;
    }
    .logobar-action-upload .dropdown .dropdown-backdrop {
        display: none;
    }
    .logobar-action-upload .dropdown-menu {
        position: static;
        min-width: 100%;
        background-color: #f5f5f5;
        margin-top: 0;
        margin-bottom: 0;
    }
    .user-button,
    .welcome-btn {
        padding: 20px 0;
    }
    .navbar-toggle {
        margin-top: 31px;
        margin-bottom: 31px;
    }
}

/* 6.3. Navbar Menu
   ========================================================================== */
.main-nav {
    position: relative;
    text-align: center;
    background-color: transparent;
}
.main-nav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
}
.main-nav .menu li {
    position: relative;
}
.main-nav .menu > li {
    display: inline-block;
    margin: 0 15px;
}
.main-nav .menu li a {
    color: #000;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.main-nav .menu li li a {
    text-transform: none;
}
.main-nav .menu > li > a {
    line-height: 1.1;
    padding: 10px 30px;
    color: #ffffff;
    padding: 43px 0;
}

/* ## DROPDOWN / SUBMENU */
.main-nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav .menu ul li a {
    padding: 8px 30px;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .main-nav {
        background-color: #ffffff;
        text-align: left;
    }
    .main-nav .menu {
        display: block;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-nav .menu > li {
        display: block;
        margin: 0;
    }
    .main-nav .menu li a {
        padding: 10px 30px;
        color: #000;
    }
    .main-nav .menu ul {
        display: none;
    }
    .main-nav .menu ul li a {
        padding: 12px 40px;
    }
    .main-nav .menu-item-has-children > a:before {
        content: "";
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
        display: block;
        height: 8px;
        width: 8px;
        position: absolute;
        right: 30px;
        top: 50%;

        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;

        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .main-nav .menu-item-has-children > a.submenu-open:before {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .main-nav .menu-item-has-children > a:hover:before,
    .main-nav .menu-item-has-children > a.submenu-open,
    .main-nav .menu-item-has-children > a.submenu-open:before {
        border-color: #0459c2;
        color: #0459c2;
    }
}
@media (max-width: 767px) {
    .main-nav .menu ul li a {
        padding: 10px 25px;
    }
    .main-nav .menu > li > a {
        padding: 10px 15px
    }
    .main-nav .menu-item-has-children > a:before {
        right: 15px;
    }
}
@media (min-width: 1025px) {
    .main-nav .menu ul {
        padding: 10px 0;
        background-color: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
        box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
        font-size: 13px;
        text-align: left;
        width: 220px;
        z-index: 910;
    }
    .main-nav .menu > li > ul {
        top: 100%;
        left: 0;
    }
    .main-nav .menu li.menu-item-has-children > a:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
}
    .main-nav .menu li:hover > ul,
    .main-nav .menu li:hover > a:after  {
        opacity: 1;
        visibility: visible;
    }
}

/***** 6.3.1 Menu Collapse *****/
.navbar-collapse {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
}
.logo-bar .navbar-collapse.collapse {
    display: none !important;
}
.logo-bar .navbar-collapse.collapse.in {
    display: block !important;
}

@media (max-width: 1024px) {
    .logo-bar .main-nav,
    .logo-bar .container-fluid >.navbar-collapse {
        clear: both;
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}
@media (max-width: 767px) {
    .logo-bar .main-nav,
    .logo-bar .container-fluid >.navbar-collapse {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}
@media (min-width: 1025px) {
    .logo-bar .navbar-collapse.collapse {
        display: block !important;
    }
    .navbar-toggle {
        display: none;
    }
}

/***** 6.3.2 Header 2 / Header Center Logo *****/
@media (min-width: 1025px) {
    .exc-header-center .logobar-logo {
        float: none;
        text-align: center;
        min-height: 1px;
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        margin-left: -30px;
        margin-right: -30px;
    }
    .exc-header-center  .main-nav {
        position: static;
        float: left;
        text-align: left;
    }
    .exc-header-center .main-nav .menu {
        display: block;
    }
    .exc-header-center .main-nav .menu > li {
        float: left;
    }
    .exc-header-center .main-nav .menu > li:first-child {
        margin-left: 0;
    }
    .exc-header-center .main-nav .menu > li > a {
        padding: 23px 0;
    }
    .exc-header-center .logobar-action-upload,
    .exc-header-center .welcome-btn,
    .exc-header-center .user-button {
        padding: 10px 0;
    }
}

/***** 6.3.3 Header 3 / Header Classic *****/
.exc-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.exc-contact-info li {
    float: left;
    color: #ffffff;
}
.exc-contact-info li + li {
    margin-left: 30px;
}
.exc-contact-info li i {
    margin-right: 10px;
}
@media (min-width: 1025px) {
    .exc-header-3  .main-nav {
        position: static;
        text-align: left;
        clear: both;
        border-top: 1px solid rgba(255,255,255,0.3);
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    .exc-header-3 .main-nav .menu {
        display: block;
        float: left;
        margin-left: 30px;
    }
    .exc-header-3 .main-nav .menu > li {
        float: left;
    }
    .exc-header-3 .main-nav .menu > li:first-child {
        margin-left: 0;
    }
    .exc-header-3 .main-nav .menu > li > a {
        padding: 23px 0;
    }
    .exc-header-3 .exc-contact-info {
        display: block;
        float: right;
        margin: 19px 30px 19px 0;
    }
}

/* ==========================================================================
   07. DRAG & DROP AREA / PAGE HEADER
   ========================================================================== */
.uploader-banner {
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 115px;
    padding-bottom: 140px;
}
.page-header {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.page-header,
.page-header a,
.page-header .btn,
.page-header h2 {
    color: #ffffff;
}
.page-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.page-header > p {
    font-size: 18px;
    margin-bottom: 40px;
}
.uploader-box {
    background-color: #ffffff;
    border: 3px dashed #707070;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    max-width: 880px;
    padding: 36px 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
}
.uploader-box > p {
    margin-bottom: 0;
    display: inline-block;
}
.uploader-box .upload-action {
    display: inline-block;
    cursor: pointer;
}
.uploader-box .upload-action .btn {
    color: #0459c2;
    text-decoration: underline;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
.uploader-box .upload-action .exc-upload-button i {
    margin-right: 10px;
    display: none;
}
@media (max-width: 767px) {
    .uploader-banner {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .uploader-box {
        margin: 0 20px;
        font-size: 16px;
    }
    .page-header h2 {
        font-size: 24px;
    }
    .page-header > p {
        font-size: 14px;
    }
}

/*Revolutin Slider*/
.slotholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}
@media (max-width: 600px) {
    .uploader-main-slider {
        display: none;
    }
}

/* ==========================================================================
   08. PAGE BANNER
   ========================================================================== */
.page-banner {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding: 60px 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.13);
}
.page-banner-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}
.page-banner-header,
.page-banner-action {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.page-banner-header h1 {
    font-size: 18px;
    margin:0;
    text-transform: uppercase;
    line-height: 1.45;
}
.page-banner-header h1 strong {
    font-weight: 900;
}
.page-banner-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .page-banner-header,
    .page-banner-action {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .page-banner-action {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .page-banner {
        padding: 30px 0;
    }
    .page-banner-action .breadcrumb{
        display: none;
    }
}
.page-banner #exc-users-filter {
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    margin-left: 20px;
}
.page-banner #exc-users-filter .filter-list {
    height: auto;
}
.page-banner #exc-users-filter .filter-list li {
    border: none;
    /*height: auto;*/
}
.page-banner #exc-users-filter .filter-list > li + li {
    margin-left: 10px;
}
.filter-item.sort-by .btn-group {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.filter-item.sort-by .btn-group .btn {
    background-color: transparent;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-item.sort-by .btn-group .btn:focus,
.filter-item.sort-by .btn-group.open .dropdown-toggle {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sortby-order .exc-user-filter {
    height: 34px;
    width: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}
.sortby-order .exc-user-filter a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #000;
}
.sortby-order .exc-user-filter a span {
    display: none;
}
.filter-item.sort-by .dropdown-menu {
    border: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 190px;
}
.filter-item.sort-by .dropdown-menu li a {
    padding: 5px 10px;
}
.filter-item.sort-by .dropdown-menu li a i {
    margin-right: 10px;
}
@media (max-width: 600px) {
    .page-banner #exc-users-filter {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}
@media (max-width: 480px) {
    .page-banner #exc-users-filter .filter-list,
    .page-banner #exc-users-filter .filter-list .filter-item.sortby-order {
        display: -ms-flexbox;
        display: flex;
    }
    .page-banner #exc-users-filter .filter-list li {
        width: auto;
        padding: 0;
        background-color: transparent;
    }
}


/* ==========================================================================
   09. FILTERBAR
   ========================================================================== */
.filter-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.13);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.13);
    z-index: 100;
    position: relative;
}
.filter-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}
.filter-list > li {
    height: 54px;
    border-right: 1px solid #e0e0e0;
}
.media-files-holder {
    width: 120px;
}
.media-cat-holder {
    width: 210px;
}
.media-type-holder {
    width: calc(100% - 570px);
}
.media-view-holder {
    width: 130px;
    display: none;
}
.media-search-holder {
    width: 300px;
}
.filter-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

/* MEDIA FILES */
.filter-item.media-files {}
.media-files span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

/* MEDIA CATEGORIES */
.media-categories .btn-group {
    height: 100%;
    width: 100%;
}
.media-categories .btn-group .btn {
    height: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.media-categories .btn-group .btn:focus {
    outline: 0;
}
.media-categories .btn-group .btn:first-child {
    text-align: left;
    min-width: 170px;
    padding: 6px 30px;
    width: 100%;
}
.media-categories .btn-group .btn.dropdown-toggle {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 9;
}
.media-categories .btn-group .btn .caret {
    border-width: 4px;
}
.media-categories .btn-group.open .btn {
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.media-categories .btn-group.open .btn + .btn {
    border-bottom-right-radius: 0;
}
.media-categories .btn-group.open .btn + .btn .caret{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.media-categories .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}
.media-categories .dropdown-menu li {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.media-categories .dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
    padding: 12px 20px;
}
.media-categories .dropdown-menu > li > a:hover,
.media-categories .dropdown-menu > li > a:focus  {
    color: #000;
    background-color: #e0e0e0;
}
.media-categories .dropdown-menu > li > a.active{
    color: #0459c2;
}
.media-categories .dropdown-menu > li > a > .fa {
    margin-right: 10px;
}

/* MEDIA TYPES */
.media-types {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.media-type-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.media-type-list > li {
    float:left;
    position: relative;
}
.media-type-list > li + li {
    margin-left:3px;
}
.media-types .btn {
    background-color: #efefef;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    padding: 4px 12px;
    position: relative;
}
.media-types .btn i {
    display: none;
    margin-right: 6px;
}
.media-types .btn:hover,
.media-types .btn.active {
    background-color: #0459c2;
    color: #ffffff;
}

/* #nav more */
.more-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    margin-left: 3px;
}
.more-nav li,
.media-type-social-list li {
    position: relative;
}
.media-type-social-list > .btn,
.more-nav > li > .btn {
    padding-right: 20px;
    position: relative;
}
.media-type-social-list > .btn:after,
.more-nav > li > .btn:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #424242;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.more-nav ul,
.media-type-social-list ul {
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    display: none;
    z-index: 10;
}
.more-nav > li:hover > ul,
.media-type-social-list:hover > ul {
    display: block;
}
.more-nav > li:hover > .btn,
.media-type-social-list:hover > .btn {
    background-color: #0459c2;
    color: #ffffff;
}
.more-nav > li:hover > .btn:after,
.media-type-social-list:hover > .btn:after {
    border-top-color: #ffffff;
}
.more-nav ul li + li,
.media-type-social-list ul li + li {
    margin-top: 3px;
}
.more-nav ul li .btn,
.media-type-social-list ul li .btn {
    display: block;
}

/* MEDIA VIEWS */
.media-views {
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex-pack: center;
    justify-content: center;
}
.media-views .grid-view,
.media-views .list-view {
    color: #e0e0e0;
    cursor: pointer;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 100%;
}
.media-views .grid-view.active,
.media-views .list-view.active {
    color: #0459c2;
}
.media-views .list-view {
    margin-left: 12px;
}

/* MEDIA SEARCH */
.media-search form {
    height: 100%;
    width: 100%;
}
.media-search .search {
    position: relative;
    height: 100%;
}
.media-search .search .form-control {
   background-color: #ffffff;
   border: none;
   color: #000;
   height: 100%;
   width: 100%;
   padding-left: 30px;
   padding-right: 30px;
}
.media-search .search .btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    padding: 0;
}
.media-search .search .btn i {
    margin: 0;
}
@media (max-width: 1024px) {
    .filter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .media-files-holder {
        border-left: 1px solid #e0e0e0;
        width: 150px;
    }
    .filter-item.media-files {
        padding-left: 30px;
        padding-right: 0;
    }
    .filter-list > li.media-type-holder {
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }
    .filter-list > li.media-type-holder .media-types {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .filter-list > li.media-search-holder {
        -ms-flex-order: 4;
        order: 4;
        width: calc(100% - 360px);
    }
    .media-search form,
    .media-search .search .form-control {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .filter-list > li.media-view-holder {
        display: none;
    }
    .filter-list > li.media-search-holder {
        width: calc(100% - 360px);
    }
}
@media (max-width: 600px) {
    .filter-bar .container-fluid {
        padding: 0;
    }
    .filter-bar .filter-list,
    .filter-bar .filter-item {
        display: block;
    }
    .filter-bar .filter-list > li {
        height: auto;
        border: none !important;
        width: 100%;
        padding: 20px;
    }
    .filter-bar .filter-list > li:nth-child(even),
    .filter-bar .filter-list > li:last-child {
        background-color: #f3f3f3;
    }
    .filter-item.media-files {
        padding: 0;
        text-align: center;
    }
    .media-type-list > li {
        margin-bottom: 2px;
    }
    .media-categories .btn-group .btn:first-child {
        border: 1px solid #e0e0e0;
        background-color: #ffffff;
        border-radius: 4px !important;
        padding: 8px 15px;
        float: none;
    }
    .media-categories .btn-group .btn.dropdown-toggle {
        right: 15px;
        height: 33px;
    }
    .media-categories .dropdown-menu {
        border-radius: 4px;
        border: 1px solid #e0e0e0;
        margin-top: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static;
        float: none;
    }
    .media-categories .dropdown-menu > li > a {
        padding: 7px 15px;
    }
    .filter-list > li .filter-item.media-types {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
    }
    .filter-list > li.media-search-holder {
        width: 100%;
    }
    .media-search .search .form-control {
        padding-left: 20px;
    }
    .media-search .search .btn {
        right: 0;
        width: 30px;
    }
}

/* ==========================================================================
   10. MAIN CONTENT
   ========================================================================== */
.boxed-layout .main {
    background-color: #f8f8f8;
}
.main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}
/* 10.1. Post Style
   ========================================================================== */
.thumbnail {
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    border: none;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.status-sticky .thumbnail,
.sticky .thumbnail {
    background-color: rgba(70, 170, 237, 0.05);
}

.thumbnail .image {
    position: relative;
    overflow: hidden;
    display: block;
}
.thumbnail .image img {
    width: 100%;
}

/*Media Type Icon*/
.post-type-icon {
    background-color: #ffffff;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
/*Thumbnail Caption*/
.thumbnail .caption {
    padding: 20px;
    position: relative;
}
/*Post Category*/
.post-cat {
    margin-bottom: 11px;
}
.post-cat-link {
    background-color: #0459c2;
    display: inline-block;
    border-radius: 12px;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
}
.post-cat-link:hover {
    color: #ffffff;
}
.thumbnail .caption h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8666667;
    margin-top: 0;
    margin-bottom: 13px;
}
.thumbnail .caption > .post-by {
    display: block;
}
.thumbnail .caption > .post-by a {
    color: #000;
}
.thumbnail .caption > .post-by img {
    margin: 0;
    max-width: 34px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.thumbnail .caption > p {
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 22px;
}

/* ## Thumbnail Footer */
.thumbnail-footer {
    border-top: solid 1px #e9e9e9;
    padding: 13px 20px;
}
.post-views {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-views li {
    padding-left: 10px;
    padding-right: 10px;
}
.post-views li a {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.post-views li a:hover{
    color:#0459c2;
}
.post-views li a i {
    margin-right:10px;
}
.more-btn .exc-load-more {
    background-color: #ffffff;
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 14px 15px;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
}
.more-btn .exc-load-more i {
    margin-right: 10px;
}
/*Post User Actions*/
.post-control-bar {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    background-color: #0459c2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-control-bar li {
    float: left;
    margin-left: 20px;
}
.post-control-bar li .post-control {
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.post-control-bar li .post-control i {
    margin-right: 10px;
}
/* 10.2. Post Style Listview
   ========================================================================== */
.home-listview .thumbnail .image {
    float: left;
    margin: 30px;
    z-index: 9;
}
.home-listview .thumbnail .image a {
    display: block;
    height: 250px;
    width: 250px;
}
.home-listview .thumbnail .image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-listview .thumbnail .caption {
    padding: 30px;
}
.home-listview .thumbnail-footer {
    clear: both;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .home-listview .thumbnail .image {
        float: none;
        margin: 0;
    }
    .home-listview .thumbnail .image a {
        height: auto;
        width: auto;
    }
    .home-listview .thumbnail .image a img {
        height: auto;
    }
    .home-listview .thumbnail .caption {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .thumbnail {
        margin-bottom: 20px;
    }
    .thumbnail .caption h3 {
        font-size: 14px;
        font-weight: 700;
    }
}

/*Confirm Deletion*/
.confirm-deletion {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    padding: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.confirm-dialog {
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.confirm-dialog i {
    margin-right: 5px;
}
.confirm-dialog .dialog-header {
    background-color: #0459c2;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 5px 10px;
}
.dialog-body {
    padding: 15px 20px;
}
.dialog-footer {
    padding-bottom: 15px;
}
.dialog-footer .btn {
    padding: 8px 15px;
}

.thumbnail iframe {
    width: 100% !important;
    margin: 0 !important;
    min-width: 100% !important;
}
.thumbnail .social-feeds-media.vimeo iframe,
.thumbnail .social-feeds-media.youtube iframe {
    height: auto;
}
.twitter-tweet {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}
.twitter-tweet:before {
    display: none;
}

/* ==========================================================================
   11. USERS PAGE
   ========================================================================== */
.exc-user {
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
}
.exc-user-body {
    overflow: hidden;
    padding: 30px;
}
.exc-user-profile-pic {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    float: left;
    padding: 4px;
    margin-right: 20px;
}
.exc-user-profile-pic img {
    border-radius: 50% !important;
}
.exc-user-info {}
.exc-user-info h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 0;
    line-height: 1.42857;
}
.exc-user-info .user-address {
    display: block;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}
.exc-user-info .btn i {
    margin-right: 10px;
}
.exc-user-about {
    clear: both;
    padding-top: 20px;
}
.exc-user-about p {
    margin: 0;
}
.exc-user-body .subscription-form {
    clear: both;
}
.exc-user-body .subscription-form .alert {
    margin-bottom: 0;
    margin-top: 10px;
}
.exc-user-statistics {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e0e0e0;
}
.exc-user-statistics li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.exc-user-statistics li + li {
    border-left: 1px solid #e0e0e0;
}
.exc-user-statistics li > div,
.exc-user-statistics li > div a {
    color: #000;
    font-weight: 700;
    font-size: 12px;
}
.exc-user-statistics li > div {
    padding: 16px 20px;
}
.exc-user-statistics li > div span,
.exc-user-statistics li > div a {
    display: block;
    line-height: 1;
}
.exc-user-statistics li > div a {
    margin-top: 2px;
}
.exc-user-statistics li a:hover {
    color: #0459c2;
}
@media (max-width: 767px) {
    .exc-user-body {
        padding: 20px;
    }
}

/* ==========================================================================
   12. GALLERY
   ========================================================================== */
.gallery {
    margin: 0 -15px !important;
}
.gallery .gallery-item {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.06);
    margin-top: 0 !important;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.gallery .gallery-item .gallery-icon img {
    border: none !important;
    width: 100%;
    height: auto;
}
.gallery .gallery-caption {
    padding: 15px 30px;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.6923;
}
.gallery-columns-1 .gallery-item {
    width: calc(100% * 1/1 - 30px) !important;
}
.gallery-columns-2 .gallery-item {
    width: calc(100% * 1/2 - 30px) !important;
}
.gallery-columns-3 .gallery-item {
    width: calc(100% * 1/3 - 30px) !important;
}
.gallery-columns-4 .gallery-item {
    width: calc(100% * 1/4 - 30px) !important;
}
.gallery-columns-5 .gallery-item {
    width: calc(100% * 1/5 - 30px) !important;
}
.gallery-columns-6 .gallery-item {
    width: calc(100% * 1/6 - 30px) !important;
}
.gallery-columns-7 .gallery-item {
    width: calc(100% * 1/7 - 30px) !important;
}
.gallery-columns-8 .gallery-item {
    width: calc(100% * 1/8 - 30px) !important;
}

/* ==========================================================================
   13. SINGLE PAGE
   ========================================================================== */
.single-content {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
}
.post-single {
    padding: 30px;
}
.post-single:after {
    content: '';
    display: table;
    clear: both;
}
.post-single iframe {
    width: 100%;
}
.post-single img,
.post-single iframe {
    margin-bottom: 20px;
}
.post-single .wp-caption img {
    margin-bottom: 0px;
}
.post-single > p {
    margin-bottom: 20px;
}
.post-single blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
}
.post-single .exc-download-item {
    text-align: right;
    margin: 10px 0;
}
.attachment-single-page-featured-image {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .post-single {
        padding: 20px;
    }
}

/* 13.1. Entry Attachments
   ========================================================================== */
.post-single .entry-attachment {
    margin-top: 50px;
}
.entry-attachment h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.entry-attachment-media {
    position: relative;
}
.entry-attachment-media .download-button {}
.entry-attachment-media .download-button i {
    margin-right: 5px;
}
.entry-attachment-source {
    margin-top: 10px;
}
.entry-attachment-source .entry-source {
    display: inline-block;
    font-style: italic;
}
.entry-attachment-source .download-button {
    float: right;
    margin: 0;
}
.entry-attachment-content {
    margin: 20px 0 10px;
}
.entry-attachment-content h3 {
    font-size: 28px;
    margin-top: 0;
    word-wrap: break-word;
}
.entry-attachment-content p {
    margin-bottom: 0;
    margin-top: 0;
}
.entry-attachment-content p + p {
    margin-top: 10px;
}

/* 13.2. Related Posts
   ========================================================================== */
.related-posts {
    padding: 30px 30px 0;
    border-top: solid 1px #e0e0e0;
}
.related-heading {
    margin-bottom: 25px;
}
.related-heading h2 {
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.related-heading .btn {
    float: right;
}
@media (max-width: 767px) {
    .related-posts {
        padding: 20px 20px 0;
    }
}
@media (max-width: 480px) {
    .related-heading .btn {
        float: none;
        margin-top: 15px;
    }
}

/* 13.3. Comments Area
   ========================================================================== */
.comments-area {
    width: 100%;
    clear: both;
    padding-top: 50px;
    border-top: 1px solid #e0e0e0;
}
.single-content .comments-area {
    padding: 30px;
}
.comments-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.comment-list .children {
    padding-left: 40px;
}
.comment-body {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}
.comment-author .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    max-width: 56px;
}
.comment-author .fn {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    margin-top: 2px;
    display: inline-block;
}
.comment-meta.commentmetadata {
    font-size: 14px;
    margin-top: 4px;
}
.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
    color: #000;
}
.comment-body > p {
    clear: both;
    margin-top: 30px;
    margin-bottom: 0;
}
.comment-body .reply {
    margin-top: 20px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border:1px solid #333;padding:2px;
}

.comment-reply-link {
    background-color: #0459c2;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
}
.comment-reply-link:hover {
    color: #ffffff;
    background-color: #022b5e;
}

/* ## Comment Respond */
.comment-respond {
    margin-top: 30px;
}
.comment-reply-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.comment-form input,
.comment-form textarea {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    height: 34px;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    width: 60%;
}
.comment-form textarea {
    height: auto;
    width: 100%;
}
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #0459c2;
}
.comment-form input[type="submit"] {
    background-color: #0459c2;
    border: none;
    border-radius: 20px;
    width: auto;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 20px;
    height: auto;
    display: inline-block;
}
.comment-form > p {
    margin-bottom: 20px;
}
.comment-form > p.form-submit {
    margin-bottom: 0;
}
.comments-disabled {
    margin-top: 15px;
    margin-bottom: 15px;
}
.comment-respond .wp-social-login-widget {
    margin-bottom: 30px;
}
.comment-respond .wp-social-login-connect-with {
    margin-bottom: 10px;
}
.comment-respond .wp-social-login-provider-list {
    padding: 0;
}
.comment-respond .wp-social-login-provider {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 20px 10px 50px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
}
.comment-respond .wp-social-login-provider i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .single-content .comments-area {
        padding: 20px;
    }
}
@media (max-width: 600px) {
    .comment-list .children {
        padding-left: 0;
    }
    .comments-title {
        font-size: 16px;
    }
}

/* ==========================================================================
   14. SINGLE PAGE SIDEBAR
   ========================================================================== */
.single-page-sidebar {
    padding: 30px 30px 0 15px;
}
.single-post .single-page-sidebar {
    padding-top: 0;
}
.post-author-widget {
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}
.sidebar-block {
    background-color: #ffffff;
}
.sidebar-block .alert {
    margin-top: 20px;
}
.sidebar-block h3 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 14px;
}

/* ### user detail */
.sidebar-block .user-detail {
    padding: 30px;
    overflow: hidden;
}
.sidebar-block .user-detail .user-thumb {
    float: left;
    margin-right: 25px;
    width: 80px;
    height: 80px;
    padding: 3px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}
.sidebar-block .user-detail .user-thumb img {
    border-radius: 50%;
}
.sidebar-block .user-detail > span {
    font-size: 13px;
    color: #000;
    display: block;
    margin: 1px 0 4px 0;
}
.sidebar-block .user-detail .profile-upload-btn {
    margin-top: 8px;
    display: inline-block;
}
.sidebar-block .user-detail h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar-block .user-detail .user-location {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 6px;
}

/* ### post stats */
.sidebar-block .post-stats {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-block .post-stats li {
    font-size: 16px;
    padding: 10px 30px;
    border-top: 1px solid #e0e0e0;
}
.sidebar-block .post-stats li i {
    margin-right: 10px;
}

/* ### Find us */
.sidebar-block .find-us {
    border-top: 1px solid #ededed;
    padding: 30px;
}
.sidebar-block .find-us .stButton {
    margin: 0;
}
/* ### About us */
.sidebar-block .about-us {
    border-top: 1px solid #ededed;
    padding: 30px;
}
.sidebar-block .about-us p {
    margin-bottom: 0px;
}
.sidebar-block .about-us p + p {
    margin-top: 10px;
}
.user-profile .list-group {
    margin: 0px;
}
.user-profile .list-group .list-group-item {
    margin: 0px;
    border: 0px;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 30px 0px;
}

/* ### Post metadata */
.post-metadata {
    border-top: 1px solid #ededed;
    padding: 30px;
}
.post-metadata ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-metadata ul li {
    padding-left: 22px;
    position: relative;
    color: #000;
}
.post-metadata ul li + li {
    margin-top: 12px;
}
.post-metadata ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.post-metadata ul li a {
    color: #000;
    font-style: normal;
    font-size: 14px;
}

/* ==========================================================================
   15. PLAYER SKIN
   ========================================================================== */
.mejs-container .mejs-controls {
    background-color: #0459c2;
    padding-left: 20px;
    padding-right: 24px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #dbdbdb;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #ffffff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #000;
}

/* # Playlists
-------------------------------------------------------------- */
.wp-playlist {
    border: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}
.wp-playlist-current-item {
    background-color: #ededed;
    padding: 30px;
    height: auto;
    margin-bottom: 0;
}
.wp-playlist .wp-playlist-current-item img {
    margin-bottom: 0;
    margin-right: 20px;
}
.wp-playlist-light .wp-playlist-caption {
    color: #000;
    position: relative;
}
.wp-playlist-caption .wp-playlist-item-meta.wp-playlist-item-title {
    font-size: 14px;
    font-weight: 700;
}
.wp-playlist-tracks {
    margin-top: 0;
    border: 1px solid #ededed;
}
.wp-playlist-item {
    background-color: #ffffff;
    padding: 12px 30px;
    border-bottom: 1px solid #ededed;
    line-height: 20px;
}
.wp-playlist-item.wp-playlist-playing {
    background-color: #ededed;
}
.wp-playlist-item .wp-playlist-caption {
    color: #000;
    max-width: calc(100% - 130px);
}

.wp-playlist-item-length,
.wp-playlist-item .exc-download-item {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wp-playlist-item .exc-download-item {
    right: 72px;
    position: absolute;
    margin: 0;
}
.wp-playlist-item .exc-download-item a {
    color: #000;
    font-weight: 400;
}
.wp-playlist-item .exc-download-item a i {
    margin-right: 5px;
}

/* ==========================================================================
   16. CATEGORIES PAGE
   ========================================================================== */
.category-box {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    display: block;
    margin-bottom: 30px;
    position: relative;
    padding: 40px 15px;
}
.catg-thumb-icon,
.catg-thumb-img {
    background-color: #e0e0e0;
    color: #000;
    font-size: 45px;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catg-thumb-img img {
    border-radius: 50%;
    display: block;
    height: auto;
}
.catg-thumb-icon:after,
.catg-thumb-img:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid #e0e0e0;
}
.category-box-cat {
    text-align: center;
    margin-top: 30px;
}
.category-box-cat h6 {
    margin: 0;
}
.category-box-action {
    text-align: center;
    margin-top: 20px;
}

/* ==========================================================================
   17. SIDEBAR / WIDGETS
   ========================================================================== */
.side-bar {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .side-bar {
        padding-top: 0;
        padding-bottom: 20px;
    }
}
.widget {
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
}
.widget .header {
    background-color: #0459c2;
    padding: 19px 20px;
}
.widget .header h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
.widget h3 a {
    color: #ffffff;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li,
.widget ol li {
    padding: 8px 20px;
    color: #7c7d7f;
}
.widget ul li + li,
.widget ol li + li {
    border-top: 1px solid #e0e0e0;
}
.widget ul ul li,
.widget ol ol li {
    padding-right: 0;
}
.widget ul ul li + li,
.widget ol ol li + li {
    border-top: none;
}
.widget ul li a,
.widget ol li a {
    color: #000000;
}
.widget ul li a:hover,
.widget ol li a:hover {
    color: #0459c2;
}

.widget select {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    width: 100%;
}
.widget .textwidget,
.widget .tagcloud {
    padding: 20px;
}
.widget .tagcloud {
    padding-left: 15px;
}
.widget .tagcloud a {
    display: inline-block;
    background-color: #0459c2;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    margin: 5px 0 0 5px;
    border-radius: 4px;
}
.widget .tagcloud a:hover {
    background-color: #022b5e;
}

/* ### Widget Calendar */
#wp-calendar {
    margin: 0;
    width: 100%;
    border: none;
}
#wp-calendar caption {
    color: #000;
    font-weight: 700;
    text-align: center;
}
#wp-calendar thead tr th,
#wp-calendar tbody tr td {
    padding: 10px 3px;
    text-align: center;
}
#wp-calendar tfoot tr td {
    padding: 5px 15px;
}
/* ## widget Search */
.widget_search .searchform {
    padding: 20px;
}
.searchform > div {
    position: relative;
}
.searchform .search input[type="text"] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 6px 36px 6px 8px;
    height: 35px;
    width: 100%;
}
.searchform .search input[type="text"]:focus {
    border-color: #0459c2;
}
.searchform .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0459c2;
    border: none;
    color: #fff;
    width: 33px;
    height: 29px;
    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 1px -33px;
    margin-top: 3px;
    margin-right: 3px;
}

/* ### Widget About */
.widget .aboutwidget {
    padding: 20px;
}
.widget .aboutwidget > p {
    margin-bottom: 0;
}
.widget .aboutwidget-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 25px;
}
.widget .aboutwidget-list li {
    border: none;
    padding: 0;
    margin-top: 5px;
}
.widget .aboutwidget-list li i {
    margin-right: 10px;
}

/* ### Widget Media Audio */
.widget_media_audio .header {
    margin-bottom: 20px;
}
.widget_media_audio .exc-download-item {
    display: none;
}

/* ### Widget Users */
.widget_exc_user_widget .users-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_exc_user_widget .users-list > li {
    position: relative;
    min-height: 82px;
    padding: 0;
}
.widget_exc_user_widget .users-list > li + li {
    border-top: 1px solid #e9e9e9;
}
.widget_exc_user_widget .users-list-item {
    padding: 20px 30px;
    position: relative;
}
.widget_exc_user_widget .users-list-item .user-avatar {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 20px;
}
.widget_exc_user_widget .users-list-item .user-avatar img {
    border-radius: 50%;
}
.widget_exc_user_widget .user-info {
    position: relative;
}
.widget_exc_user_widget .users-list-item .user-avatar + .user-info {
    padding-left: 60px;
}
.widget_exc_user_widget .user-info h4 {
    font-size: 14px;
    margin: 0;
    word-break: break-all;
     line-height: 1.2;
     margin-top: 3px;
}
.widget_exc_user_widget .user-info p {
    color: #000000;
    font-size: 14px;
    margin: 4px 0 0;
    line-height: 1.2;
}
.widget_exc_user_widget .status-open {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 5px;
    width: 18px;
    background-color: #7f7f7f;
}
.widget_exc_user_widget .status-open:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #7f7f7f;
    height: 18px;
    width: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget_exc_user_widget .status {
    position: relative;
    width: 100%;
    z-index: 10;
    display: none;
}
.widget_exc_user_widget .status .about-user:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    z-index: 1;
}
.widget_exc_user_widget .status .about-user {
    background-image: url(images/wid-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    position: relative;
}
.widget_exc_user_widget .status .about-user img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin: auto;
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 10;
}
.widget_exc_user_widget .status .about-user h4 {
    color: #fff;
    display: block;
    margin-bottom: 2px;
}
.widget_exc_user_widget .status .about-user .btn {
    margin-top: 15px;
    color: #ffffff;
}
.widget_exc_user_widget .status .about-user h4,
.widget_exc_user_widget .status .about-user .btn {
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
/*user status*/
.widget_exc_user_widget .user-status {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #0459c2;
}
.widget_exc_user_widget .user-status li {
    width: 33.333%;
    float: left;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.widget_exc_user_widget .user-status li:last-child {
    border-right: none;
}
.widget_exc_user_widget .user-status li span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.widget_exc_user_widget .status .status-close {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget_exc_user_widget .status .status-close:hover {
    color: #ffffff;
}
.widget_exc_user_widget .status > .about-user > i {
    color: #fff;
    display: block;
    position: relative;
    z-index: 10;
}

/* ### Widget Advanced Posts */
.advanced-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget .advanced-posts-list > li {
    padding: 20px;
}
.advanced-post {
    position: relative;
    min-height: 36px;
}
.advanced-post .post-thumb {
    display: block;
    height: 36px;
    width: 54px;
    position: absolute;
    top: 0;
    left: 0;
}
.advanced-post .post-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.advanced-post .post-thumb + .post-content {
    padding-left: 74px;
}
.advanced-post .post-content p {
    margin: 0 0 5px;
    color: #000;
    font-size: 12px;
    line-height: 1;
}
.advanced-post .post-content h4 {
    font-size: 14px;
    line-height: 1.357;
    margin: 0;
}
.advanced-post .post-content h4 a {
    color: #000;
}
.advanced-post.style2 .post-thumb {
    position: static;
    height: 170px;
    width: auto;
}
/* ### Widget Advanced Posts Style 2 */
.advanced-post.style2 .post-thumb + .post-content {
    padding-left: 0;
}
.advanced-post.style2 .post-content {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 15px;
}
.advanced-post.style2 .post-content p {
    margin-bottom: 0;
    margin-top: 10px;
}

/* ### widget staff picked */
.widget_exc_staff_picked_widget {}
.widget_exc_staff_picked_widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_exc_staff_picked_widget ul li {
    padding: 20px;
}
.staff-picked {
    display: table;
}
.staff-picked span {
    display: table-cell;
    vertical-align: middle;
    width: 55px;
    height: 35px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.staff-picked-content {
    display: table-cell;
}
.staff-picked-content h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.widget_exc_staff_picked_widget .staff-picked-content h4 a {
    color: #000;
}
.staff-picked-content p {
    color: #000;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: 6px 0 0;
}

/* ### Widget Recent Posts */
.widget_exc_recent_posts .recent-posts-list li,
.widget_exc_recent_videos .recent-videos-list li {
    padding: 0;
}
.widget_exc_recent_posts .recent-posts,
.widget_exc_recent_videos .recent-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.widget_exc_recent_posts .recent-posts > a,
.widget_exc_recent_videos .recent-videos > a {
    height: 54px;
    width: 84px;
    margin-right: 20px;
}
.widget_exc_recent_posts .recent-posts > a img,
.widget_exc_recent_videos .recent-videos > a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.widget_exc_recent_posts .recent-content,
.widget_exc_recent_videos .video-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.widget_exc_recent_posts .recent-content h4,
.widget_exc_recent_videos .video-content h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5714;
    max-height: 42px;
    overflow: hidden;
}

/* ## Widget Radio */
.widget_exc_radio_widget .exc-player {
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    position: relative;
}
.widget_exc_radio_widget .exc-player:before {
    content: "";
    background-color: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget_exc_radio_widget .exc-player .exc-radio-msgs {
    position: relative;
    z-index: 10;
}
.widget_exc_radio_widget .exc-playlist-caption {
    position: absolute;
    text-align: center;
    color: #ffffff;
    padding: 0 20px 15px;
    bottom: 0;
    width: 100%;
}
.widget_exc_radio_widget .exc-playlist-caption h4 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 5px;
}
.exc-playlist-caption h4,
.exc-playlist-caption .exc-playlist-item-album,
.exc-playlist-caption .exc-playlist-item-artist {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget_exc_radio_widget .exc-playlist-caption span {
    display: block;
}

.widget_exc_radio_widget .mejs-audio ,
.widget_exc_radio_widget .mejs-container .mejs-controls {
    height: 270px !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.2);
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-controls .mejs-time,
.widget_exc_radio_widget .mejs-controls .mejs-time-rail,
.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-prev-button,
.widget_exc_radio_widget .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
    position: absolute;
}
.widget_exc_radio_widget .mejs-controls .mejs-prev-button,
.widget_exc_radio_widget .mejs-controls .mejs-time.mejs-currenttime-container,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button {
    left: 20px;
    text-align: left;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time.mejs-duration-container,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
    right: 20px;
    text-align: right;
}

.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
    top: 20px;
    line-height: 1;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-prev-button {
    color: #cccccc;
    cursor: pointer;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-loop-button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-next-button:hover,
.widget_exc_radio_widget .mejs-controls .mejs-prev-button:hover {
    color: #ffffff;
}

.widget_exc_radio_widget .mejs-controls .mejs-loop-button {
    font-size: 18px;
    margin-top: 0 !important;
    top: 18px;
}
.widget_exc_radio_widget .mejs-controls .mejs-loop-button.mejs-loop-on {
    color: #0459c2;
}
.widget_exc_radio_widget .mejs-controls .mejs-volume-button,
.widget_exc_radio_widget .mejs-controls .mejs-volume-button button {
    margin: 0 !important;
    height: 20px !important;
    width: 20px !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-volume-button {
    color: #ffffff;
    right: 83px;
    top: 18px;
}
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-slider {
    margin-top: 1px;
    height: 16px;
}
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-total {
    top: 6px;
}
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-total,
.widget_exc_radio_widget .mejs-controls .mejs-horizontal-volume-current {
    height: 4px !important;
}
.widget_exc_radio_widget  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #0459c2;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-next-button,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-prev-button {
    font-size: 16px;
    top: 98px;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button {
    top: 97px;
    left: 50%;
    margin: 0 0 0 -10px;
    height: 20px;
    width: 20px;
}
.widget_exc_radio_widget .mejs-controls .mejs-playpause-button button {
    background-color: transparent;
    height: 20px;
    width: 20px;
    margin: 0;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time,
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time-rail {
    bottom: 80px;
    color: #ffffff;
    padding: 0;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time-rail {
    left: 54px;
    right: 54px;
    margin: 0 0 21px 0;
    height: 4px;
    width: auto !important;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail span,
.widget_exc_radio_widget .mejs-controls .mejs-time-rail a {
    height: 4px;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-total {
    top: 0;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #0459c2;
}
.widget_exc_radio_widget .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
}
.widget_exc_radio_widget .mejs-container .mejs-controls .mejs-time span {
    margin-top: 0 !important;
}
.widget_exc_radio_widget .station-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_exc_radio_widget .station-list li {
    padding: 20px 18px;
}
.widget_exc_radio_widget .station-list li + li {
    border-top: 1px solid #e9e9e9;
}
.widget_exc_radio_widget .station-info {
    float: left;
}
.widget_exc_radio_widget .station-info img {
    margin-right: 10px;
    float: left;
    height: 39px;
    width: 39px;
    border-radius: 50%;
}
.widget_exc_radio_widget .station-content {
    float: left;
}
.widget_exc_radio_widget .station-content h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    word-break: break-all;
}
.widget_exc_radio_widget .station-content p {
    color: #7c7d7f;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: 4px 0 0;
}
.widget_exc_radio_widget .station-content p > a {
    color: #7c7d7f;
}
.station-content p > a:hover {
    color: #0459c2;
}
.widget_exc_radio_widget .exc-play-station {
    background-color: #0459c2;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
}
.widget_exc_radio_widget .exc-play-station .fa-play {
    margin-left: 2px;
}
.widget_exc_radio_widget .exc-radio-msgs {
    padding-top: 20px;
}
.widget_exc_radio_widget .exc-radio-msgs .alert {
    margin-top: 0;
}

@media (max-width: 767px) {
    .widget {
        margin-bottom: 20px;
    }
    .widget_search .searchform,
    .widget_exc_user_widget .users-list-item,
    .advanced-posts-list > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================================================
   18. FOOTER
   ========================================================================== */
.footer {
    background-color: #0459c2;
}

/* 18.1. Footer Top
   ========================================================================== */
.footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-top-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.footer-social-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 15px 0 0;
}
.footer-top .exc-social-services li a {
    border-color: #ffffff;
    color: #ffffff;
}
.footer-top .exc-social-services li a:hover {
    color: #ffffff;
}
.footer-newsletter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.footer-newsletter .mc_custom_border_hdr {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
}
.footer-newsletter .mc_form_inside {
    position: relative;
}
.footer-newsletter .mc_merge_var label {
    display: none;
}
.footer-newsletter .mc_merge_var input[type="text"] {
    color: #ffffff;
    height: 40px;
    width: 436px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    padding: 6px 20px;
}
.footer-newsletter .mc_signup_submit {
    position: absolute;
    top: 1px;
    right: 1px;
}
.footer-newsletter .mc_signup_submit input[type="submit"] {
    background-color: #ffffff;
    color: #0459c2;
    border: none;
    height: 38px;
    border-radius: 20px;
    padding: 5px 20px;
}
@media (max-width: 1199px) {
    .footer-social,
    .footer-newsletter {
        display: block;
    }
    .footer-social-title,
    .footer-newsletter .mc_custom_border_hdr {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .footer-top-inner {
        display: block;
        max-width: 436px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-social,
    .footer-newsletter {
        margin-top: 30px;
    }
    .footer-newsletter .mc_merge_var input[type="text"] {
        width: 100%;
    }
}

/* 18.2. Footer Widgets
   ========================================================================== */
.footer-widgets {
    border-top: 1px solid #82ace1;
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer-widgets .widget {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}
.footer-widgets .widget,
.footer-widgets .widget-title {
    color: #ffffff;
}
.footer-widgets .widget_calendar a {
    color: #fff;
}
.footer-widgets .widget-title {
    font-size: 18px;
    margin-top: 0;
}
.footer-widgets .widget ul li,
.footer-widgets .widget ol li {
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
}
.footer-widgets .widget ul ul li,
.footer-widgets .widget ol ol li {
    padding-left: 20px;
}
.footer-widgets .widget ul li + li,
.footer-widgets .widget ol li + li {
    border-top: 0;
}
.footer-widgets .widget ul li a,
.footer-widgets .widget ol li a {
    color: rgba(255,255,255,0.75);
}
.footer-widgets .widget ul li a:hover,
.footer-widgets .widget ol li a:hover {
    color: #ffffff;
}
.footer-widgets .widget select {
    background-color: rgba(255,255,255,0.15);
    color: #ffffff;
    border-color: rgba(255,255,255,0.3);
}
.footer-widgets .widget select option {
    color: #000;
}
.footer-widgets .widget .textwidget,
.footer-widgets .widget .tagcloud,
.footer-widgets .widget .aboutwidget {
    padding: 0;
}
.footer-widgets .widget .tagcloud {
    margin-left: -5px;
}
.footer-widgets .widget .tagcloud a {
    background-color: #ffffff;
    color: #000;
}
.footer-widgets .widget_search .searchform {
    padding: 0;
}
.footer-widgets #wp-calendar thead {
    background-color: rgba(255,255,255,0.15);
}
.footer-widgets #wp-calendar caption {
    background-color: #ffffff;
}
.footer-widgets #wp-calendar thead tr th {
    color: #ffffff;
}
.footer-widgets #wp-calendar caption,
.footer-widgets #wp-calendar > tbody > tr > td,
.footer-widgets #wp-calendar thead tr th {
    border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
}
.footer-widgets .widget .advanced-posts-list > li,
.footer-widgets .widget_exc_staff_picked_widget ul li,
.footer-widgets .widget_exc_user_widget .users-list > li {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widgets .widget_exc_user_widget .users-list-item {
    padding: 0;
}
.footer-widgets .widget .advanced-posts-list > li + li,
.footer-widgets .widget_exc_staff_picked_widget ul li + li,
.footer-widgets .widget_exc_user_widget .users-list > li + li {
    margin-top: 20px;
}
.footer-widgets .advanced-post .post-content p,
.footer-widgets .widget .advanced-post .post-content h4 a,
.footer-widgets .widget_exc_staff_picked_widget .staff-picked-content h4 a,
.footer-widgets .staff-picked span,
.footer-widgets .staff-picked-content p,
.footer-widgets .widget_exc_user_widget .user-info h4 a,
.footer-widgets .widget_exc_user_widget .user-info p {
    color: #ffffff;
}
.footer-widgets .widget_exc_user_widget .users-list > li {
    min-height: 40px;
}
.footer-widgets .widget_exc_user_widget .users-list-item .user-avatar {
    left: 0;
    top: 0;
}
.footer-widgets .widget_exc_user_widget .status-open:before,
.footer-widgets .widget_exc_user_widget .status-open {
    background-color: #ffffff;
}
.footer-widgets .user-status {
    background-color: rgba(255,255,255,0.3);
}
/*Widget Recent Feeds*/
.footer-widgets .widget_exc_recent_posts .recent-posts-list li + li,
.footer-widgets .widget_exc_recent_videos .recent-videos-list li + li {
    margin-top: 20px;
}
.footer-widgets .widget_exc_recent_posts .recent-posts,
.footer-widgets .widget_exc_recent_videos .recent-videos {
    padding: 0;
}
/*Contact Widget*/
.footer-widgets .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}
.footer-widgets .wpcf7-form .form-control {
    border-color: #ffffff;
    height: 34px;
    font-size: 13px;
}
.footer-widgets .wpcf7-form .form-control:focus {
    border-color: #ffffff;
}
.footer-widgets .wpcf7-form textarea.form-control {
    height: auto;
}
.footer-widgets .wpcf7-form .btn {
    border-radius: 4px;
}
.footer-widgets .wp-caption {
    background-color: transparent;
}


@media (max-width: 575px) {
    .footer-widgets .row .col-xs-6 {
        width: 100%;
    }
}

/* 18.3. Footer Bottom
   ========================================================================== */
.footer-bottom {
    border-top: 1px solid #82ace1;
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer-bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
}
.footer-menu li {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-menu li a {
    color: #ffffff;
}
.copy-right {
    margin-bottom: 0;
    color: #ffffff;
}
@media (max-width: 767px) {
    .footer-bottom-inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }
    .copy-right {
        margin-top: 10px;
        text-align: center;
    }
}



/* ==========================================================================
   19. DASHBOARD
   ========================================================================== */
.user-dashboard {
    background-color: #ffffff;
    margin-top: 50px;
    margin-bottom: 100px;
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.06);
}
.boxed-layout .user-dashboard {
    margin-top: 30px;
    margin-bottom: 30px;
}
.user-dashboard > .row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 991px) {
    .user-dashboard {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .user-dashboard {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* 19.1. Dashboard Sidebar
   ========================================================================== */
.sidebar-dashboard {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #e0e0e0;
    margin-right: -1px;
}
.sidebar-dashboard .sidebar-block {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.sidebar-dashboard .sidebar-block .user-detail > img {
    max-width: 90px;
    border: 1px solid #e0e0e0;
    padding: 3px;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}
.sidebar-dashboard .sidebar-block .user-detail h3 {
    margin-bottom: 0;
}
.sidebar-dashboard .sidebar-block .user-detail .btn {
    margin-top: 15px;
}
.sidebar-dashboard .sidebar-block .user-detail .btn i {
    margin-right: 5px;
    display: none;
}
.user-change-profile-pic {
    clear: both;
}
.user-change-profile-pic input[type="file"] {
    margin-top: 10px;
}
.user-detail .subscription-form {
    clear: both;
    margin-top: 20px;
}
.user-detail .subscription-form .alert {
    margin: 0;
}

/* ### user stats */
.user-stats {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-stats li {
    font-size: 14px;
    padding: 10px 30px;
    border-top: 1px solid #e0e0e0;
}
.user-stats li i {
    margin-right: 10px;
}
.user-stats li span {

}
/* ### user contact info */
.sidebar-dashboard .contact-us {
    padding: 20px;
}
.sidebar-dashboard  .contact-us a {
    display: block;
    color: #7c7d7f;
    margin-top: 5px;
}
.sidebar-dashboard  .contact-us a:hover {
    color: #0459c2;
}
.sidebar-dashboard  .contact-us a i {
    margin-right: 10px;
}
.sidebar-dashboard .sidebar-block .find-us {
    padding: 30px;
}
.sidebar-dashboard .sidebar-block .about-us {
    padding: 30px;
}
@media (max-width: 991px) {
    .sidebar-dashboard {
        border-right: none;
        margin-right: 0;
    }
    .dashboard-nav {
        border-top: 1px solid #e0e0e0;
    }
}
@media (max-width: 767px) {
    .sidebar-block .user-detail,
    .sidebar-block .about-us,
    .sidebar-dashboard .sidebar-block .about-us,
    .sidebar-block .find-us,
    .sidebar-dashboard .sidebar-block .find-us {
        padding: 20px;
    }
    .user-stats li {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* 19.2. Dashboard Content
   ========================================================================== */
.dashboard {
    border-left: 1px solid #e0e0e0;
    padding-left: 0;
    padding-right: 0;
}
.dashboard-content .thumbnail,
.dashboard-content .exc-user {
    -webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.11);
    box-shadow: 1px 1px 16px rgba(0,0,0,0.11);
}

/***** 19.2.1. Dashboard Nav *****/
.dashboard-nav {
    border-bottom: 1px solid #e0e0e0;
}
.dashboard-nav a {
    border-right: 1px solid #e0e0e0;
    display: block;
    float: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
}
.dashboard-nav a.active {
    background-color: #0459c2;
    color: #ffffff;
}
@media (max-width: 767px) {
    .dashboard-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dashboard-nav a {
        font-size: 11px;
        padding: 15px 5px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dashboard-nav a:last-child {
        border-right: 0;
    }
}
@media (max-width: 480px) {
    .dashboard-nav a {
        font-size: 10px;
    }
}

/***** 19.2.2 Dashboard Profile *****/
.dashboard-content {
    padding: 30px;
}
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 15px 5px;
    color: #424242;
    border-color: #e9e9e9;
}
.table-condensed > tbody > tr > th {
    border-bottom: 3px solid #e1e1e1;
}
.table-condensed > thead {
    background-color: transparent;
}
.table-condensed > thead > tr > th {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 1px;
    padding: 15px 5px;
}
.table-condensed > tbody > tr > td:first-child {
    font-weight: bold;
}
.editable-click,
a.editable-click {
    border-bottom: 1px dashed #7c7d7f;
    color: #7c7d7f;
}
a.editable-click:hover {
    border-color: #0459c2;
}

.dashboard-content .popover {
    padding: 5px;
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.dashboard-content .popover-title {
    display: none;
}
.dashboard-content .popover-content {
    background-color: rgba(0,0,0,0.85);
    padding: 20px;
}
.dashboard-content .popover.top > .arrow:after {
    border-top-color: rgba(0,0,0,0.05);
}
.editableform .form-control {
    background-color: rgba(0,0,0,0.58);
    border-color: #393939;
    color: #fff;
}
.editable-buttons .btn {
    padding: 11px 12px;
    border: none;
    margin-bottom: 0;
    line-height: 1;
}
.editable-buttons .editable-submit {
    background-color: #6db8f2;
}
.editable-buttons .editable-cancel {
    background-color: #d70404;
}
.editable-buttons .editable-cancel .glyphicon-remove {
    color: #fff;
}
.editable-input .form-control {
    width: 226px;
    height: 38px;
}
.editable-input textarea.form-control {
    height: auto;
}
.editable-input .combodate .form-control,
.editable-input select.form-control {
    padding: 5px 3px;
    width: 105px;
}
.editable-input .combodate .form-control option,
.editable-input select.form-control option {
    padding-left: 5px;
}
.editableform .editable-error-block {
    color: #ffffff;
    margin-top: 8px;
}
.editableform-loading {
    background: url("../images/preloading.png") no-repeat center center;
}

@media (max-width: 767px) {
    .dashboard-content {
        padding: 20px;
    }
}

/* ==========================================================================
   20. MODALS
   ========================================================================== */
.modal-dialog {
    padding: 0 10px;
}
@media (max-width: 767px) {
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        margin-top: 60px;
    }
}
.modal-content {
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.modal-header {
    background-color: #0459c2;
    padding: 15px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.modal-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
.modal-header .close {
    margin-top: 0;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
.modal-body {
    padding: 0;
}
.modal-close {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
@media (max-width: 767px) {
    .modal-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* 20.1. Modal Signin / Signup
   ========================================================================== */
.modal-dialog.modal-user-registration {
    max-width: 830px;
    width: 100%;
}
.modal-user-registration .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-user-registration .modal-header .switch-form {
    color: #ffffff;
    font-size: 14px;
}
.modal-user-registration .modal-header .switch-form p {
    margin-bottom: 0;
}
.modal-user-registration .modal-header .switch-form a {
    display: inline-block;
    background-color: #ffffff;
    color: #0459c2;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 10px;
    margin-left: 10px;
}
.user-reg-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.user-reg-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 30px;
}
.user-reg-form {
    background-color: #ffffff;
}
.user-reg-form .form-group label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.user-reg-form .form-control {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    height: 39px;
    border-radius: 4px;
}
.user-reg-form-submit .btn i {
    margin-right: 5px;
}
.user-reg-form .reg-subtitle {
    margin-bottom: 0;
}

/*Social Connect*/
.user-reg-social .wp-social-login-connect-with {
    display: none;
}
.user-reg-social .wp-social-login-provider {
    display: block;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 20px 10px 50px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
}
.user-reg-social .wp-social-login-provider i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .modal-dialog.modal-user-registration {
        max-width: 740px;
    }
}
@media (max-width: 767px) {
    .modal-dialog.modal-user-registration {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .modal-user-registration .modal-header {
        display: block;
    }
    .modal-user-registration .modal-header .modal-close {
        display: block;
    }
    .user-reg-box {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .user-reg-wrap,
    .user-reg-form .form-group .checkbox {
        display: block;
    }
    .user-reg-form .form-group .checkbox {
        margin-left: 0;
        margin-top: 10px;
    }
}
/* 20.2. Modal Select Media Type
   ========================================================================== */
.modal-dialog.modal-content-type {
    max-width: 742px;
    width: 100%;
}
.content-type-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-type-list > li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.content-type-list > li:nth-child(n+4) {
    border-top: 1px solid #e0e0e0;
}
.content-type-list > li:not(:nth-child(3n + 3)) {
    border-right: 1px solid #e0e0e0;
}
.content-type-list > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 240px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.content-type-list > li > a:hover {
    background-color: #0459c2;
    color: #ffffff;
}
.content-type-list > li > a .exc-post-type-icon {
    color: #7c7c7c;
    line-height: 1;
    font-size: 40px;
}
.content-type-list > li > a:hover .exc-post-type-icon {
    color: #ffffff;
}
.content-type-list > li > a .exc-post-type-icon + .exc-post-type-label {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .content-type-list > li > a {
        height: 190px;
    }
}
@media (max-width: 575px) {
    .content-type-list > li > a {
        height: 140px;
        font-size: 14px;
    }
    .content-type-list > li > a .exc-post-type-icon {
        font-size: 30px;
    }
}
@media (max-width: 400px) {
    .content-type-list > li > a {
        height: 110px;
    }
}

/* 20.3. Modal Entries Form
   ========================================================================== */
.modal-dialog.modal-entries-form {
    max-width: 842px;
    width: 100%;
}
.exc-entries-fields .form-group {
    padding: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
}
.exc-entries-fields .form-group label {
    padding: 10px 0;
    margin-bottom: 0;
    line-height: 1;
}
.exc-entries-fields .form-group .form-control.textarea {
    height: auto !important;
}
.exc-entries-fields .form-group .form-control {
    height: 34px;
}

.exc-entries-fields .form-group p {
    margin-bottom: 0;
    margin-top: 5px;
}
.exc-entries-fields .select2-container {
    display: block;
}
.exc-entries-fields .select2-container-multi .select2-choices {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-image: none;
}
.exc-entries-fields .select2-container-multi .select2-choices:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.exc-entries-fields .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 6px;
    margin-bottom: 6px;
}

.exc-entries-fields .form-group.exc-field-preview {
    display: none;
}

/*Advanced Fields*/
.btn-adv-settings {
    background-color: #f1f1f1;
    display: block;
    color: #000;
    font-size: 13px;
    padding: 10px 30px;
    text-align: center;
}
.btn-adv-settings:hover,
.btn-adv-settings:focus {
    color: #000;
}
.btn-adv-settings i {
    margin-right: 10px;
}

/* Clickable Buttons */
.content-button label.btn {
    border: 1px solid #0459c2;
    background-color: #0459c2;
    color: #fff;
    display: block;
    padding: 4px 10px;
    text-align: left;
    position: relative;
}
.content-button label.btn + label.btn {
    margin-top: 10px;
}
.content-button label.btn i {
    margin-right: 0;
}
.content-button label.btn .letter{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #fff;
    display: inline-block;
    width: 16px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
}
.content-button label.btn .content-text{
    display: inline-block;
    font-size: 16px;
}
.content-button label.btn .selected-tick {
    position: absolute;
    right: 10px;
    visibility: hidden;
}
.content-button label.btn.active .selected-tick {
    visibility: visible;
}
.exc-inline-buttons label.btn {
    border: 1px dashed #82868a !important;
    color: #82868a;
    background-color: #ffffff !important;
    display: inline-block;
    margin-top: 0;
}
.exc-inline-buttons label.btn .selected-tick{
    position: static;
}
.clickable-img label.btn {
    padding: 10px 20px;
    text-align: center;
}
.clickable-img label.btn > i {
    font-size: 20px;
}
.clickable-img label.btn .content-text{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}
.clickable-img label.btn .selected-tick {
    display: none;
}
.exc-inline-buttons.clickable-img label.btn .selected-tick {
    position: absolute;
    top: 0;
    right: 0;
}
.exc-inline-buttons label.btn.active {
    background-color: #46aaed !important;
    border-color: #46aaed !important;
    color: #ffffff;
}
.media-form .form-group .submit-btn {
    margin-bottom: 0;
}
.edit-media-close {
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 11px;
    font-size: 20px;
}
.media-droper {
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px dashed #7c7c7c;
    text-align: center;
}
.media-droper h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 200px;
}

/* ## Attachments list */
.exc-attachments-holder {
   padding: 0 30px;
}
.exc-attachments-list:before,
.exc-attachments-list:after {
    content: '';
    display: table;
}
.exc-attachments-list:after {
    clear: both;
}
.exc-attachments-list {
    margin-left: -15px;
    margin-right: -15px;
}
.attachment-heading {
    font-size: 18px;
    text-align: left;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.exc-attachments-list .drop-file-here {
    border: 3px dashed #e0e0e0;
    font-size: 14px;
    text-align: center;
    padding: 36px 15px;
    margin: 30px 45px;
}
.drop-file-here-holder-mobile {
    display: none;
}
.drop-file-here-holder-mobile .exc-media-upload-btn {
    background-color: #ddd;
    color: #000;
    padding: 10px 20px;
}
.exc-attachments-holder:after {
    content: '';
    display: table;
    clear: both;
}
.exc-attachment {
    border: 1px solid #e0e0e0;
    color: #000000;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(100% * 1/3 - 30px);
}
.attachment-desc {
    background-color: #f1f1f1;
    position: relative;
    cursor: move;
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.attachment-desc > span {
    display: block;
    padding: 0 5px;
}
.attachment-type {
    font-size: 40px;
    line-height: 1;
    color: #7c7c7c;
}
.attachment-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
}
.attachment-size {
    font-size: 13px;
    margin-top: 4px;
}
.attachment-desc .overlay-actions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
}
.exc-attachment:hover .attachment-desc .overlay-actions {
    opacity: 1;
    visibility: visible;
}
.overlay-action-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay-action-buttons a {
    display: inline-block;
    font-size: 12px;
    background-color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
}
.overlay-action-buttons a.set-as-featured.featured {
    background-color: #0459c2;
    color: #ffffff;
    cursor: not-allowed;
}
.overlay-action-buttons a.exc-media-delete-btn {
    background-color: #ff0000;
    color: #ffffff;
}
.exc-attachment .progress {
    background-color: #ffffff;
    font-size: 12px;
    color: #000;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.exc-attachment .progress-bar {
    background-color: #0459c2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.attachment-fields .form-control {
    border-radius: 0;
    height: 34px;
    margin-top: -1px;
    border-left: 0;
    border-right: 0;
}
.attachment-fields .form-control:focus {
    border-color: #e0e0e0;
}
.attachment-fields textarea.form-control {
    height: auto;
    border-bottom: none;
}
@media (max-width: 991px) {
    .exc-entries-fields .form-group label {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .exc-entries-fields .form-group {
        padding: 20px;
    }
    .exc-attachments-list .drop-file-here {
        margin: 20px 30px;
    }
    .exc-attachments-holder {
        padding: 0 20px;
    }
    .exc-attachments-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .exc-attachment {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% * 1/3 - 20px);
    }
}
@media (max-width: 600px) {
    .drop-file-here-holder {
        display: none;
    }
    .drop-file-here-holder-mobile {
        display: block;
    }
    .exc-attachment {
        width: calc(100% * 1/2 - 20px);
    }
}
@media (max-width: 480px) {
    .exc-attachments-list {
        margin-left: 0;
        margin-right: 0;
    }
    .exc-attachments-list .drop-file-here {
        margin: 20px;
    }
    .exc-attachment {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.actionbar-bottom .btn {
    display: block;
    width: 100%;
    border-radius: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}
.actionbar-bottom .btn i {
    margin-right: 10px;
}

/* ==========================================================================
   21. BLANK PAGE
   ========================================================================== */
.blank-page-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ddd;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 15px;
}


/* ==========================================================================
   22. 404 PAGE
   ========================================================================== */
.error-page {
    background-color:#fff;
    background-position:top center;
}
.error-page .error-page-inner {
    max-width:475px;
    margin:0 auto;
    padding:37px 15px;
}
.error-page .error-page-inner figure {
    padding:0;
    margin:0 0 35px 0;
}
.error-page .error-page-inner figure img {
    width:100%;
    height:auto;
    display:block;
}
.error-page .error-page-inner .error-page-text {
    background:#3e3e3e;
    color:#ffffff;
    padding:10px 15px;
    font-size:16px;
    margin-bottom: 15px;
}
.post-password-form label {
    display: block;
}
.post-password-form input[type=password] {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    height: 45px;
    padding: 6px 12px;
    width: 50%;
    margin: 10px 0;
    display: block;
}
.post-password-form input:focus {
    border-color: #6ab4f2;
}
.post-password-form input[type=submit] {
    border: none;
    color: #ffffff;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
}

/* ==========================================================================
   23. LOADER STYLE
   ========================================================================== */
.loader {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto 30px;
  clear: both;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0459c2;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ==========================================================================
   24. NOTIFICATION SPECIFIC STYLE
   ========================================================================== */
.ns-box {
    position: fixed;
    background-color: rgba(70, 69, 64, 0.97);
    padding: 22px;
    line-height: 1.4;
    z-index: 9999;
    pointer-events: none;
    color: rgba(250,251,255,0.95);
    font-size: 90%;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}
.ns-box-inner .alert {
    margin-bottom: 0;
}
.ns-box-inner .alert + .alert {
    margin-top: 20px;
}
.ns-effect-slidetop .fa {
    font-size: 38px !important;
    color: #fff;
}
.ns-box.ns-show {
    pointer-events: auto;
}
.ns-box a {
    color: inherit;
    opacity: 0.7;
    font-weight: 700;
    text-decoration: underline;
}
.ns-box a:hover,
.ns-box a:focus {
    opacity: 1;
}
.ns-box p {
    margin: 0;
}
.ns-box.ns-show,
.ns-box.ns-visible {
    pointer-events: auto;
}
.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ns-close:hover,
.ns-close:focus {
    outline: none;
}
.ns-close::before,
.ns-close::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #6e6e6e;
}
.ns-close:hover::before,
.ns-close:hover::after {
    background: #fff;
}
.ns-close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
.ns-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* Growl-style notifications */
.ns-attached {
    left: 30px;
    max-width: 300px;
}

[class^="ns-effect-"].ns-attached.ns-hide,
[class*=" ns-effect-"].ns-attached.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
/* Individual effects */

/* Flip */
.ns-effect-flip {
    background-color: rgba(93, 158, 208, 0.9);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    bottom: 0px;
    font-size: 1.15em;
    padding: 30px 20px;
    width: 300px;
    backface-visibility: hidden;
    min-height: 150px;
    border-radius: 5px 5px 0 0;
}
.ns-effect-flip .ns-close::before,
.ns-effect-flip .ns-close::after {
    background: rgba(255, 255, 255, 0.6);
}
.ns-effect-flip .ns-close:hover::before,
.ns-effect-flip .ns-close:hover::after {
    background: rgba(255, 255, 255, 1);
}
.ns-effect-flip.ns-show,
.ns-effect-flip.ns-hide {
    -webkit-animation-name: animFlipFront;
    animation-name: animFlipFront;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.ns-effect-flip.ns-hide {
    -webkit-animation-name: animFlipBack;
    animation-name: animFlipBack;
}
@-webkit-keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); }
}
@keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}
@-webkit-keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); }
}
@keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}

/* Bouncy Flip  */
.ns-effect-bouncyflip {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #fff;
    color: #484860;
    top: 0;
    box-shadow: 0 13px 10px -5px rgba(0,0,0,0.2);
}
.ns-effect-bouncyflip .icon {
    position: absolute;
    display: block;
    top: 2em;
    left: 2em;
}
.ns-effect-bouncyflip p {
    padding: 0.5em 0.8em 0.8em 3.5em;
}
.ns-effect-bouncyflip .ns-close::after,
.ns-effect-bouncyflip .ns-close::before {
    background: #484860;
}
.ns-effect-bouncyflip .ns-close:hover::after,
.ns-effect-bouncyflip .ns-close:hover::before {
    background: #545484;
}
.ns-effect-bouncyflip.ns-show,
.ns-effect-bouncyflip.ns-hide {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.ns-type-warning{
    background-color: rgba(215, 151, 42, 0.97);
}
.ns-type-success{
    background-color: rgba(80, 180, 90, 0.97);
}
.ns-type-error {
    background-color: rgba( 215, 4, 4, 0.97 );
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
        -webkit-transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
        -webkit-transition-timing-function: ease-out;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
        -webkit-transition-timing-function: ease-out;
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
        transform: perspective(400px) rotate3d(1,0,0,-90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
        transform: perspective(400px) rotate3d(1,0,0,20deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
        transform: perspective(400px) rotate3d(1,0,0,-10deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
        transform: perspective(400px) rotate3d(1,0,0,5deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.ns-effect-bouncyflip.ns-hide {
    -webkit-animation-name: flipInXSimple;
    animation-name: flipInXSimple;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}

@keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media screen and (max-width: 25em) {
    .ns-attached {
        left: 30px;
        max-width: none;
        right: 30px;
    }
}

/* To bar notifications */
.ns-box.ns-bar {
    top: 0;
    left: 0;
    width: 100%;
}
.ns-bar .ns-close {
    background: transparent;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
    background: #b7b5b3;
}
[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
/* Individual Effects */

/* Slide on top */
.ns-effect-slidetop {
    box-shadow: inset 68px 0 rgba(0,0,0,0.25);
}
.ns-effect-slidetop .icon {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.ns-effect-slidetop .fa {
    position: absolute;
    line-height: 25px;
}
.ns-effect-slidetop p {
    padding: 0 20px 0 60px;
    font-size: 18px;
    display: inline-block;
}
.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
    width: 2px;
    background: #fff;
}
.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
    background: #fff;
}
.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
    -webkit-animation-name: animScaleUp;
    animation-name: animScaleUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ns-effect-slidetop.ns-show p {
    -webkit-animation-name: animFade;
    animation-name: animFade;
}
@-webkit-keyframes animScaleUp {
    0% { 
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1);
    }
}

@keyframes animScaleUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1);
        transform: translate3d(0,-50%,0) scale3d(0,0,1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1);
        transform: translate3d(0,-50%,0) scale3d(1,1,1);
    }
}
.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
    -webkit-animation-name: animSlideTop;
    animation-name: animSlideTop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
@-webkit-keyframes animSlideTop {
    0% { -webkit-transform: translate3d(0,-100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); }
}
@keyframes animSlideTop {
    0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* ==========================================================================
   24. CONTACT FORM
   ========================================================================== */
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form label {
    font-size: 14px;
    display: inline-block;
    margin: 9px 0;
}
.contact-form .contact-submit i {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .contact-form .form-group {
        margin-bottom: 15px;
    }
    .contact-form label {
        margin-top: 0;
        margin-bottom: 5px;
    }
}

/***** Page Navigator Start *****/
.listing_single_nav {
    height: 70px;
    width: 80px;
    position: fixed;
    top: 50%;
    margin-top: -35px;
    z-index: 9999;
}
.listing_single_nav.nav-prev {
    left: 0;
}
.listing_single_nav.nav-next {
    right: 0;
}
.listing_single_nav a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 40px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.listing_single_nav a:hover {
    background-color: #eeeeee;
}

/***** Page Navigator Ends *****/
.page-links {
    width: 100%;
    clear: both;
}
img.attachment-uploader-single-feauted-image.size-uploader-single-feauted-image.wp-post-image {
    width: 100%;
}
twitter-widget#twitter-widget-0 {
    margin: 0 auto !important;
}