/*
 ************************************************************
 *
 * ELEMENT
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * DEFAULT
 *
 * ----------------------------------------------------------
 *
 * - ANIMATION
 */

a,
dl,
dt,
dd,
tr,
th,
td,
svg,
path,
rect,
span,
strong,
label,
input,
select,
textarea,
button,
.button,
.avia-button,
.avia-button svg,
.avia-button span,
.avia-button::before,
.avia-menu-text,
.avia-menu-text::before,
.thumb,
.thumb img,
.thumb::before,
.title,
.toggler,
.colorbox,
.meta
{
	transition-property: opacity,fill,color,border-color,background-color,width,top,left,right,bottom;
	transition-duration: .3s;
	transition-timing-function: ease;
}

/*
 * - IFRAME
 */

.iframe
{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
}

.iframe iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * - ICON
 */

#top .icon
{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	float: left;
}

#top .icon::before
{
	font-family: 'entypo-fontello';
	height: 30px;
	margin-right: 15px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
}

#top .icon.plus::before
{
	content: "\e816";
}

#top .icon.close::before
{
	content: "\e813";
}

#top .icon.email::before
{
	content: "\e805";
}

#top .icon.phone::before
{
	content: "\e854";
}

/*
 * - COUNTER
 */

#top .counter button
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	border: 4px solid var(--color-white);
	border-radius: 50%;
	cursor: pointer;
	background-color: var(--color-cvi-3);
	color: var(--color-white);
}

#top .counter button #click-count
{
	font-weight: 700;
	font-size: 50px;
}
#top .counter button #click-label
{
	font-size: 16px;
}

/*
 * - PROGRESSBAR
 */

#top .progressbar.progress-raised .percentage
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25px;
	text-align: center;
}

#top .progressbar.progress-raised .fill
{
	height: 100%;
	transition: width 0.5s;
	background: var(--color-cvi-2);
}

#top .progressbar.progress-raised .lbl
{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-gray);
}

#top .progressbar.progress-raised .bar
{
	position: relative;
	overflow: hidden;  
	height: 25px;
	line-height: 25px;
	background-color: var(--color-white);
}

#top .progressbar.progress-issued
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-gap: 10px;
	padding: 20px;
	line-height: normal;
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

#top .progressbar.progress-issued .lbl
{
	font-weight: 700;
	font-size: 16px;
	color: var(--color-white);
}

#top .progressbar.progress-issued .bar
{
	font-weight: 700;
	font-size: 40px;
	color: var(--color-white);
}



/*
 * - STICKY
 */

@media only screen and (min-width: 1280px)
{
	.responsive #top .sticky
	{
		position: sticky;
		top: 190px;
		right: 0;
	}

	.responsive #top #wpadminbar + #wrap_all .sticky
	{
		top: 220px;
	}
}

/*
 * ----------------------------------------------------------
 *
 * TABLES
 *
 * ----------------------------------------------------------
 *
 * - ACCOUNTS
 */

#top .accounts,
#top .accounts table tr,
#top .accounts table th,
#top .accounts table td
{
	background-color: transparent !important;
}

#top .accounts table
{
	margin: 0;
}

#top .accounts table td
{
	padding: 16px;
	font-size: 13px;
	border-left: none;
	border-right: none;
}

#top .accounts table td:last-child
{
	text-align: right;
}

#top .accounts .title
{
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .accounts table td
	{
		font-size: 15px;
	}
}

/*
 * ----------------------------------------------------------
 *
 * TABS
 *
 * ----------------------------------------------------------
 *
 * - STICKY TABS
 */

#top .sticky-tabs
{
	position: sticky;
	z-index: 999;
	top: 190px;
	left: 0;
	height: 60px;
	display: flex;
	flex-direction: row;
	grid-gap: 40px;
	list-style: none;
	background-color: var(--color-white);
}

#top #wpadminbar + #wrap_all .sticky-tabs
{
	top: 220px;
}

#top select.sticky-tabs
{
	padding-left: 20px;
}

