@media screen and (max-width: 991px) {
    .blog-sidebar {
        margin-top: 40px;
    }
}

/* widgets Defaults */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_quick_links ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.fot-address p {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}

.fot-address p:last-child {
    margin-bottom: 0;
}

.fot-address p i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
}

/* Widget Img */
.widget img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: center;
}

/* Widget select */
.widget select {
    width: 100%;
    padding: 10px 10px;
    height: 42px;
    border-radius: 4px;
    transition: all .2s ease;
    border: 0;
    font-size: 14px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_quick_links ul li {
    display: block;
    font-size: 14px;
    position: relative;
    padding-top: 8px;
    margin-top: 8px;
}

.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_rss > ul > li:first-child,
.widget_nav_menu .menu > li:first-child,
.widget_quick_links > ul > li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.widget_social_networks.no-title {
    margin-top: -20px;
}

.widget_social_networks a {
    display: block;
    padding: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #454545;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    border-radius: 5px;
}

.widget_social_networks a:before {
    font-size: 12px;
}

.widget_social_networks a:hover {
    background: #0a1992;
    color: #fff;
}

/*****
* Blog sidebar 
****/
.blog-sidebar .widget select {
    background: #f7fafc;
}

.blog-sidebar .widget_tag_cloud a,
.footer-light .widget_tag_cloud a {
    transition: all .3s ease;
    position: relative;
    padding: 6px 12px;
    line-height: 20px;
    font-weight: 400;
    border: 1px dashed #e5e8ed;
    margin-right: 4px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    color: #323232;
    font-size: 14px !important;
    margin-top: 3px;
    background: white;
}

.blog-sidebar .widget_tag_cloud a:hover,
.footer-light .widget_tag_cloud a:hover {
    border: 1px dashed #0a1992;
    color: #0a1992;
}

.blog-sidebar .widget_archive ul:before,
.blog-sidebar .widget_categories ul:before,
.blog-sidebar .widget_pages ul:before,
.blog-sidebar .widget_meta ul:before,
.blog-sidebar .widget_recent_entries ul:before,
.blog-sidebar .widget_nav_menu ul:before,
.blog-sidebar .widget_quick_links ul:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    border-left: 1px dashed #ccc;
}

.blog-sidebar .widget_recent_comments ul li,
.blog-sidebar .widget_rss ul li,
.footer-light .widget_recent_comments ul li,
.footer-light .widget_rss ul li {
    border-top: 1px dashed #e5e8ed;
}


.blog-sidebar .widget_recent_comments ul li:first-child,
.blog-sidebar .widget_rss ul li:first-child,
.footer-light .widget_recent_comments ul li:first-child,
.footer-light .widget_rss ul li:first-child {
    border-top: none;
}

.blog-sidebar .widget_archive ul li a,
.blog-sidebar .widget_categories ul li a,
.blog-sidebar .widget_pages ul li a,
.blog-sidebar .widget_meta ul li a,
.blog-sidebar .widget_recent_entries ul li a,
.blog-sidebar .widget_nav_menu ul li a,
.blog-sidebar .widget_quick_links ul li a {
    position: relative;
    transition: all .3s ease;
    color: #555;
    padding-left: 25px;
    display: inline-block;
}

.blog-sidebar .widget_recent_comments li a,
.blog-sidebar .widget_rss li a {
    position: relative;
    transition: all .3s ease;
    color: #555;
    padding-left: 0;
}

.blog-sidebar .widget_archive ul li a:before,
.blog-sidebar .widget_categories ul li a:before,
.blog-sidebar .widget_pages ul li a:before,
.blog-sidebar .widget_meta ul li a:before,
.blog-sidebar .widget_recent_entries ul li a:before,
.blog-sidebar .widget_nav_menu ul li a:before,
.blog-sidebar .widget_quick_links ul li a:before {
    transition: all .3s ease;
    content: '';
    position: absolute;
    background: white;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    border: 1px dashed #ccc;
    border-radius: 50%;
}

