/*
 * ThreadContact Form module
 * v1.0 May 2014
 * Designed by Craig Garner http://themeforest.net/user/craig800
 * Joomla codes by Erwin Schro http://themeforest.net/user/erwin_schro
 */

#contact-form-wrapper { padding: 22px; border: 2px solid #fff; margin-bottom: 66px; }
#contact-form input{ -webkit-appearance: none; border: none; border-bottom: 2px solid #fff; width: 100%; background: none; box-shadow: none; font-size: 18px; font-family: 'Cardo'; font-style: italic;	margin-bottom: 22px; color: #fff; padding-bottom: 11px; }
#contact-form .btn{ margin: 11px 0px 11px 11px; }
#contact-form h1{ margin-bottom: 11px; }
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

#details-error, #form-sent{ display: none; font-style: italic; font-size: 18px;	 }


/************** SMARTPHONES ****************/

@media only screen and (max-width: 767px){

}

/***************** TABLETS (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

