/* .offcanvas *******************************/

.offcanvas {
	overflow: hidden;

	.offcanvas-header {

		img {
			height: 40px;
			width: auto;
		}
	}

	.offcanvas-body {
		font-size: 1.1rem;

		.watermark {
			left: -125%;
			position: absolute;
			rotate: -10deg;
			top: 120px;

			img {
				height: auto;
				opacity: 0.05;
				width: 200%;
			}
		}

		ul {
			position: relative;
			
			li {
				margin-bottom: 5px;
			}
		}

		.meta {
			background-color: rgba(0,0,0,0.9);
			border: 4px solid var(--color-brand-blue);
			border-radius: 5px;
			color: #fff;
			padding: 18px;
			position: relative;

			.contact-info {
				margin-bottom: 20px;

				h5 {
					font-size: 1.3rem;
					margin-bottom: 5px;
				}

				a {
					color: var(--color-brand-blue);
				}
			}

			p {
				margin-bottom: 15px;
			
				img {
					height: 16px;
        	margin: 0 0 0 2px;
        	position: relative;
        	top: -2px;
        	width: auto;
				}
			}

			a {

				img {
					display: block;
					height: 60px;
					margin: 0 auto;
					width: auto;
				}
			}
		}
	}
}
