/*
Theme Name: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.6.2
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {}


.resource-content-container {
	display: flex;
	flex-wrap: wrap;
}

.resource-container {
	width: 80%;
	margin: auto;
	margin-top: 60px;
}

.resource-container h1.title {
	font-family: "Indie Flower", Arial, Helvetica, sans-seri !important;
	margin-bottom: 0;
}



.resource-content {
	width: 50%;
	padding-right: 10%;
	margin-bottom: 40px;
}

.resource-content h3 {
	margin-bottom: 12px;
	line-height: 1 !important;
}

.resource-content p {
	margin-bottom: 10px !important
}


.resource-content .download-btn {
	margin: 5px 0;
	padding: 10px 15px;
	border: 1px solid #c02d33;
	display: inline-block;
	color: #c02d33;
	margin-top: 20px;
}

.resource-content .download-btn:hover {
	background: #c02d33;
	color: #fff;
}

.resource-img {
	max-width: 75%;
	height: 300px;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
	.resource-container {
		width: 100%;
	}

	.resource-content {
		width: 100%;
		padding-right: 0%;
	}

	.resource-img {
		max-width: 100%;
		height: 300px;
	}
}