/**
 * Vinsolutions Download Manager Styles
 *
 * @package vinsolutions-download-manager
 */

.dl-default-template {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	margin-bottom: 0.625rem;
}

.dl-default-template .dl-default-template__link {
	background: #7fc241;
	border: 1px solid #7fc241;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	outline: 0;
	padding: 0.9375rem 3rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.dl-default-template .dl-default-template__link:hover, .dl-default-template .dl-default-template__link:focus {
	background: #f1ac1c;
	border-color: #f1ac1c;
	box-shadow: rgba(0, 0, 0, 0.17) 0 0.1875rem 0.5rem 0;
	color: #fff;
	opacity: 1;
	outline: 0;
	text-decoration: none;
	transition: all 0.2s ease;
}

.dl-link-template {
	align-items: flex-start;
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 0.625rem;
	padding: 1.125rem;
}

.dl-link-template .dl-link-template__media {
	display: flex;
	flex-flow: row wrap;
	flex: 1;
}

.dl-link-template .icon-placeholder {
	flex: 0 0 3rem;
}

.dl-link-template .dl-link-template__body {
	flex: 0 0 calc(100% - 3.9375rem);
	margin-left: auto;
}

.dl-link-template .package-title {
	font-family: museo-sans, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375rem;
	margin: 0 0 0.3125rem;
}

.dl-link-template .package-title a {
	color: #7fc241;
	outline: none;
	text-decoration: none;
	transition: all 0.2s ease;
}

.dl-link-template .package-title a:hover, .dl-link-template .package-title a:focus {
	color: #f1ac1c;
	text-decoration: underline;
	transition: all 0.2s ease;
}

.dl-link-template .dl-link-template__info {
	color: #6c757d;
	font-size: 80%;
	margin-top: 0.3125rem;
}

.dl-link-template .dl-link-template__info .fa-hdd {
	margin-left: 0.9375rem;
}

.dl-link-template .dl-link-template__button {
	margin-left: 0.9375rem;
}

.dl-link-template .dl-link-template__link {
	background: #7fc241;
	border: 1px solid #7fc241;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	outline: 0;
	padding: 0.75rem 1.75rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.dl-link-template .dl-link-template__link:hover, .dl-link-template .dl-link-template__link:focus {
	background: #f1ac1c;
	border-color: #f1ac1c;
	box-shadow: rgba(0, 0, 0, 0.17) 0 0.1875rem 0.5rem 0;
	color: #fff;
	opacity: 1;
	outline: 0;
	text-decoration: none;
	transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
	.dl-link-template .dl-link-template__media {
		flex: 1;
	}

	.dl-link-template .package-title {
		font-size: 14pt;
		font-weight: 700;
		line-height: 1.5rem;
	}

	.dl-link-template .dl-link-template__link {
		font-size: 1.25rem;
		padding: 0.9375rem 3rem;
	}
}

@media screen and (max-width: 767px) {
	.dl-link-template .dl-link-template__button {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 0.625rem;
	}
}
