/*
 * Shortcode: resources.scss
 * -----------------------------------------------
*/
.widget.widget-resources {
	margin-bottom: 20px;
	.widget-title {
		margin-top: 0;
	}

	&.resources-contact-info {
		.name {
			color: $headings-color;
			margin-top: 0;
			margin-bottom: 0;
		}
		.speciality {
			color: #999;
			font-size: 15px;
		}
		.dl-horizontal {
			dt {
				color: $headings-color;
				i {
					width: 20px;
				}
			}
		}
	}
	&.resources-info {
		.name {
			margin-bottom: 0;
		}
	}
}

.tm-sc-resources,
.tm-cpt-archive-resources {
	.tm-resources {
		.resources-content {
			padding-top: 15px;
			padding-bottom: 15px;
			.styled-icons {
				margin-bottom: 15px;
			}
		}
		.name {
			color: $headings-color;
			margin-top: 0;
			margin-bottom: 0;
		}
		.speciality {
			color: #999;
			font-size: 15px;
			margin-bottom: 10px;
		}
		.short-bio {
			margin-bottom: 20px;
		}
		.resources-working-hours  {
			font-size: 14px;
			margin-bottom: 15px;
		}
		.contact-info {
			li {
				font-size: $font-size-sm;
				list-style: none;
				margin-bottom: 5px;
				padding-bottom: 5px;
				font-weight: normal;
				a {
					color: $text-color;
					font-weight: normal;
				}
				i {
					width: 20px;
					margin-right: 0;
				}
			}
			margin-bottom: 15px;
		}
		.btn-view-details, .btn-appointment {
			a {
				margin-bottom: 5px;
				margin-right: 5px;
			}
		}
	}
}


.tm-sc-resources,
.tm-cpt-archive-resources {
	&.resources-style1-simple {
	}


	&.resources-style2-classic {
		.tm-resources {
			@include box-shadow( 0px 0px 50px rgba(5, 5, 5, 0.08) );
			.resources-content {
				padding: 30px;
				background-color: #fff;
				.name {
					margin-top: 0;
				}
			}
		}
	}


	&.resources-style3-modern {
		.tm-resources {
			@include box-shadow( 0px 0px 50px rgba(5, 5, 5, 0.08) );
			.resources-content {
				padding: 15px 30px 10px 30px;
				background-color: #fff;
				.name {
					margin-top: 0;
				}
			}
		}
	}


	&.resources-style4-everything-centered {
		.tm-resources {
			@include box-shadow( 0px 0px 50px rgba(5, 5, 5, 0.08) );
			padding: 30px;
			background-color: #fff;
			text-align: center;
			.resources-content {
				.name {
					margin-top: 0;
				}
			}
			.btn-view-details, .btn-appointment {
				float: none;
			}
		}
	}

	&.resources-style5-current-theme {
		.tm-resources {
			@include box-shadow( 0px 0px 50px rgba(5, 5, 5, 0.08) );
			background-color: #fff;
			.resources-content {
				text-align: center;
				padding: 20px 20px 22px 20px;
				@include transition(all 0.3s ease);
				.name {
					color: #333;
					margin-top: 0;
					margin-bottom: 0;
				}
				.speciality {
					color: #747070;
				    font-size: 14px;
				    font-weight: 500;
				}
			}
			.btn-view-details .btn-plain-text-with-arrow {
				color: #F89D35;
				font-size: 14px;
				text-transform: capitalize;
				font-weight: 600;
			}
		}
		.box-hover-effect {
			.effect-wrapper {
				.icons-holder-middle {
				    left: 0;
				    margin: 0 auto;
				    right: 0;
				    text-align: center;
				    background: rgba(255, 255, 255, 0.8);
				    top: auto;
				    bottom: -20px;
				    vertical-align: middle;
				    padding: 10px 0 5px 0;
				    width: 100%;
				}
			}
			&:hover {
				.effect-wrapper .icons-holder-middle {
				    bottom: 0px;
				    width: 100%;
				}
				.resources-content {
					border-bottom: 5px solid #d96310;
				}
			}
		}
	}


	&.resources-style6-horizontal {
		.tm-resources {
			background-color: #f5f5f5;
		}
	}
}



.tm-cpt-archive-resources {
	.tm-resources {
		.short-bio {
			margin-top: 10px;
		}
		.btn {
			margin-top: 15px;
		}
	}
}