.vc_row .sdm_download_item  {
	display: flex;
	flex-direction: row;
	padding: 0;
	border:0;
	box-shadow: none;
	align-items:baseline;
	/*justify-content: space-between;*/
	padding: 8px 0;
	margin: 8px 0;
	border-bottom: 1px solid #eee;
}

.vc_row .sdm_download_item:first-child  {
	border-top: 1px solid #eee;
}

.vc_row .sdm_download_title,
.vc_row .sdm_download_item_top,
.vc_row .sdm_download_item div:nth-child(2) { display: none; }

.vc_row .sdm_download_description,
.vc_row .sdm_download_version {
	margin: 0;
	/*padding: 0 15px 0 0;*/
	border-bottom: 0;
	width: 150px;
	white-space: nowrap;
}

.vc_row .sdm_download_version {
	width: 150px;
}

.vc_row .sdm_download_button .sdm_download.orange {
	color: white!important;
	font-weight: 500;
	display: inline-block;
	font-size: 15px;
	padding: 4px 10px!important;
	border: 2px solid var(--color1);
	background:var(--color1);
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-family: var(--font-family-standard);
	font-size: 17px;
    padding: 3px 15px;
	transition: .3s ease-in-out all;
	line-height: 1.6;
}


.vc_row .sdm_download_button_box_default .sdm_download.orange {
    background: none;
    filter: none;
    border:0;
    color: var(--darkgrey)!important;
    text-decoration: underline;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	font-family: var(--font-family-standard);
	font-weight: 400;
	font-size: 17px;
	padding: 0;
}

.vc_row .sdm_download_button_box_default {
    margin: 10px 20px 10px 0;
    float: left;
}