/*!
Theme Name: tabarruk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tabarruk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: https://github.com/moinzaman/tabarruk/tree/master/wp-content/themes/tabarruk

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.

tabarruk is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ==================================== */
/* /////////// GLOBAL VARS //////////// */
/* ==================================== */
.db {display:block}
.dib {display:inline-block}
.sticky {position:sticky}
.bg-plx-grid {background:var(--bg-plx)}
.bg-trans {background:transparent}
.bg-fff {background: #fff}
.bg-ddd {background:var(--light-grey)}
.bg-black {background:var(--black)}
.bg-green {background:var(--green)}
.bg-darkgreen {background:var(--dark-green)}
.bg-darkgrey {background:var(--dark-grey)}
.bg-lightgrey {background:var(--light-grey)}
.bg-grey {background:var(--grey)}
.bg-yellow, .has-luminous-vivid-amber-background-color {background:var(--yellow)}
.bg-darkyellow {background:var(--dark-yellow)}
.black {color:var(--black)}
.fill-black {fill:var(--black)}
.grey {color:var(--grey)}
.darkgrey {color:var(--dark-grey)}
.lightgrey {color:var(--light-grey)}
.white {color: var(--white);}
.yellow, .has-luminous-vivid-amber-color {color:var(--yellow)}
.fill-yellow {fill:var(--yellow)}
.darkyellow {color:var(--dark-yellow)}
.navy {color:var(--navy)}
.green, .has-vivid-green-cyan-color {color:var(--green); fill:var(--green)}
.red {color:var(--red); fill:var(--red)}
.mt-1 {margin-top:-.5rem}
.mt-2 {margin-top:-1rem}
.mt-3 {margin-top:-2rem}
.mt-4 {margin-top:-4rem}
.mt-auto {margin-top: auto;}
.fg1 {flex-grow: 1;}
.pl3rem {padding-left:3rem}
.o75 {opacity:0.75}
.semibold {font-weight:700}
.thick {font-weight: 800}
.bolder {font-weight: 900}
.squeeze {letter-spacing:-0.03rem}
.larger {font-size:212%}
.huge {font-size:400%}
.med {font-size:87.5%}
.line-height-med {line-height:1.6}
.small, .has-small-font-size {font-size:76.5%}
.smaller {font-size:60%}
.lighter {font-weight:300}
.upper {text-transform:uppercase}
.lower {text-transform:lowercase}
.line-height-5 {line-height:1.75}
.line-height-6 {line-height:2}
.h0-em {font-size:2.25em}
.h1-em {font-size:2em}
.h2-em {font-size:1.5em}
.h3-em {font-size:1.25em}
.h4-em {font-size:1em}
.h5-em {font-size:.875em}
.h6-em {font-size:.75em}
.fs90 {font-size:90%}
.tiny {font-size:0.6rem}
.tdn {text-decoration:none}
.tsn {text-shadow:none}
.fsn {font-style:normal}
.alert, .pmpro_content_message {text-align: center;padding: 1rem; border-radius: 4px; background: #fcf8e3;border:1px solid var(--light-grey); color:var(--grey);}
.alert-success, .buy {background: #dff0d8;}
.alert-danger, .sell {background: #f2dede;}
.alert-info, .hold {background:#d9edf7;}
.bb-dotted {border-bottom:1px dotted var(--navy)}
.bb-dotted-fff {border-bottom:1px dotted var(--white)}
.bb-darkyellow {border-bottom:1px solid var(--dark-yellow)}
.light-border {border-color:var(--light-grey)}
.medium-border {border-color:var(--grey)}
img.frame, .frame img {background:#fff; outline:1px solid var(--grey); padding: 3px;}
img.aligncenter {display:block;margin:0 auto}
.z99 {z-index:99}
.h100 {height:100%}
.tick li:before {content:"\2714\0020"; color:#52d050; padding-right:0.25rem}
.text-shadow-down {text-shadow: 0 1px 0px rgb(111 134 110 / 90%);}
.text-shadow-in {text-shadow: 1px 0px 0 rgba(73, 73, 73, 0.9);}
.max-width-0{ max-width: 19rem }
.alignright {float:right;margin:0.5em 0 0.5em 1em}
.has-text-align-right {text-align: right}
.has-text-align-center, .aligncenter{text-align: center;}
.rounder {border-radius:3rem}
.black-border-10 {border:10px solid var(--black)}
.darkyellow-border-10 {border:10px solid var(--dark-yellow)}
.yellow-border-10 {border:10px solid var(--yellow)}
.up {transform: rotate(-90deg) scale(0.8);margin-top: -1.1rem;top:0.5rem;}
.down {transform: rotate(90deg) scale(0.8);margin-top: -1.1rem;top:0.5rem;}
.xscroll {overflow-x:scroll}
:root {
	--yellow: #f2c351;
	--dark-yellow: #dab04a;
	--white: #f9f9f9;
	/*--black: #101415;*/
	--black:#032053;
	--navy: #032053;
	--dark-grey:#555;
	--med-grey:#415c4478;
	--grey: #888;
	--light-grey: #ddd;
	--green: #d7e51c;
	--dark-green: rgb(111 134 110 / 90%);
    --light-green:#e3ec81;
	--red: #d8442f;
	--bg-plx: radial-gradient(ellipse at bottom, #1f2d25 0%, #090a0f 100%);
}