/**
 * 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;
}
.AV-WText-3 .placeholder *{
        overflow: clip !important;
}
.AV-WText-3 .placeholder {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden !important;
}
.AV-WText-3 .placeholder > span{
        display: inline-block;
        max-height: 84px;
}
.AV-WText-3 .placeholder > span img,
.AV-WText-3 .placeholder > span video,
.AV-WText-3 .placeholder > span iframe{
        max-width: 56px;
        max-height: 56px;
        object-fit: contain;
}
.AV-WText-3 .placeholder > span h1,
.AV-WText-3 .placeholder > span h2,
.AV-WText-3 .placeholder > span h3,
.AV-WText-3 .placeholder > span h4,
.AV-WText-3 .placeholder > span h5,
.AV-WText-3 .placeholder > span h6,
.AV-WText-3 .placeholder > span p,
.AV-WText-3 .placeholder > span span{
        color: #000 !important;
        padding: 0 !important;
}
.AV-WText-3 .placeholder > span div{
        all: unset !important;
}
