Your IP : 216.73.217.112


Current Path : /home/zieirix/www/templates/it_medical/scss/medical/
Upload File :
Current File : /home/zieirix/www/templates/it_medical/scss/medical/_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: lighten($footer-text-color, 20%);
		&:hover {
			color: $accent-color-1;
		}
	}
	.g-title {
		&:before, &:after {
			display: none;
		}
	}
	.uk-margin-top {
		margin-top: 25px !important;
	}

	// Social Icons
	.g-social {
		a {
			display: inline-block;
			background: none;
			color: $footer-text-color;
			width: 35px;
			height: 35px;
			font-size: 0.9rem;
			line-height: 32px;
			border: 2px solid lighten($footer-background-color, 10%);
			border-radius: 50%;
			text-align: center;
			margin-left: 0;
			margin-right: 3px;
			padding: 0;
			@include transition(all, 0.2s);
			&:last-child {
				margin-right: 0;
			}
			&:hover {
				color: $accent-color-1;
				border-color: $accent-color-1;
			}
		}
	}
}

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