/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

/* WText-3 */
:root{
        --placeholderSvg: 25px;
	--placeholderLabel: 20px !important;
	--placeholderFontFamily: Arial, Helvetica, sans-serif;
}
.AV-WText-3.widget {
        width: 100%;
        min-height: 99px;
        margin-top: 0px !important;
}
.AV-WText-3 h1,
.AV-WText-3 h2,
.AV-WText-3 h3,
.AV-WText-3 h4 {
        margin-top: 0;
        font-weight: 400;
}
.AV-WText-3 a {
        font-weight: 600;
}

.AV-WText-3 a:hover {
        text-decoration: none;
}
.AV-WText-3 img {
        max-width: 100%;
}
.AV-WText-3 .placeholder{ 
        text-align: center;
        padding: 20px 0 !important;
}
.AV-WText-3 i.fa-file-lines{
        font-size: 20px;
}
.AV-WText-3 .WTerms-layout > svg,
.AV-WText-3 .WPrivacy-layout > svg {
        width: 100%;
        margin: auto;
        display: block;
        max-width: var(--placeholderSvg);
        max-height: var(--placeholderSvg);
}
.AV-WText-3 .placeholder-label{
        margin-bottom: 0px;
	line-height: normal;
	padding-bottom: 0px;
	font-size: var(--placeholderLabel) !important;
	font-family: var(--placeholderFontFamily) !important;
}
