Viewing File: /home/maglabs/2vsa/wp-content/themes/cargohub/css/footer.less

.site-footer {
	padding: 25px 0;
	color: #fff;

	.footer-copyright {
		font-size: 16px;
		color: #fff;

		a {
			color: @primary-color;
		}
	}
}

.footer-widgets {
	color: #fff;

	.widget {
		margin-bottom: 35px;
	}

	.widget_mc4wp_form_widget {
		margin-bottom: 0;
	}

	.widget-title {
		font-size: 20px;
		font-weight: 600;
		color: @light;
		margin: 0;
		padding-bottom: 20px;
		text-transform: uppercase;

		&:after {
			display: none;
		}

		a {
			color: @light;
		}
	}

	.menu {
		margin-top: -10px;

		li {
			padding: 5px 0 5px 15px;
			border: 0;

			&:before {
				display: none;
			}

			&:after {
				top: 4px;
				right: auto;
				left: 0;
			}

			a {
				color: #fff;
				padding-left: 0;

				&:before {
					display: none;
				}
			}

			&:hover {
				a {
					color: @primary-color;
				}
			}
		}
	}

	.fh-form-field {
		margin-bottom: 15px;

		.subscribe {
			position: relative;
			border: 1px solid rgba( 255, 255, 255, 0.1 );
			margin-top: 23px;

			::-webkit-input-placeholder {
				color: #fff;
			}
			::-moz-placeholder {
				color: #fff;
			}
			:-ms-input-placeholder {
				color: #fff;
			}
			:-moz-placeholder {
				color: #fff;
			}

			input[type="email"] {
				width: 100%;
				background-color: transparent;
				color: #fff;
				padding-left: 10px;
				padding-right: 95px;
				border: 0;
				box-shadow: none;
				height: 50px;
				line-height: 50px;

				&:focus {
					outline: none;
				}
			}

			input[type="submit"] {
				position: absolute;
				width: 86px;
				height: 50px;
				right: 0;
				top: 0;
				background-color: @primary-color;
				z-index: 9999;
				border: none;
			}
		}
	}
}

.latest-post {
	padding: 22px 0;
	border-bottom: 1px solid #0a253d;

	&:first-child {
		padding-top: 0;
	}

	&:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.post-date {
		display: block;
		color: @primary-color;
	}

	a {
		display: block;
		color: #d8d8d8;
		font-family: @font-family-secondary;
	}
}

.latest-project-widget {
	.latest-project-list {
		padding-top: 5px;
	}
}

.footer-menu {
	ul {
		padding: 0;
		margin: 0;

		li {
			display: inline-block;
			padding: 0 15px;

			&:last-child {
				padding-right: 0;
			}

			&:first-child {
				padding-left: 0;
			}

			a {
				color: #848484;

				&:hover {
					color: @primary-color;
				}
			}
		}
	}
}

.footer-text {
	a {
		color: #fff;
		font-family: @font-family-secondary;
		font-size: 15px;
	}
}

.contact-widget {
	border-bottom: 1px solid #232951;
	padding-top: 50px;
	padding-bottom: 40px;

	.contact {
		h4 {
			color: #fff;
			margin: 0;
			font-size: 20px;
			font-weight: 400;
			padding-left: 50px;
		}

		p {
			font-style: italic;
			margin-bottom: 0;
			padding-left: 50px;
		}

		i {
			color: @primary-color;
			float: left;
			font-size: 38px;
			margin-top: -5px;

			&:before {
				font-size: 38px;
			}
		}
	}
}

.footer-contact {
	margin-left: -15px;
	margin-right: -15px;

	.ft-contact {
		i {
			float: left;
			font-size: 23px;
			color: @primary-color;
			margin-top: -3px;

			&:before {
				font-size: 23px;
			}
		}

		p {
			margin-left: 45px;
		}

		&.fax {
			margin-bottom: 30px;
		}

		&.phone {
			margin-bottom: 5px;

			p {
				margin-bottom: 5px;
			}
		}
	}
}

.footer-sidebars {
	padding-top: 60px;
	padding-bottom: 80px;
}

.opening-hours {
	list-style: none;
	padding-left: 0;
	margin-left: 0;

	li {
		padding: 4px 0;

		span {
			float: right;
		}
	}
}

Back to Directory File Manager