/*
Theme Name: Enfold Child theme of enfold
Theme URI: 
Description: Child theme of enfold theme for the Enfold theme
Author: <a href="https://kriesi.at">Kriesi</a>
Author URI: 
Template: enfold
Version: 4.7.3
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 13 Apr 2020 14:56:15 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*#synthesized-doc-img img {
	border: 1px solid black;
}

#type-boxes .avia-image-container-inner,
#type-boxes .avia_image {
	width: 100%;
}

.home-box-copy {
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.arrow-right {
	text-align: center;
	display: block;
	margin: 1rem 0;
}

.arrow-right i {
	background-color: white;
	padding: 10px;
    border-radius: 50%;
    font-size: 1.25rem;
	transition: .3s all ease;
}

.arrow-right i:hover {
	background-color: #eaeaea;
	transition: .3s all ease;
}

    #search-resources-container {
        margin: 0 auto;
        max-width: 1024px;
        display: flex;
        flex-direction: column;
    }

    .search-resource {
        width: 100%;
		display: block;
		margin: 1rem 0;
    }

	.search-resource:hover {
		text-decoration: none;
	}

    .search-resource h3 {
        margin: 1rem 0;
        font-weight: bold !important;
    }

    .search-resource img {
        width: 100%;
    }

    .search-resource h3,
    .search-resource p {
        color: white;
        text-align: center;
    }

    .resource-copy {
        height: 200px;
        padding: 0 1rem;
    }

    @media screen and (min-width: 768px) {
        #search-resources-container {
            flex-direction: row;
            justify-content: space-between;
        }

        .search-resource {
            width: 30%;
			margin: 0 1rem;
        }
    }*/