/*
Theme Name: Coffee Hud
Theme URI: https://www.design-with.in/
Author: Aki
Author URI: https://www.design-with.in/
Description: Stack CMS' official theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: coffee-hud

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://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

body {
	font: normal 200 16px 'Poppins', 'Segoe UI', 'Fira Mono', 'Source Code Pro', monospace;
	background-color: #343233;
	text-align: justify;
	line-height: 24px;
	color: #efdab9;
	margin: 0;
}
a:link, a:active, a:visited {
	text-decoration: none;
    color: #ffd152;
}
a:hover { color: #dda032; }

small.disabled {
    font-size: 13px;
    font-weight: 200;
    color: #aea495;
    margin: 30px auto;
}

h1 {
    font-weight: 400;
    font-size: 40px;
    color: #b8733a;
}
h1.heading {
	font: normal 26px 'Fira Mono', 'Source Code Pro', monospace;
	text-transform: uppercase;
	text-align: center;
	color: #78af9f;
}
h1.left {
    font: normal 300 30px 'Segoe UI', 'Fira Mono', 'Source Code Pro', monospace;
    letter-spacing: 1px;
    text-align: right;
    color: #efdab9;
}
h1.left .sub {
    font: normal 14px 'Fira Mono', 'Source Code Pro', monospace;
	margin-bottom: 30px;
    margin-top: -15px;
    color: #aaaaaa;
}
h1.right {
    font: normal 300 30px 'Segoe UI', 'Fira Mono', 'Source Code Pro', monospace;
    letter-spacing: 1px;
    text-align: left;
    color: #efdab9;
}
h1.right .sub {
    font: normal 14px 'Fira Mono', 'Source Code Pro', monospace;
	margin-bottom: 30px;
    margin-top: -15px;
    color: #aaaaaa;
}
h2 {
    font-weight: 400;
    color: #78af9f;
}
h2.year {
    font: 600 36px 'Fira Mono', 'Source Code Pro', monospace;
    text-align: center;
    margin: 10px 0 0 0;
    color: #eed9b7;
}
h3 {
    font-weight: 200;
    font-size: 30px;
}
h5.mt-0 {
    font-weight: 500;
}

p.heading {
    font: 200 48px 'Poppins', 'Segoe UI', sans-serif;
    text-align: center;
    margin: 2% auto;
    color: #eed9b7;
}
p.release-note-link {
	margin: 0;
}

.comment-footer .pull-left {
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    float: left;
    width: 40%;
}
.comment-footer .pull-right {
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    float: right;
    width: 55%;
}
.comment-footer .pull-right i.bi { margin-right: 10px; margin-left: 30px; }
.comment-footer .pull-left i.bi { margin-right: 10px; }

.wp-block-search__label { display: none; }

.post-date i.bi, .post-tags i.bi {
	line-height: 10px;
	margin-right: 10px;
}
.post-date {
	font: 13px 'Fira Mono', 'Source Code Pro', monospace;
	margin-bottom: 20px;
	font-size: 14px;
}
.post-date span.spacer {
	display: inline-block;
	width: 50px;
}
.post-date span.text {
	margin-top: -10px !important;
	display: inline-block;
}
.post-tags {
	font: 13px 'Fira Mono', 'Source Code Pro', monospace;
	padding: 20px 0 40px 0 !important;
	font-size: 14px;
}
.post-links {
	width: 100%;
	margin: 2% 0 !important;
	display: flex;
}
.post-links > div {
	font: italic 13px 'Fira Mono', 'Source Code Pro', monospace;
	border: 1px solid #794228;
	text-align: center;
	padding: 10px 5px;
	flex: 1;
}
.post-links > div:last-child {
	border-left: none;
}
.post-links > div a { color: #dda032; }

ul.nav {
    background-color: #2d2b2c;
    margin-top: 0 !important;
    padding: 10px;
}
ul.nav li.nav-item {
    text-transform: uppercase;
}

div.dropdown-menu {
    background-color: #2d2b2c;
}
div.dropdown-menu a.dropdown-item {
    font-weight: 200;
    font-size: 13px;
}
div.dropdown-menu a.dropdown-item:hover {
    background-color: #3a3839 !important;
    color: #ffd152;
}
div.dropdown-divider {
    border-color: #1f1e1e;
}

.card { background-color: rgba(0,0,0,.125); }
ul.list-group li.list-group-item {
    background-color: #2d2b2c !important;
}
ul.list-group li.list-group-item h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}
ul.list-group li.list-group-item h3 {
    font-weight: 400;
    line-height: 10px;
    margin-top: 10px;
}
ul.list-group li.list-group-item h4 {
    font-weight: 200;
    font-size: 20px;
}

.short-info {
	margin: 2% 0;
	display: flex;
}
.short-info > div {
	background-color: #2d2b2c;
	border-radius: 30px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	padding: 20px;
	margin: 15px;
	flex: 1;
}
.short-info > div:first-child { margin-left: 0; }
.short-info > div:last-child { margin-right: 0; }

.fa-lightbulb-on,
.fa-user-friends,
.fa-quote-right,
.fa-hands-heart {
	font-size: 70px;
    color: #b8733a;
}

.row.about-stack { text-align: center; }
.row.about-stack h1 {
	font: 600 36px 'Fira Mono', 'Source Code Pro', monospace;
    text-align: center;
    margin: 10px 0 0 0;
    color: #eed9b7;
}
.row.about-stack h2 {
	font: 600 20px 'Fira Mono', 'Source Code Pro', monospace;
    text-transform: none;
    border-bottom: none;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    color: #b8733a;
}
.row.about-stack .fad {
	margin-top: 20px;
    font-size: 50px;
    color: #78af9f;
}

.container-fluid.custom {
    background-image: url('images/heart-bee.png');
    background-color: #794228 !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 4% 1%;
    margin: 3% 0;
}
.container-fluid.custom2 {
    background-image: url('images/heart-plane.png');
    background-color: #2d2b2c !important;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 8% 1%;
    margin: 3% 0 0 0;
}
.container-fluid.footer {
    background-color: #1d1b1c !important;
    padding: 1% 0;
}
.container-fluid.default {
	margin: 5% auto;
	width: 70%;
}
@media(max-width:1366px) {
	.container-fluid.default {
		width: 90%;
	}
}

.nav.footer {
    margin: 0;
}
.nav.footer a.nav-link {
    margin-right: 20px;
    padding: 0;
}

#front-icon {
    background-color: #2d2b2c;
    border-radius: 50px;
    font-size: 50px;
    padding: 20px;
}
#front-row.row {
    margin: 5% 0 0 0 !important;
}


#demo {
    background: linear-gradient(112deg, #2f2d2e 50%, #2d2b2c 50%);
    border-radius: 20px;
    max-width: 900px;
    margin: 30px auto;
}
.carousel-caption {
    font: italic 400 18px 'Lora', sans-serif;
    position: initial;
    z-index: 10;
    padding: 2rem 8rem 5rem 8rem;
    text-align: center;
    line-height: 2rem;
    color: #efdab9;
}
@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}
@media(max-width:767px) {
    .carousel-caption img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-caption {
    font: 200 16px 'Segoe UI', sans-serif;
    text-transform: uppercase;
    margin-top: 0.5rem;
}
@media(max-width:767px) {
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
i.testi{
    background-color: #78af9f;
    padding: 1.4rem;
}
@media(max-width:767px) {
    i{
        padding: 0.8rem;
    }
}
.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next {
    transition: none;
    opacity: unset;
}


/* Released block style
----------------------------------------------------------------------------- */
.code-release {
    font: normal 12px 'Fira Mono', 'Source Code Pro', monospace;
    background-color: #2d2b2c;
    border-radius: 10px;
    line-height: 18px;
	margin: 10px auto;
    color: #99999c;
    padding: 10px;
}
.code-release b.add,
em.code-green {
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    color: #6EC462;
}
.code-release b.fix,
em.code-blue {
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    color: #4385f5;
}
.code-release b.del,
em.code-red {
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    color: #EF5555;
}
.code-release b.tab {
    margin-right: 44px;
    font-weight: 600;
    color: #f8f8f8;
}

em.code-teal { color: #20B2AA; }
em.code-gray { color: #aaaaaa; }
em.code-white { color: #ffffff; }
em.code-orange { color: #FF8C00; }

em.code-red,
em.code-blue,
em.code-gray,
em.code-teal,
em.code-green,
em.code-white,
em.code-orange {
	font: normal 12px 'Fira Mono', 'Source Code Pro', monospace;
    text-transform: none;
    margin-right: 0;
}

code.code-part {
    font: normal 12px 'Fira Mono', 'Source Code Pro', monospace;
    background-color: #2d2b2c;
    border-radius: 20px;
    margin: 10px auto;
    display: block;
    color: #99999c;
    padding: 20px;
    width: 80%;
}



label.wpforms-field-label {
	display: block !important;
	font-weight: 600;
	margin-top: 20px;
}
#wpforms-form-43 input,
#wpforms-form-43 select,
#wpforms-form-43 textarea {
	width: 100%;
	color: #e9dab9;
	padding: 10px;
	max-width: 100%;
	border-radius: 5px;
	background-color: #1d1b1c;
	border: 1px solid #4e4b4d;
}