@import url('https://fonts.googleapis.com/css?family=Special+Elite');

html {
    font-size: 24px;
    width: 100%;
}

body {
	font-family: 'Special Elite', cursive;
	background: #fffdf5;
	color: #3f3f5a;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: left;
}

a {
    text-decoration: none;
    color: #f2632d;
}

a:visited {
    color: #f2632d;
}

a:hover {
    color: #cc0000;
}

.cryptobi_site_home_a {
    color: #F2632D;
    text-decoration: none;
    font-weight: var(--font-weight--light);
    font-family: var(--font-family--heading);
    flex: 0 0 200px;
    font-size: 5rem;
    font-weight: bold;
}

.cryptobi_right_div {
    text-align: left;
}

.cryptobi_top_title {
    margin-top: 6rem;
    margin-bottom: 6rem;
    clear: both;
    background-color: #f8f8f8;
    color: #707070;
    text-align: left;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-top: 2rem;    
    padding-bottom: 2rem;
}

.cryptobi_post_image_div {
    width: 100%;
}

.cryptobi_post_image_div img {
    max-height: 400px;
    max-width: 100%;    
}

.cryptobi_post_image_caption {
    font-size: 0.75rem;
    font-style: italic;
}

figure {
    display: block;
    margin-block-start: 2.5em;
    margin-block-end: 2.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img {    
    max-width: 100%;    
}

.breadcrumb {
	list-style-type: none;
    padding: 0;
    font-size: 0.8rem;
}

.breadcrumb li {
	display: inline-block;
	position: relative;		
}

nav.breadcrumb ul {
    padding-inline-start: 0.5rem;
}

li.cryptobi_breadcrumb_li {
    display: inline-block;
}

a.cryptobi_newslink_a {
    font-size: 1.3rem;
}

.cryptobi_search_form > input {
	border: none;
	border-bottom: 0.125rem solid #c0c0c0;
	width: 95%;
	height: 2rem;
	font-size: 1.0625rem;
}

.cryptobi_search_form > input:focus {
	outline: none;
}

@media (min-width: 0px) and (max-width: 319px) {
     
    body {
        font-size: 0.6rem;
        color: #666;	
        margin: 0 auto;
    }

    .cryptobi_site_home_a {
        font-size: 1.7rem;
    }

    .cryptobi_container_div {
        display: grid;
        grid-template-columns: 1;
        grid-gap: 0px;
    }    
    
    .cryptobi_left_div {
        grid-column: 1;    
    }
    
    .cryptobi_right_div { 
        grid-column: 1;
        text-align: left;
        margin-top: 2rem;
    }    

    .cryptobi_top_title {
        margin-top: 3rem;
        margin-bottom: 3rem;
        clear: both;
    }

    li.cryptobi_breadcrumb_li {
        display: none;
        font-size: 0.6rem;
    }
    
    li.cryptobi_breadcrumb_li[data-bct="0"] {        display: inline-block;    }    
    li.cryptobi_breadcrumb_li[data-bct="1"] {        display: inline-block;    }    

    .cryptobi_search_form > input {
        font-size: 0.6rem;
        height: 1.2rem;
    }

}

@media (min-width: 320px) and (max-width: 819px) {
    
    body {
        font-size: 0.7rem;
        color: #666;	
        margin: 0 auto;
    }

    .cryptobi_site_home_a {
        font-size: 3rem;
    }    

    .cryptobi_container_div {
        display: grid;
        grid-template-columns: 1;
        grid-gap: 0.3rem;
    }    
    
    .cryptobi_left_div {
        grid-column: 1;    
    }
    
    .cryptobi_right_div { 
        grid-column: 1;
        text-align: left;
        margin-top: 2rem;
    }    

    .cryptobi_top_title {
        margin-top: 3rem;
        margin-bottom: 3rem;
        clear: both;
    }  

    li.cryptobi_breadcrumb_li {
        display: none;
        font-size: 0.8rem;
    }
    
    li.cryptobi_breadcrumb_li[data-bct="0"] {        display: inline-block;    }    
    li.cryptobi_breadcrumb_li[data-bct="1"] {        display: inline-block;    }    

    .cryptobi_search_form > input {
        font-size: 0.8rem;
        height: 1.6rem;
    }

}

@media (min-width: 820px) and (max-width: 1349px) {
    
    body {
        font-size: 0.8rem;
        color: #666;	
        margin: 0 auto;
    }

    .cryptobi_container_div {
        display: grid;
        grid-template-columns: auto 150px;
        grid-gap: 0.5rem;
    }    
    
    .cryptobi_left_div {
        grid-column: 1;    
    }
    
    .cryptobi_right_div { 
        grid-column: 2;
        font-size: 0.6rem;    
    }    

    .cryptobi_top_title {
        margin-top: 4rem;
        margin-bottom: 4rem;
        clear: both;
    }       

    .cryptobi_search_form > input {
        font-size: 0.8rem;
        height: 1.6rem;
    }    
}

@media (min-width: 1350px) and (max-width: 1619px) {
    
    body {
        font-size: 0.9rem;
        color: #666;	
        margin: 0 auto;
    }

    .cryptobi_container_div {
        display: grid;
        grid-template-columns: auto 170px;
        grid-gap: 1rem;
    }    
    
    .cryptobi_left_div {
        grid-column: 1;    
    }
    
    .cryptobi_right_div { 
        grid-column: 2;
        font-size: 0.8rem;    
    }    

    .cryptobi_search_form > input {
        font-size: 0.8rem;
        height: 1.6rem;
    }    
    
}

@media (min-width: 1620px) {
    
    body {
        font-size: 1rem;
        color: #666;	
        margin: 0 auto;
    }

    .cryptobi_container_div {
        display: grid;
        grid-template-columns: auto 250px;
        grid-gap: 1rem;
    }
    
    .cryptobi_left_div {
        grid-column: 1;    
    }
    
    .cryptobi_right_div { 
        grid-column: 2;
    }    
    
}

.cryptobi_outer_div {
    margin: 1rem; 
 } 


header {
    background: var(--color--dark-grey);
    display: flex;
    flex-direction: row;
    height: 160px;
    align-items: center;
    border-bottom: 40px solid var(--color--green);
    margin-bottom: 60px;
}

.cryptobi_ot_div {
    display: grid;
    grid-gap: 10px;
}

.cryptobi_weight_div {
    clear:both; 
    margin-top: 5px; 
    width: 100%; 
    display: block;
}

.cryptobi_copyright_div {
    font-size: 0.3rem;
}

.cryptobi_cookie_div {
    font-size: 0.4rem;
    font-weight: bold;
}

.cryptobi_spacer_div {
    margin-bottom: 1.618rem;
}

.cryptobi_break_div {
    clear: both;
    display: block;
}

.title-definiton {
	width: 500px;
	margin-bottom: 30px;
}

.cryptobi_breadcrumb_separator {
    color: #d0d0d0;
}

.cryptobi_search_form_div{
    margin-bottom: 2rem;
}

.cryptobi_meta_div {
    margin-top: 1rem;
}

.cryptobi_navbar_menu_item {
    display: block;
    margin-bottom: 0.4rem;
}

.cryptobi_rdiv_content {
    margin-top: 1rem;    
}

.crypto_bi_metasection_entry {
    margin-bottom: 0.4rem;
}

.cryptobi_btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.cryptobi_btn {
    color: #ffffff;
}

a.cryptobi_btn:hover {
    color: #ff0000;
}

.cryptobi_btn_facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    font-weight: bold;    
}

