/*
Theme Name: brandnoder
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 2.7
Tested up to: 6.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

.top-header .top-links a {
    border-right: 1px solid #eee;
    padding: 0 6px;
}

.top-header .top-links li:nth-child(2) a {
    border-right: 0px solid #eee;
}

.top-header .top-links li {
    line-height: 28px;
}

.top-header .top-links li:last-child {
    margin-left: 8px;
}

.top-right .top-links {
    padding-left: 108px;
}

.other-website {
    padding: 9px 31px 9px !important;
    display: block;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #46b170;
}

.top-right ul.top-links {
    margin-top: -3px !important;
}

.other-website:before {
    content: '';
    width: 130px;
    height: 101%;
    position: absolute;
    top: 0;
    right: 11px;
    transform: skew(-25deg);
    background: #46b170;
    z-index: -1;
}

.other-website:hover, 
.other-website:hover:before {
    background: linear-gradient(320deg, #2b5278 10%, #2d85dc 100%);
}

.bottom_header.top-bar-gradient {
    padding: 10px 0;
}

.call-to-action a {
    padding: 10px 15px !important;
    font-size: 16px !important;
}

.mn-head .navbar-nav li a {
    line-height: 24px;
}
/* ------------------ */



/* .blog-details-page h1, .blog-details-page h2, .blog-post h2, .blog-details-page h3, .blog-details-page h4, .blog-details-page h5, .blog-details-page h6 {
    font-weight: normal;
} */

.axil-single-widget {
    border: 1px solid #efefef;
    padding: 15px 11px 15px;
}
.banner-between img {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}
.banner-between {
    margin-bottom: 30px;
}

.blog-post table {
    width: 100%;
	border-collapse: separate;
}
.blog-post table tr h2, .blog-post table tr h3, .blog-post table tr h4, .blog-post table tr h5, .blog-post table tr h6 {
   margin: 0;
}
.blog-post table tr, .blog-post table td {
    border: 1px solid #f0f0f0;
    padding: 10px;
    vertical-align: top;
}
.blog-post table tr h3 {
    background: #e3e0db;
    padding: 10px;
}
.blog-post table tr h4 {
    background: #eee;
    padding: 10px;
}
.top-header .list-unstyled.socal a svg {
    color: #eee;
    position: relative;
    top: -1px;
    left: 7px;
}
footer .list-unstyled.socal a svg {
    color: #eee;
    position: relative;
    top: 1px;
    left: 7px;
}


.digitech_sidebar {
    position: sticky;
    top: 53px;
}