/*--------------------------------------------------------------
	## Gallery Images
--------------------------------------------------------------*/

.heart-and-style-gallery {
	margin-bottom: -20px;
}

	.heart-and-style-gallery-item {
		margin-bottom: 20px;
		overflow: hidden;
		cursor: pointer;
	}

		.heart-and-style-gallery-item img {
			display: block;
		}

/*--------------------------------------------------------------
	## Styled List
--------------------------------------------------------------*/

.heart-and-style-styled-list ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 25px;
}

	.heart-and-style-styled-list ol li {
		font-weight: 300;
		font-family: "Lato";
		font-size: 18px;
		margin-bottom: 10px;
	}

	.heart-and-style-styled-list ol li:last-child {
		margin-bottom: 0;
	}

		.styled-list-num {
			display: inline-block;
			line-height: 34px;
			width: 34px;
			text-align: center;
			border-radius: 50%;
			background: #ed6260;
			color: #fff;
			margin-right: 22px;
			font-size: 15px;
			font-weight: bold;
		}