.cryptobi_btn_twitter {
    color: #fff;
    background-color: #00ACEE;
    border-color: #009bdd;
    font-weight: bold;    
}

.cryptobi_share_aside {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.cryptobi_rdiv_meta_date {
    font-style: italic;
}

.cryptobi_heading_author_a {
    font-size: 0.7rem;
}

.cryptobi_nav_menu_div_meta {
    font-size: 0.7rem;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f06030;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.2em;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;    
}

pre code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;    
}

code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    padding-right: 0.3em;
    padding-left: 0.3em;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;    
}

.cryptobi_article_about_author {
    font-size: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #efefef;
    padding: 2rem;
}

.cryptobi_sponsors {
    margin-top:15px;
    margin-bottom:15px;    
}


blockquote {
	font-weight: 100;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: 1rem;
    font-style: italic;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
}

.cryptobi_top_description_ad {
    margin-top: 2rem;
    margin-bottom: 0.1rem;
    clear: both;
    background-color: #f8f8f8;
    color: #707070;
    text-align: left;
    padding-top: 0.5rem;    
    padding-bottom: 0.5rem;
}

.cryptobi_top_description_adad {
    font-size: 0.6rem;
    font-style: italic;
    color: #fa7136;
}

.cryptobi_top_description_ad a {
    font-weight: bold;
    font-style:italic;
    font-size: 1.1rem;
}