.blog-sidebar .widget_archive ul li a:hover:before,
.blog-sidebar .widget_categories ul li a:hover:before,
.blog-sidebar .widget_pages ul li a:hover:before,
.blog-sidebar .widget_meta ul li a:hover:before,
.blog-sidebar .widget_recent_entries ul li a:hover:before,
.blog-sidebar .widget_nav_menu ul li a:hover:before,
.blog-sidebar .widget_quick_links ul li a:hover:before {
    border: 1px solid #0a1992;
}

.blog-sidebar .widget_archive ul li a:hover,
.blog-sidebar .widget_categories ul li a:hover,
.blog-sidebar .widget_pages ul li a:hover,
.blog-sidebar .widget_meta ul li a:hover,
.blog-sidebar .widget_recent_entries ul li a:hover,
.blog-sidebar .widget_nav_menu ul li a:hover,
.blog-sidebar .widget_recent_comments li a:hover,
.blog-sidebar .widget_rss li a:hover,
.blog-sidebar .widget_quick_links ul li a:hover {
    color: #0a1992;
}

.blog-sidebar .widget {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-style: solid;
    border-color: rgba(84, 84, 120, .06);
    border-width: 1px 1px 1px 1px;
    box-shadow: 0 6px 30px -6px rgba(84, 84, 120, .26);
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-widget p {
    font-size: 15px;
    line-height: normal;
}

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

.blog-sidebar .widget-title {
    font-size: 16px;  
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #e5e8ed;
    padding: 0 0 10px;
    color: #323232;
}

.blog-sidebar .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.blog-sidebar  .fot-address p i {
    color: #555;
}

/* Widget Search */
.widget_search form {
    position: relative;
}

.widget_search form label {
    width: 70%;
    float: left;
    display: inline-block;
    margin-bottom: 0;
}

.widget_search input[type='search'] {
    display: block;
    width: 100%;
    padding-right: 45px;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #e5e8ed;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.widget_search input[type='search']:hover,
.widget_search input[type='search']:focus {
    border-color: #0a1992;
    outline: 0;
}

.widget_search input[type='submit']{
    color: #fff;
    width: 30%;
    float: left;
    display: inline-block;
    background: #0a1992;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
    font-size: 14px;
    transition: all .25 linear;
}

.widget_search input[type='submit']:hover  {
    background: #111;
}

/* Widget RSS */
.widget_rss .widget-title .rsswidget {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.widget_rss .widget-title .rsswidget img {
    display: inline-block;
    width: auto;
}

.widget_rss ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.widget_rss ul li {
    padding-top: 15px;
    margin-top: 15px;
}

.widget_rss .rsswidget {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.widget_rss .rss-date {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}

.widget_rss .rssSummary {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

/* Widget Table */
.widget_calendar table {
    width: 100%;
    border: 1px solid #e5e8ed;
}

.widget_calendar caption {
    caption-side: top;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #16299c;
    padding-top: 0px;
    padding-bottom: 15px;
}

.widget_calendar thead {
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    height: 40px;
    border: 1px solid #e5e8ed;
}

.widget_calendar #today {
    position: relative;
    color: #0a1992;
}

.widget_calendar #today:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 4px;
    bottom: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #0a1992;
    border-radius: 50%;
}

.widget_calendar .pad {
    border-left: 0;
    border-right: 0;
}

.widget_calendar #prev {
    border-right: 0;
}

.widget_calendar #next {
    border-left: 0;
}

/* Widgets Footer */
.footer-widgets .widget-title,
.footer-widgets .widget-title .rsswidget {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.footer-dark .widget-title,
.footer-dark .widget-title .rsswidget {
    color: #fff;
}

.footer-light .widget-title,
.footer-light .widget-title .rsswidget {
    color: #323232;
}

.footer-widgets .widget-title .rsswidget {
    margin-bottom: 0;
}

.footer-widgets .widget-title:after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-dark .widget-title:after {
    background: #fff;
}

.footer-light .widget-title:after {
    background: #323232;
}

.footer-widgets .widget {
    margin-top: 40px;
    font-size: 13px;
}

.footer-dark .widget {
    color: rgba(255, 255, 255, 0.64);
}

.footer-light .widget a:not(.rsswidget):not(.social-icon),.footer-light .widget,.footer-light .widget_rss li .rsswidget {
    color: rgba(0, 0, 0, 0.75);
}

.footer-light .widget a:not(.rsswidget):not(.social-icon):hover {
    color: #16299c;
}

.footer-dark .widget a:not(.rsswidget):not(.social-icon) {
    color: rgba(255, 255, 255, 0.61);
}

.footer-widgets .widget a:not(.rsswidget):not(.social-icon) {
    font-size: 13px;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    transition: all .25s ease;
}

.footer-dark .widget a:not(.rsswidget):not(.social-icon):hover {
    color: #fff;
}

.footer-widgets .widget_archive ul li,
.footer-widgets .widget_categories ul li,
.footer-widgets .widget_pages ul li,
.footer-widgets .widget_meta ul li,
.footer-dark .widget_recent_comments ul li,
.footer-widgets .widget_recent_entries ul li,
.footer-dark .widget_rss ul li,
.footer-widgets .widget_nav_menu ul li,
.footer-widgets .widget_quick_links ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding: 0;
    font-size: 12px;
}

.footer-widgets .widget_archive ul li a:after,
.footer-widgets .widget_categories ul li a:after,
.footer-widgets .widget_pages ul li a:after,
.footer-widgets .widget_meta ul li a:after,
.footer-widgets .widget_recent_comments ul li a:after,
.footer-widgets .widget_recent_entries ul li a:after,
.footer-widgets .widget_rss ul li a:after,
.footer-widgets .widget_nav_menu ul li  a:after,
.footer-widgets .widget_quick_links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.footer-widgets .widget_archive ul li a:hover:after,
.footer-widgets .widget_categories ul li a:hover:after,
.footer-widgets .widget_pages ul li a:hover:after,
.footer-widgets .widget_meta ul li a:hover:after,
.footer-widgets .widget_recent_comments ul li a:hover:after,
.footer-widgets .widget_recent_entries ul li a:hover:after,
.footer-widgets .widget_rss ul li a:hover:after,
.footer-widgets .widget_nav_menu ul li  a:hover:after,
.footer-widgets .widget_quick_links ul li a:hover:after {
    width: 100%;
}

.footer-dark  .fot-address p i {
    color: #fff;
}

.footer-dark  .widget_calendar table {
    border-radius: 3px;
    width: 100%;
    background: #ffff;
    border: 1px solid #ffff;
    color: #333;
    overflow: hidden;
}

.footer-dark  .widget_calendar table a {
    color: #0a1992 !important;
}

.footer-light  .widget_calendar table a {
    color: #16299c !important;
}

.footer-dark .widget_calendar caption {
    margin-left: -1px;
    margin-right: -1px;
    background: #16299c;
    color: #fff;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
}

.footer-widgets  .widget_calendar th,
.footer-widgets  .widget_calendar td {
    height: 36px;
}

.footer-dark  .widget select {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(56, 56, 66, 0.8);
    color: rgba(255, 255, 255, 0.64);
}

.footer-widgets  .widget_rss ul li:first-child,
.footer-widgets  .widget_recent_comments ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.footer-dark  .widget_rss ul li,
.footer-dark .widget_recent_comments ul li {
    padding-top: 15px;
    margin-top: 15px;
}

.footer-dark  .widget_rss ul li,
.footer-dark .widget_recent_comments ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-widgets  .widget_rss  li .rsswidget {
    font-size: 15px;
    line-height: 24px;
}

.footer-dark  .widget_rss  li .rsswidget {
    color: rgba(255, 255, 255, 0.61);
}

.footer-dark  .widget_rss  li .rsswidget:hover {
    color: #fff;
}

.footer-widgets  .widget_rss  li .rsswidget:after {
    display: none;
}

.footer-widgets   .widget_rss .rssSummary {
    font-size: 13px;
}

.footer-widgets  .widget_rss .rss-date {
    opacity: .7;
}

.footer-dark  .widget_tag_cloud a {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 13px !important;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.74) !important;
    transition: all .3s ease;
}

.footer-dark  .widget_tag_cloud a:hover {
    background: #0a1992;
    color: #fff !important;
}