#top #wpadminbar + #wrap_all .sticky
{
	top: 220px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .sticky-tabs
	{
		top: 0px;
		grid-gap: 20px;
	}

	.responsive #top #wpadminbar + #wrap_all .sticky-tabs
	{
		top: 30px;
	}
}

#top .sticky-tabs,
#top .sticky-tabs li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#top .sticky-tabs li
{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .sticky-tabs li
	{
		font-size: 14px;
	}
}

#top .sticky-tabs li a
{
	display: block;
	padding: 20px 0 16px 0;
	line-height: 20px;
	border-bottom: 4px solid var(--color-white);
	color: var(--color-cvi-1);
}

#top .sticky-tabs li a:hover,
#top .sticky-tabs li a.active
{
	border-color: var(--color-cvi-3);
	color: var(--color-cvi-3);
}

/*
 * ----------------------------------------------------------
 *
 * META
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .meta
{
	font-size: 14px;
	color: var(--color-gray);
}

/*
 * - DATE
 */

#top .meta-date
{
	position: relative;
	z-index: 2;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: -60px;
	padding: 0 10px;
	font-size: 13px;
	background-color: var(--color-cvi-1);
	color: var(--color-white); 
}

/*
 * ----------------------------------------------------------
 *
 * TAGS
 *
 * ----------------------------------------------------------
 *
 * - FLEX
 */

#top .tags,
#top .tags ul
{
	display: flex;
	flex-flow: row wrap;
}

#top .tags ul,
#top .tags li
{
	list-style: none;
}

@media only screen and (min-width: 768px)
{
	.responsive #top .tags,
	.responsive #top .tags ul
	{
		align-items: center;
	}
}

/*
 * - WRAP
 */

#top .tags
{
	grid-gap: 16px;
	padding-top: 32px;
	border-top: 1px dotted var(--color-cvi-1);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .tags
	{
		flex-direction: column;
	}
}

/*
 * - ITEMS
 */

#top .tags ul
{
	grid-gap: 8px;
}

#top .tags ul li
{
	max-width: 160px;
	margin: 0;
	padding: 0;
}

#top .tags ul li a,
#top .tags ul li span
{
	display: block;
	width: 100%;
	padding: 8px 16px;
	overflow: hidden;
	text-transform: lowercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid var(--color-lightgray-3);
	background-color: var(--color-white);
}

#top .tags ul li a:hover
{
	background-color: var(--color-cvi-1);
	border-color: var(--color-cvi-1);
	color: var(--color-white);
}

/*
 * ----------------------------------------------------------
 *
 * WIDGET
 *
 * ----------------------------------------------------------
 *
 * - IMAGE
 */

#top .widget_media_image
{
	padding: 0;
}

#top .widget_media_image img
{
	display: flex;
}

/*
 * - SIDEBAR
 */

#top sidebar .widget
{
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	margin: 0;
	padding: 0;
}

#top sidebar .widget::before,
#top sidebar .widget::after
{
	display: none;
}

#top sidebar .widget .title
{
	margin-top: 0;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

/*
 * - ACCOUNTS
 */

#top sidebar .widget-accounts
{
	grid-gap: 0;
	background-color: var(--color-lightgray-1);
	color: var(--color-cvi-1);
}

#top sidebar .widget-accounts .accounts table td:first-child
{
	padding-left: 0;
}

#top sidebar .widget-accounts .accounts table td:last-child
{
	padding-right: 0;
}

/*
 * - PROGRESS
 */

#top sidebar .widget-progress
{
	padding-top: 0 !important;
	background-color: var(--color-lightgray-1);
	color: var(--color-cvi-1);
}

/*
 * ----------------------------------------------------------
 *
 * WIDGET: DONATION
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .widget-donation
{
	text-align: center;
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

#top .widget-donation .wc-donation-in-action
{
	margin-bottom: 0;
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .widget-donation
	{
		margin-top: -90px;
	}
}

/*
 * - ROWS
 */

#top .widget-donation .in-action-elements
{
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
}

#top .widget-donation .in-action-elements .row2
{
	margin: 0;
}

#top .widget-donation .in-action-elements .row1 > .row1
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 10px;
	margin: 0;
}

