/**
 * Copyright: 2007-2012, 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.



 W-Row-1 */

.AV-WRow-1.placeholder {
	border-radius: 5px;
	background-color: #333 !important;
	padding: 48px 10px 20px !important;
	overflow: hidden !important;
}
.AV-WRow-1.widget:not(.no-padding) {
	padding: 20px 0px;
}

.fullwidth .AV-WRow-1.widget {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1199px) {
	.AV-WRow-1.widget {
		margin: 0;
	}
}
.AV-WRow-1.aligned-header {
	display: flex;
	background-color: var(--white);
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.AV-WRow-1.aligned-header.sticky{
	box-shadow: 0 0 15px #c3c3c3;
}
@media (max-width: 992px) {
	.AV-WRow-1.aligned-header {
		display: block !important;
	}
}

.sticky {
	position: fixed;
	top: 82px;
	width: 100%;
	z-index: 999;
	transform: translate(-50%, 0%);
	left: 50%;
}

.AV-WRow-1 > .heading {
	padding-top: 20px;
}
.AV-WRow-1 > div {
	padding: 0;
}
.AV-WRow-1 > div > .AV-WImage-2.widget
{
	padding: 0;
}
.AV-WRow-1 > div > .AV-WImage-2 > img
{
	width: 100%;
}
.AV-WRow-1 > div > .AV-WImage-2.placeholder > .placeholder-image {
	width: auto;
	max-width: 100%;
}

.AV-WRow-1 > div > .widget {
	margin-top: 0;
	margin-bottom: 0;
}

.AV-WRow-1 > div.subWidget {
	overflow: hidden;
}

.AV-WRow-1 > div.subWidget > .widget {
	min-height: initial;
}
.AV-WRow-1 > div.subWidget > .widget {
	min-height: initial;
}
.AV-WRow-1 > div.subWidget > .widget.placeholder > p {
	margin-bottom: 0px;
}
.AV-WRow-1 .row {
	margin-left: 0;
	margin-right: 0;
}

.AV-WRow-1 .placeholder {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	padding: 20px 5px !important;
	border-radius: 5px;
	font-size: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.AV-WRow-1 .row .exaple-column {
	width: calc(8.33333333% - 6px);
	text-align: center;
	border: 1px solid #ddd;
	margin: 3px;
	padding: 5px 5px;
	border-radius: 3px;
	color: #ccc;
	font-size: 14px;
}
.AV-WRow-1 > h3.heading{
	padding-top: 10px;
	margin-bottom: 5px;
}
.AV-WRow-1 .subWidget .AV-WText-3.placeholder {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 7px !important;
        overflow: hidden !important;
}
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span{
        display: inline-block;
        max-height: 84px;
}
/* Target all elements inside the span */
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span, 
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span *:not(img, video, iframe) {
        all: revert !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
	color: #333 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span img,
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span video,
.AV-WRow-1 .subWidget .AV-WText-3.placeholder > span iframe{
        max-width: 56px;
        max-height: 56px;
	object-fit: contain;
}
@media screen and (max-width: 767px){
	.AV-WRow-1.aligned-header{
		box-shadow: 0px 5px 5px 0px #c3c3c350 !important;
	}
}
