/*
Theme Name: SMO 2013
Description: Sito Web Smo 
Author: virgodesign.it
Template: smo
*/





/*
 * [plugin] Quform 2.x
 */
/************************************************/


/* [readonly] input text */

.quform-element .quform-field-text[readonly], 
.quform-element .quform-field-text:focus {
    box-shadow: none !important;
    background: #eee !important;
    border-color: #ddd !important;
}


/************************************************/








/*
 * [plugin] Mailpoet optin form
 */
/************************************************/


form.mailpoet-manage-subscription p.mailpoet_paragraph {
    margin-bottom: 12px;
}

form.mailpoet-manage-subscription p.mailpoet_paragraph strong {
	margin-left: 65px;
}

form.mailpoet-manage-subscription p.mailpoet_paragraph br {
	display: none;
}


form.mailpoet-manage-subscription div.mailpoet_paragraph {
    margin: 5px 0;
}


form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label {
    min-width: 100px;
    margin-bottom: 10px;
	display: inline-block;
}

form.mailpoet-manage-subscription .mailpoet_text {
	min-width: 200px;
	color: #666;
}

form.mailpoet-manage-subscription .mailpoet_select {
    min-width: 141px;
    border-radius: 4px;
    background-color: #fff;
	color: #666;
}

form.mailpoet-manage-subscription .mailpoet-change-email-info {
    display: none;
}

form.mailpoet-manage-subscription .mailpoet_segment_label {
    padding-top: 20px;
}

form.mailpoet-manage-subscription .mailpoet_submit {
    background-color: #1f6994;
    border: 0;
    color: white;
    margin-top: 20px;
	min-width: 90px;
}

form.mailpoet-manage-subscription .mailpoet_submit:hover {
    background-color: #90ba18 !important;
	color: #fff !important;
	opacity:1;
}


/************************************************/








/*
 * [plugin] simple download monitor 
 */
/************************************************/


/* frontend */

.sdm_download_item {
    position: relative;
    display: flex !important;
    flex-direction: column;
}

.sdm_download_item_top {
    display: flex;
    align-items: center;
}

.sdm_download_thumbnail {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sdm_download_thumbnail .sdm_download_thumbnail_image {
    width: 100px !important;
	height: auto !important;
    border: 1px solid #ccc;
    padding: 2px;
}

.sdm_download_thumbnail_icon {
    margin-right: 10px;
}

.sdm_download_title {
    font-family: 'Lato';
	font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    color: #2a9ed4;
}

.sdm_download_description {
    margin: 10px 0 !important;
    padding-bottom: 0 !important;
}

span.sdm_download_version_label {
    font-size: 0;
    line-height: 1;
}
span.sdm_download_version_label:before {
    content: "Autore:";
    font-size: 13px;
    margin-right: 5px;
}

span.sdm_download_date_label {
    padding-right: 4px;
}

.sdm_download_size, 
.sdm_download_date, 
.sdm_download_version,
.sdm_download_author {
    font-size: 13px;
	font-style: italic;
	order: 0;
}

.sdm_download_size {
    order: 1;
}

.sdm_download_link {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    bottom: 12px;
	right: 20px;
}

span.sdm_download_button {
    float: right;
    margin: 2px;
}

.sdm_download {
    padding: 8px 20px !important;
    line-height: 120% !important;
}
.sdm_download i {
    font-size: 16px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

span.sdm_download_item_count {
    margin: 3px 0 0;
    font-size: 10px;
    text-align: center;
    border: 0;
    padding: 0;
}


/************************************************/

