/**
Theme Name: karagraha
Author: Aprian
Author URI: https://www.aprian.net
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karagraha
Template: astra
*/

:root {
	--brass: #C0A15B;
	--brass-deep: #9E7E3B;
	--navy: #304771;
	--navy-deep: #1A2B4D;
	--navy-soft: #5a6b8e;
	--radius: 14px;
	--maxw: 1160px;
	--line: #E5E3E0;
	--paper: #FCFBF9;
	--shadow: 0 18px 44px -24px rgba(14, 58, 44, .45);
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

/* Home Header */
header .site-title,
header .site-title a{
	color:  #304771;
}

/* Logo */
.site-logo-img{
	display: block;
}

/* Icon Box Contact */
.iconbox__contact .elementor-icon-box-description a{
	color: #fff;
}

/* CONTENT : eyebrow */
.eyebrow {
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--brass-deep);
	margin: 0 0 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	background: var(--brass);
	display: inline-block
}

/* CONTENT : table */
.tablecard {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper)
}

table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px
}

caption {
	caption-side: top;
	text-align: left;
	padding: 0 0 6px;
	color: var(--muted);
	font-size: .9rem
}

th,
td {
	text-align: left;
	padding: 16px 20px;
	border-bottom: 1px solid var(--line);
	vertical-align: top;
	font-size: .95rem
}

thead th {
	background: var(--pine);
	color: var(--ivory);
	font-family: var(--font-body);
	font-weight: 600;
	font-size: .78rem;
	letter-spacing: .08em;
	text-transform: uppercase
}

tbody tr:last-child td {
	border-bottom: none
}

tbody tr:hover {
	background: rgba(192, 161, 91, .07)
}

td .cat {
	display: inline-block;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--brass-deep);
	background: rgba(192, 161, 91, .14);
	padding: 3px 9px;
	border-radius: 6px
}

/* CONTENT : list-cards */
.list-cards-item .elementor-icon-box-wrapper{
	min-height: 200px;
}


/* recaptcha */
.grecaptcha-badge{
	visibility: hidden;
}


/* Page Main Content without elementor */
.ast-separate-container article.ast-article-post, .ast-separate-container article.ast-article-single{
	padding: 0;
}
/* Page Main Content with elementor */
main#main{
	padding: 4em 0 0 0;
}

#content.site-content{
	min-height: 33vh;
}