/*
Theme Name: Tema per GldiGasperin
Theme URI: http://www.maep.it/
Description: Variazioni tema originale allegiant
Version: 0.1b
Template: allegiant
*/
 
@import url("../allegiant/style.css");
body { font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; background:#fff; color:#000000; font-size:1em; line-height:1.6; }

/* SHORTCODE CUSTOM STYLING */
html body .button, 
html body .button:link, 
html body .button:visited, 
input[type=submit] { border-radius:2px; border:1px solid #009CD9; text-shadow:none; background:none; color:#009CD9; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
html body .button:hover, 
input[type=submit]:hover { color:#fff; background:#009CD9; }
h7 { font-size:0.8em; }

/* MODIFICA WOOCOMMERCE.CSS */
.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none;Border:0px solid #FF0000}

* HYPERLINKS */
a:link, a:visited {
    color: #FF0000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #FF0000;
    text-decoration: underline;
}
/* BODY */
::selection {
    color: #fff;
    background-color: #FF0000;
}
