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/_footer.scss

#g-footer {
	padding: $section-padding 0;
	background-color: $footer-background-color;
	@if $footer-background-image {
    	background-image: url($footer-background-image);
    	background-repeat: unquote($footer-background-repeat);
    	background-size: unquote($footer-background-size);
    	background-attachment: unquote($footer-background-attachment);
	}
	color: $footer-text-color;
	h1, h2, h3, h4, h5, h6, strong {
		color: $footer-heading-color;
	}
	a {
		color: $footer-text-color;
		&:hover {
			color: $accent-color-1;
		}
	}
	.g-title {
		&:before, &:after {
			display: none;
		}
		padding-bottom: 10px;
		font-size: 1rem;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: $accent-color-1;
		border-bottom: 1px solid lighten($base-border-color, 4%);
	}

	.uk-margin-top {
		margin-top: 25px !important;
	}
}

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