/***********************************************

	NOTE: We recommend putting all custom CSS code here to make updates easier!
	
***********************************************/

/*FONT*/

@font-face {
    font-family: 'binance_plexlight';
    src: url('../font/binanceplex-light-webfont.woff2') format('woff2'),
         url('../font/binanceplex-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: lighter;

}

@font-face {
    font-family: 'binance_plexregular';
    src: url('../font/binanceplex-regular-webfont.woff2') format('woff2'),
         url('../font/binanceplex-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'binance_plexsemibold';
    src: url('../font/binanceplex-semibold-webfont.woff2') format('woff2'),
         url('../font/binanceplex-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    /* font style */
    --font-family-title: "binance_plexlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-body: "binance_plexregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-bold: "binance_plexsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


/*NAVBAR*/
/*logo*/
.navbar-title{
	width: 150px;
	height: auto;
    /* display: none; */
}

.footer-logo{
	width: 150px;
	height: auto;
}

/*nav*/
.navbar-menu {
	margin: 0px;
	text-transform: none;
	font-weight: 700;
}

.navbar-menu li a:hover {
	text-decoration: none;
	color: var( --color-accent);
}



.navbar-tools a.nav-search:hover {
	opacity: 1;
	color: var( --color-accent);
}

.svg-icon {
    display: block;
    height: 24px;
    width: auto;
    padding: 2px;
}

.entry-header .entry-title{
	font-size: 32px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0px;
    margin: 0;
}

.entry-header .entry-title a {
    border-bottom: none;
    color: var(--color-font-primary);
}


/*COLORS*/
:root {
    /* colours initialization */
    --color-bg: #F5F5F5;
    --color-bg-alt: #F5F5F5;
    --color-line: #E6E8EA;

    --color-accent: #F0B90B;
    --color-link: #F0B90B;
    --color-gray: #AEB4BC;
    --color-green: #7ea41f;
    --color-blue: #3285e4;
    --color-red: #f05230;

    /* text color pallete */
    --color-font-primary: #0B0E11;
    --color-font-secondary: #474D57;
    --color-font-light: #AEB4BC;
    --color-icon: #141526;

    /* element color pallete */
    --color-featured-bg: #fff;
}

/*HOVERS*/
.entry-header .entry-title a:hover {
	text-decoration: none;
	color: var(--color-accent);
	border-bottom: none;
}

p a:hover{
    color: var(--color-accent);
    text-decoration: underline;
}


/*GENERAL OVERRIDES*/

body, select, textarea {
    color: var(--color-font-secondary);
    height: 100%;
    font-family: var(--font-family-body);
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.444;
    position: relative;
}

*{
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-font-primary);
    font-family: var(--font-family-title);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.4;
	margin: 48px 0 4%;
    text-rendering: optimizeLegibility;
}

h1 { font-size: 42px; }

h2 { font-size: 36px; }

::-moz-selection { /* Code for Firefox */
    color: var(--color-font-primary);
    background:var(--color-accent);
  }
  
  ::selection {
    color: var(--color-font-primary);
    background:var(--color-accent);
  }

  #main-content {
    min-height: calc(100vh - 125px);
    padding: 32px 0;
}

.entry-header .entry-title {
    font-weight: 300;
}

.entry-tag {
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: none;
}

.featured-post-card .post-card-content .entry-tag a {
    color: var(--color-gray);
    display: inline-block;
    word-spacing: 0px;
}

.featured-post-card .post-card-content .entry-tag a:hover {
    text-decoration: none;
    color: var(--color-font-secondary);
}

.entry-tag a, .post-tag a{
    color: var(--color-gray);
    display: inline-block;
    word-spacing: 0px;
}

.entry-tag a:hover, .post-tag a:hover{
    text-decoration: none;
    color: var(--color-font-secondary);
}

.post-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 4rem;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 80px;
}



.post-header .post-tag a {
    color: var(--color-gray);
    display: inline-block;
    word-spacing: 0px;
}

.post-header .post-tag a:hover {
    text-decoration: none;
    color: var(--color-font-secondary);
}


.navbar-brand .navbar-title h1 {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.navbar-menu {
    font-family: var(--font-family-title);
    font-size: 24px;
    margin: 0;
    letter-spacing: 0.3px;
	text-transform: none;
    font-weight: 300;
    top: 50%;
    left: 50%;
}

.navbar-menu ul {
    margin: 0 0 9px 0;
    
}
.navbar-tools a {
    background-color: transparent;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 20px;
    text-transform: none;
}

.mainnav{
    background-color: var(--color-font-primary);
    height: 64px;
    color: var(--color-bg-alt);
    width: 100%;

}

a:hover {
    color: inherit;
    text-decoration: none;
}

a .bn-button {
    background-color: var(--color-accent);
    height: 32px;
    color: var(--color-font-primary);
    width: 100%;

}

.bn-button:hover {
    color: var(--color-font-primary);
    text-decoration: none;

}

.bn-float-right{
    float: right;
    margin: 4px 0 0 8px;
}

.bn-navbar{
    padding: 16px 0 0 0;
    margin: 0 0 1.75em 0;
}

.bn-navbar li{
    list-style: none;
    display: inline-block;
    margin: 0 2% 0 0;
    font-size: 14px;
    padding: 4px 0;
}

.bn-navbar li a{
    color: var(--color-bg);

}

.bn-navbar li a:hover{
    color: var(--color-link);
    text-decoration: none;
}

.bn-logo{
    width: 120px;
    height: auto;
}


.bn-button{
    /* margin: 3px 16px 0px 8px; */
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: var(--color-font-primary);
    border-radius: 4px;
    padding: 5px 16px 7px;
    min-height: 32px;
    border: none;
    background-color: rgb(240, 185, 11);
    font-size: 14px;
}



button, button[disabled]:focus, button[disabled]:hover, input[type=button], input[type=button][disabled]:focus, input[type=button][disabled]:hover, input[type=reset], input[type=reset][disabled]:focus, input[type=reset][disabled]:hover, input[type=submit], input[type=submit][disabled]:focus, input[type=submit][disabled]:hover {
    text-transform: none;
    height: auto;
    letter-spacing: 0px;
    line-height: 0;
    color: var(--color-font-primary);
}

button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    color: var(--color-font-primary);
    cursor: pointer;
    outline: 0;
}

.navbar-title li{
    display: inline;
    float: right;
    list-style: none;
}

.mobile-menu {
	font-size: 14px;
	font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 2rem;
    text-transform: none;
}

.post-header .post-tag {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: none;
}

.featured-post-card .post-card-content .entry-tag {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: none;
}

.post-card-image{
    border-radius: 4px;
}

.entry-media-img{
    padding-bottom: 60%;
}

img{
    width: 100%;
}

.post-related .entry-datetime {
    font-size: 12px;
    line-height: 1;
    margin: 32px 0 32px 0;
}

.post-related p {
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    text-transform: none;
}


.featured-post-card {
    background-color: none;
    margin-bottom: 60px;
    position: relative;
    visibility: hidden;
    border-radius: 4px;
    box-shadow: none;
}

.featured-post-card .post-card-content .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.333;
}

