/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 


.am-list-subscriptions-desk 
{display:none;
}

.am-list-resources-desk {
	display:none ;
	}
	
	
.am-block .am-list-resources li {
    margin: 0 0.3em 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #E0E0E0;
	font-size: 15px;
}

.am-block .am-list-links li {
    margin: 0 0.3em 1em 0;
    padding: 0 0 1em 0;
   border-bottom: 1px solid #E0E0E0;
	font-size: 15px;
}






.am-cta-pay {
    width: 60%;
    
    font-size: 16px;

}


.am-input-filter-wrapper {
    overflow: hidden;
    padding: 0.4em 0.6em !important;
    border: 2px solid #e3e2e2 !important;
    margin-bottom: 2em !important;
    box-shadow: 0px 0px 10px #eaeaea !important;
}



/* iPhones (portrait and landscape)

--------------------------------------------- */



@media only screen and (max-width: 767px) {
	
	.CardField-number input {
   
    transform: scale(0.9) !important;
}


.ElementsApp, .ElementsApp .InputElement {
	font-size:15px !important;
}


	
#cc {
    margin-top: 40px;
    padding: 70px 0px 40px;
    border: 1px solid #eee;
    background: #fafafa;
    box-shadow: 0 1px 1px #e0e0e0;
}

.am-cta-pay {
    width: 70%;
    
    font-size: 16px;

}

#row-_cc_-0 {
	text-align:center !important;
}

	
}