Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/
Upload File :
Current File : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/_navigation.scss

#g-navigation {
	background-color: $navigation-background-color;
	@if $navigation-background-image {
    	background-image: url($navigation-background-image);
    	background-repeat: unquote($navigation-background-repeat);
    	background-size: unquote($navigation-background-size);
    	background-attachment: unquote($navigation-background-attachment);
	}
	color: $navigation-text-color;
	position: relative;
	z-index: 1002;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);

	h1, h2, h3, h4, h5, h6, strong {
		color: $navigation-heading-color;
	}

	.g-container {
		position: relative;
		> .g-grid {
			> .g-block {
				&:last-child {
					text-align: right;
					@include breakpoint(mobile-only) {
						text-align: center;
					}
				}
				&:first-child {
					text-align: left;
				}
			}
		}
	}

	.g-content {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

}

#g-navigation, #g-header {
	.align-left {
		.g-toplevel {
			justify-content: flex-start;
			-webkit-justify-content: flex-start;
		}
	}

	.align-right {
		.g-toplevel {
			justify-content: flex-end;
			-webkit-justify-content: flex-end;
		}
	}
}

// RTL Adjustments
[dir="rtl"] {
	#g-navigation {
		.g-container {
			> .g-grid {
				> .g-block {
					&:last-child {
						text-align: left;
						@include breakpoint(mobile-only) {
							text-align: center;
						}
					}
					&:first-child {
						text-align: right;
					}
				}
			}
		}
	}
}

@media print {
	#g-navigation {
		background: #fff !important;
		color: #000 !important;
	}
}