.post-related p {
    color: var(--color-font-primary);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.post-article p{
    color: var(--color-font-secondary);
}

.post-article .post-excerpt{
    color: var(--color-font-primary);
    font-weight: 300;
}

.post-article {
    font-size: 18px;
    line-height: 1.6;
}

.post-header .post-meta {
    align-self: center;
    /* padding: 2rem 5%; */
    text-align: center;
    padding: 40px 120px 40px;
    max-width: 920px;
    margin: 0 auto;
    }

.post-excerpt {
    border-bottom: 1px solid var(--color-line);
    color: var(--color-font-primary);
    font-size: 22px;    
    line-height: 1.6;
    margin: 0 0 3rem;
    padding: 32px 0 56px;
    font-weight: 500;
    
}

#header {
    padding: 80px 0 0;
}


progress[value].post-progress[value]::-webkit-progress-value {
    background-color: var(--color-accent)
}
.post-progress[value]::-moz-progress-bar {
    background-color: var(--color-accent)
}

.post-progress {
    height: 4px;
}

.post-header .post-tag .featured {
    color: var(--color-featured-bg);
    border: none;
    background-color: var(--color-font-light);
    display: inline-block;
    letter-spacing: 0px;
    margin-right: 15px;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.post-cover {
    padding: 0;
    width: 100%;
    max-width: 1000px;
    /* height: 100%; */
    background-size: cover;
    margin: 0 auto;
}

.post-full-image{
    margin:0;
}


.post-comment button.comment-load {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--color-accent);
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 100%;
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 20px 3rem;
    position: relative;
    text-transform: none;
}

.featured-post-nav {
    background-color: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: none;
    z-index: 1;
}

