Your IP : 216.73.217.101


Current Path : /home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/
Upload File :
Current File : //home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/_header.scss

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

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

	> .g-container {
		position: relative;
	}

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

	> .g-grid {
		> .g-block {
			@include breakpoint(tablet-range) {
				@include flex(0 100%);
				width: 100%;
			}
			&:last-child {
				text-align: right;
				@include breakpoint(mobile-only) {
					text-align: center;
				}
			}
			&:first-child {
				text-align: left;
				@include breakpoint(mobile-only) {
					text-align: center;
				}
			}
		}
	}
}

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