HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/ova-header.scss
.wrap_ova_header{
	width: 100%;
	position: relative;

	&.left{
		#breadcrumbs{
			ul.breadcrumb{
				justify-content: flex-start;
			}
		}
	}
	&.right{
		#breadcrumbs{
			ul.breadcrumb{
				justify-content: flex-end;
			}
		}	
	}
	&.center{
		#breadcrumbs{
			ul.breadcrumb{
				justify-content: center;
			}
		}
	}
	
	&.bg_feature_img{
		background-size: cover!important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
	}
	.cover_color{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.ova_header_el{
		position: relative;
		z-index: 1;
		@media(max-width: 767px){
			padding: 0 10px;
		}
	}

	/*Breadcrumbs*/
	.ovatheme_breadcrumbs_el{
		background-color: transparent;
		margin: 0;
		padding: 0;
		ul.breadcrumb{
			margin: 0;
			padding: 0;
			background-color: transparent;
		}
	}

	/*title*/
	.header_title{
		margin: 0;
		padding: 0;
		font-size: 26px;
		text-transform: uppercase;
		line-height: 1.1em;
		font-weight: 500;
	}
}