.featured-post-nav:hover {
    /* background-color: var(--color-accent); */
    /* background-color: #ffe34f; */
    opacity: .75;
    cursor: pointer;
}

.grid .entry-grid{
    background-color: var(--color-featured-bg);
    border-radius: 4px;
    box-shadow: inset 0px -1px 0px #E6E8EA;
    max-width: calc(33.333% - 36px);
}



.entry-body {
    padding: 0 24px 24px;
}

.entry-header {
    margin: 24px 0 0;
}

a.post-member-signup {
    background: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-font-primary);
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1;
    margin: 0 0 15px;
    padding: 20px 3rem;
    text-transform: none;
}
.auth-header a {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1;
    text-transform: none;
}

.auth-form-wrap .auth-form form button {
    background: none;
    background-color: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-font-primary);
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 11px;
    height: auto;
    letter-spacing: .5px;
    line-height: 14px;
    margin: 0;
    max-width: 420px;
    padding: 20px 3rem;
    position: relative;
    text-transform: none;
    white-space: nowrap;
    width: auto;
}
.account-details .account-detail label {
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-transform: none;
}
.price-plan-header h3 {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 1rem;
    text-transform: none;
}
.price-plan-content a.button {
    background-color: none;
    background: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-font-primary);
    display: inline-block;
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 20px 3rem;
    text-transform: none;
}

.archive-author-meta a {
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: none;
    position: relative;
}

.pagination button.pagination-load {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--color-accent);
    display: -webkit-flex;
    display: flex;
    height: 100%;
    color: var(--color-font-primary);
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 20px 3rem;
    position: relative;
    text-transform: none;
}

.footer-nav .nav {
    list-style-type: none;  
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 2;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.footer-logo h2 {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.footer-logo h1{
    margin-top: 0px;
}

.footer-logo h1 img{
    vertical-align: top;
}

.social-link{
    margin-top: 8px;
}

#footer .footer-flex {
    /* align-items: flex-start; */
    border-top: 1px solid var(--color-line);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
}




/*MOBILE*/
.header-flex a.mobile-menu-toggle svg {
    width: 32px;
    height: auto;
}

.mobile-menu ul li a, .mobile-menu-subscriber a {
    color: var(--color-font-primary);
}

.mobile-menu-wrap {
    padding: 0 2rem;
}


.mobile-menu {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0;
    padding: 0 0 2rem;
    text-transform: none;
}

.mobile-menu li:first-child{
    margin: 32px 0 0 0;
}


/*MEDIA QUERIES*/

@media screen and (max-width: 1000px) {
    #footer .footer-flex {
        /* align-items: flex-start; */
        border-top: 1px solid var(--color-line);
        /* display: -webkit-flex; */
        display:inline;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction:column;
        padding: 40px 0;
    }

    .grid .entry-grid {
        margin: 0 15px 30px;
        min-height: auto;
        width: calc(50% - 36px);
        max-width: calc(50% - 36px);
    }

    .post-cover{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 40px;
    }

    img{
        width: 100%;
    }

    .post-header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 4rem;
        max-width: 920px;
        margin: 0 auto;
        padding: 0;
    }

    .post-header .post-meta {
        padding: 40px 0px 40px;
    }

    .navbar-tools a.nav-search {
        /* margin-left: 10px; */
        display: none;
    }

    .header-flex .header-column.right {
        justify-content: center;
    }


  /*   .header-column .navbar-menu, .header-column.left {
        display: contents;
    }
 */
    .header-column .navbar-brand, .navbar-brand .navbar-title {
        margin: 0 auto;
        text-align: center;
        margin-right: 0;
    }

    .navbar-menu{
        display: none;
    }

    .header-column.right {
        display: contents;
    }

    .header-flex .header-column.left {
        justify-content: center;
        display: none;
    }

}


@media screen and (max-width: 640px) {
    .post-cover{
        padding: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .mainnav li:nth-child(2),.mainnav li:nth-child(3),.mainnav li:nth-child(4){
        display: none;
    }

    .grid .entry-grid {
        width: 100%;
        max-width: 100%;
    }

    .post-cover{
        padding: 0;
        width: 100%;
        height: auto;
    }

    .post-header {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 4rem;
        max-width: 920px;
        margin: 0 auto;
        padding: 0;
    }

    .navbar-tools a.nav-search {
        /* margin-left: 10px; */
        display: none;
    }

}