/*
 * - TITLE
 */

#top sidebar .widget-donation .title
{
	font-size: 21px;
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top sidebar .widget-donation .title
	{
		font-size: 14px;
	}
}

/*
 * - PRICE
 */

#top .widget-donation .in-action-elements .price-wrapper
{
	margin-top: 10px !important;
}

#top .widget-donation .in-action-elements .price-wrapper.after::after,
#top .widget-donation .in-action-elements .price-wrapper input.grab-donation
{
	font-size: 20px;
}

#top .widget-donation .in-action-elements .price-wrapper.after::after
{
	border-radius: 0;
	color: var(--color-cvi-2) !important;
}

#top .widget-donation .in-action-elements .price-wrapper input.grab-donation
{
	padding: 10px;
	margin-top: 0;
	text-align: left;
	border-color: var(--color-white) !important;
	background-color: var(--color-white) !important;
	color: var(--color-cvi-2) !important;
}

/*
 * - LABEL
 */

#top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button
{
	width: auto !important;
	margin: 0;
	padding: 10px;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.3) !important;
	background-color: transparent !important;
	color: var(--color-white) !important;
}

#top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button:last-child
{
	font-size: 16px;
}

#top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button:hover
{
	border-color: var(--color-white) !important;
	background-color: transparent !important;
	color: var(--color-white) !important;
}

#top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button.wc-active
{
	border-color: var(--color-white) !important;
	background-color: var(--color-white) !important;
	color: var(--color-cvi-2) !important;
}

#top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button > input
{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .widget-donation .in-action-elements .row1 > .row1 > label.wc-label-button
	{
		font-size: 13px;
	}
}

/*
 * - BUTTON
 */

#top .widget-donation .in-action-elements .button
{
	float: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
	background-color: var(--color-cvi-1) !important;
	border-color: var(--color-cvi-1) !important;
	color: var(--color-white) !important;
}

#top .widget-donation .in-action-elements .button:hover
{
	background-color: var(--color-cvi-4) !important;
	border-color: var(--color-cvi-4) !important;
	color: var(--color-white) !important;
}

/*
 * ----------------------------------------------------------
 *
 * PICTURE
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

#top .picture img
{
	display: block;
}

/*
 * ----------------------------------------------------------
 *
 * ARTICLE
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

@media only screen and (min-width: 768px)
{
	.responsive #top .article p:not(blockquote p):not(.article-row p)
	{
		text-align: justify;
	}
}

#top .article h2
{
	clear: both;
	font-size: 27px;
	padding-bottom: 24px;
	margin-bottom: 32px;
	margin-top: 0;
	border-bottom: 1px dotted var(--color-cvi-1);
}

#top.single-product .article h2
{
	padding-top: 80px;
}

#top .article .before-h2
{
	margin-bottom: -40px;
}

#top .article ul:not(.sticky-tabs),
#top .article ol
{
	padding: 32px;
	background-color: var(--color-lightgray-1);
}

#top .article .fas,
#top .article .far
{
	margin-right: 0.8em;
}

#top .article .fas::before,
#top .article .far::before
{
	font-size: 16px;
	color: var(--color-cvi-3);
}

#top .article blockquote .fas::before,
#top .article blockquote .far::before
{
	font-size: 20px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top .article blockquote .fas
	{
		display: block;
		margin-right: 0;
		margin-bottom: 0.8em;
	}
}

#top .article .av-icon-char::before
{
	color: var(--color-cvi-3);
}

#top .article-row
{
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
	margin-top: 2em;
}

#top .article-row .fas::before
{
	font-size: 32px;
	color: var(--color-cvi-3);
}

#top .article-row > div
{
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
	padding: 24px;
	background-color: var(--color-lightgray-1);
}

#top .article-row > div > *
{
	margin: 0;
}

@media only screen and (min-width: 990px)
{
	.responsive #top .article-row
	{
		flex-direction: row;
	}
}