/*
Theme Name: EBC Portal (astra child)
Theme URL: http://www.sightfactory.com
Description: EBC Portal Theme
Author: SIGHTFACTORY
Author URL: http://www.sightfactory.com
Template: astra
Version: 1.0.0
Text Domain: ebc-portal
*/

header .custom-logo-link img {
   
}

a.nf-breadcrumb {
    background: #F9F9F9 !important;
    color: #333 !important;
	text-decoration:none !important;
	border-radius:50px;
}

.active a.nf-breadcrumb {
	
	
}

.hide {
	visibility:hidden !important;
}

.file_number_container {
	visibility: hidden;
	height:1px;

}

.ro_label {
	visibility: hidden;
}

.nf-progress-container::after {
	content: "PROGRESS";
	font-weight: 700;
	color: #777;
	font-size: 14px;
}

.nf-progress-container, .nf-progress {
	border: 0;
	height: 10px !important;
	width: 100%;
}

.nf-progress {
	background-color: #329ad1  !important;
}

p.nf-label {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #4694C5;
}

a.nf-breadcrumb {
	background: #f9f9f9 !important;
	color: #333 !important;
	text-decoration:none;
	border-radius:50px;
}

a.nf-breadcrumb :hover {
	background:#0074c8 !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.active a.nf-breadcrumb {
	background:#0074c8 !important;
	color: #fff !important;
	font-weight: 700 !important;
	
}

.nf-field-element h4 {
	color: #cc0000;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #FAFAFA;
    border: 1px solid #c4c4c4;
    border-radius: 4px !important;
    color: rgb(106.75,106.75,106.75);
    transition: all .5s;
}

.home .entry-header {
	display: none;
}

.home #primary {
	margin: 0;
}

h2, .entry-content h2 {
	font-size: 30px;
	font-size: 1.5rem;
	color: #0274be
}

.pmagic legend{
	color: #4694C5

}

.pmagic fieldset {
	border: 2px solid #6EC1E4;
}

.portal-box .elementor-element.elementor-element-3c6dbfc.elementor-widget.elementor-widget-heading {
	margin: 0;
}

/******* Ninja Forms *********/
.nf-form-content {
    margin: 20px 0 !important;
    border-radius: 10px;
	
}

.nf-form-layout {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	    padding: 20px;

}

.nf-field-element h4 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.nf-field-label label {
	color: #0074c8;
	 font-size: 16px !important;
}

.heading .nf-field-label label {
    font-size: 20px;
    font-weight: 600;
    color: #c00;
}


hr.ninja-forms-field {
    margin: 40px 0 20px !important;
}

.nf-field-element input[type=button].ninja-forms-field.nf-element  {
	display: inline-block !important;
	line-height: 1 !important;
	background-color: #7EB5D7 !important;
	font-size: 15px !important;
	padding: 12px 24px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #fff !important;
	fill: #fff !important;
	text-align: center !important;
	-webkit-transition: all .3s !important;
	-o-transition: all .3s !important;
	transition: all .3s !important;
}

.nf-field-element input[type=button]:hover.ninja-forms-field.nf-element {
    background-color: #4694C5 !important;
}

.pm-user-group-name,.pm-group-badge,.pm-header-section {
	display:none !important;
}

.nf-input-limit {
	display:none !important;
}

.locked {
	background:#CCC !important;
	color:#555 !important;
	cursor: not-allowed;
}

.nf-breadcrumbs li.errors a {
    background: red !important;
    color: #fff;
    cursor: help;
}

.fake-radio {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #666;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.fake-radio.checked::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0073aa;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:480px){

}

