/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
	padding: 160px 0;
	position: relative;
	@media #{$lg-device} {
		padding: 70px 0;
	}
	.section-title {
		margin-bottom: 30px;
		.title {
			font-size: 30px;
			font-weight: 500;
			margin-bottom: 9px;
		}
		p {
			font-weight: 500;
			line-height: 24px;
		}
	}
}

.account-login-area {
	.section-title {
		margin-bottom: 28px;
		.title {
			color: #333333;
			font-size: 30px;
		}
		p {
			color: #666666;
			font-size: 15px;
			margin-top: 3px;
		}
	}
}

.contact-info-content {
	margin-left: 50px;
	@media #{$md-device} {
		margin-left: 0;
	}
	.contact-info-item {
		margin-bottom: 52px;
		.content {
			h4 {
				color: $black-222;
				font-size: 18px;
				font-weight: 700;
				line-height: 1;
				margin: 0 0 20px;
			}
			p {
				color: $black-666;
				font-size: 14px;
				line-height: 31px;
				margin-bottom: 15px;
			}
			.social-widget {
				line-height: 1.5;
				a {
					color: $black-999;
					font-size: 16px;
					margin-right: 19px;
					&:hover {
						color: $theme-color;
					}
					&:last-child {
						margin-right: 0;
					}
				}
			}
		}
	}
}

.contact-map-area {
	height: 600px;
	@media #{$sm-device} {
		height: 400px;
	}
	iframe {
	  height: 100%;
	  width: 100%;
	  @media #{$xs-device} {
	  	height: 400px;
	  }
	}
}