/* 
Theme Name: CSBG Hub 2026
Theme URI:
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Version: 1.0.0

*/

/* Add your custom styles here */

html {
	font-size: unset;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var( --e-global-color-accent );
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar.percentage-100 {
    background-color: #50d67d;
}

.item-row-heading {
	background-color:  var( --e-global-color-primary );;
	color: #00263e;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px
}

.item-row-heading,
.item-file {
  display: flex;
	align-items: center;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.item-file:nth-child(2) {
	background-color: #001929;
}

.item-row-heading > span,
.item-file > span {
	flex-direction:column;
	margin: 5px 8px;
	padding: 8px 8px;
}

.heading-file-name,
.item-file span.item-file-name {
	flex: 1;
	font-weight: bold;
}

.heading-file-date,
.item-file-date {
	width:200px;
}

.heading-file-size,
.item-file-size {
	width:100px;
}

.heading-file-dl,
.item-file-dl {
	width:150px;
	align-content: center;
	align-self: center;
	text-align:center;
}

h2.csbg-view-title {
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: bold;
    font-size: 30px;
	text-transform:none;
}

h2.csbg-view-title.csbg-welcome-title {
    font-weight: normal;
	margin-bottom: 5px;
}

.brand-row {
    border: 2px solid #fff;
    width: 300px;
    height: 150px;
    padding: 30px 30px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
	vertical-align: top;
}

.brand-row h2 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
}

.brand-row img {
    max-height: 50px;
}


/* Gravity Forms Styles */

.gform_wrapper .gfield input[type="text"], 
.gform_wrapper .gfield input[type="email"], 
.gform_wrapper .gfield input[type="tel"], 
.gform_wrapper .gfield input[type="number"], 
.gform_wrapper .gfield textarea, 
.gform_wrapper .gfield select{
	color:#000000;
}

.gform_wrapper .gfield.gsection{
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.gform_wrapper .ginput_container_fileupload input[type="file"]::file-selector-button{
	background-color:var( --e-global-color-accent );
	border-radius:0px 0px 0px 0px;
}

.gform_wrapper .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button {
	background-color:var( --e-global-color-accent );
	border-radius:0px 0px 0px 0px;
}

.gform_wrapper .ginput_container_fileupload .button{
	background-color:var( --e-global-color-accent );
	border-radius:0px 0px 0px 0px;
}

.gform_wrapper .ginput_container_fileupload input[type="file"]::file-selector-button, 
.gform_wrapper .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button, 
.gform_wrapper .ginput_container_fileupload .button{
	border-style:solid;
	border-color:var( --e-global-color-accent );
	color: #fff;
	padding:8px 16px;
	font-weight: bold;
}

.gform_wrapper .gform_wrapper .gf_scroll_text{
	width:100%;
}

.gform_wrapper .gform_footer input[type="submit"]{
	width:100px;
	background-color:var( --e-global-color-secondary );
}

.gform_wrapper .gform_body .gform_page_footer input[type="submit"]{
	width:100px;
	background-color:var( --e-global-color-secondary );
}

.gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_body .gform_page_footer input[type="submit"]{
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-color:var( --e-global-color-secondary );
}

.gform_wrapper .gform_footer input[type="submit"] {
    width: 250px;
    margin: 0 auto;
    background-color: var( --e-global-color-secondary );
}

.gform_wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea{
	border-width:1px;
}

div#input_1_6 {
    display: flex;
}

.gfield_chainedselect span {
    display: flex;
    padding: 0 4px 0 0;
    flex: 1;
}

.gform_wrapper .gpfup__droparea {
    background: rgba( 255, 255, 255, 0.1 );
    border-radius: 0;
    border: 2px dashed rgba( 255, 255, 255, 0.5 );
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    transition: all 0.25s ease-out;
    display: table;
    width: 100%;
    height: 6rem;
    padding: 2rem 1rem;
}

.gform_wrapper .gpfup__files {
    margin: 0;
    list-style: none;
    border-radius: 0;
    border: 2px solid rgba( 255, 255, 255, 0.5 );
    position: relative;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
    z-index: 2;
    margin-bottom: -1px;
    padding: 0;
}

.gform_wrapper .gpfup__file {
    padding: 1rem;
    color: #000;
    display: flex;
    position: relative;
    background-color: #fff;
    font-weight: bold;
}

.gform_wrapper .gpfup__delete > svg {
    fill: var( --e-global-color-accent ) !important;;
}

.gform_wrapper .gpfup__delete:hover > svg {
    fill: var( --e-global-color-primary ) !important;;
}

.gform_wrapper .gpfup__delete {
    width: 2rem;
    height: 2rem;
}

.gform_wrapper button.gpfup__delete:hover {
    border-color: transparent;
    background-color: var(--e-global-color-accent) !important;
}

.gform_wrapper .gpfup__preview img {
    object-fit: cover;
    background-color: rgba( 0, 0, 0, 0.15 ) !important;;
}	