/**
 * 
 * @file                main module style file
 * @version             see main xml file
 * @package             mod_digi_contact
 * @copyright		copyright digigreg 2014-2015 - all rights reserved
 * @license             GNU General Public License version 2 or later
 * 
 */

.digi_contact {
    width:100%;
}
.digi_contact input[type="text"] {	 
    width: 100%;
}
.digi_contact input[type="submit"] {	 
    margin: 0;
    width: 100%;
}
.digi_contact textarea.big {
    color: #1e1e1e;	 
    height: 174px;
    width: 100%;
}
.digi_contact textarea.small {
    color: #1e1e1e;	 
    height: 35px;
    width: 100%;
}
.digi_contact .success {
    color: #fff;
}
.digi_contact .error {
    color: #fff;
}
.digi_contact .title {
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}
.digi_contact .dg-container {
    margin-bottom: 30px;
}
.digi_contact .decoration {
    clear: both;
    display: block;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
}
.digi_contact .one-half-responsive {
    float: left;
    margin-right: 8%;
    width: 46%;
}
.digi_contact .last-column {
    margin-right: 0 !important;
}
.digi_contact .hide-if-responsive {
    display: none;
}
@media all and (max-width:640px) {
    .digi_contact .one-half-responsive {
        margin-right: 0 !important;
        width: 100%;
    }
}