/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
.heavy-override
{
	font-weight: 600!important;
}
#top .iconbox.av-no-box .iconbox_icon
{
    font-size: 48px!important;
}
.iconbox .iconbox_content .iconbox_content_title, .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2, .avia-icon-list .iconlist_title
{
	text-transform: none;
}

.content
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.av-special-heading, body .column-top-margin
{
	margin-top: 25px;
}

.avia-icon-list-container
{
	margin: 0
}

.av-iconlist-small .iconlist_icon
{
	font-size: 30px!important;
}

h4.av-special-heading-tag
{
	font-size:2.1vw!important;
}

.shaded
{
	background:#F5F7FA
}

.grid3
{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:22px
}
.grid2
{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:22px
}
.card
{
	background:#fff;
	border:1px solid var(--border);
	border-radius:12px;
	padding:22px;
	border-color:#E3E8EF!important
}
.card h3
{
	margin-top:0
}
.list-ticks
{
	list-style:'✓  ';
	padding-left:22px
}
@media(max-width:1000px){.grid3{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}}
@media(max-width:640px){.grid3{grid-template-columns:1fr}}