/**
 * MegaForm Front Office Features (Version 1.1.5)
 *
 * @author    Lineven
 * @copyright 2012-2021 Lineven
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of Lineven
 */

/*********************************/
/* FRONT: CONTACT                */
/*********************************/
.lmgf-front-contact { clear: both; }
.lmgf-front-contact .form-group .col-md-3 { text-align: left; display: block; clear: both;  width: 100%; }
.lmgf-front-contact .form-group .col-md-6 { clear: both;  width: 100%; }

/*********************************/
/* HOOK: WHITE      			 */
/*********************************/
.lmgf-hook-white { margin-top: 12px; margin-bottom: 28px; }
.lmgf-hook-white .lmgf-section-title { text-align: center; margin-bottom: 1.5rem; }
.lmgf-hook-white .lmgf-section-content { background-color: #fff; padding:1.125rem; }

/*********************************/
/* HOOK: SOPHISTICATED           */
/*********************************/
.lmgf-hook-sophisticated { margin-top: 12px; margin-bottom: 28px; clear: both; }
.lmgf-hook-sophisticated .row { margin: 0!important; margin-bottom: 6px!important;}
.lmgf-hook-sophisticated .lmgf-section { background-color: #63a7c6; }
.lmgf-hook-sophisticated .lmgf-section-title { text-align: center; margin-bottom: 1.5rem; }
.lmgf-hook-sophisticated .lmgf-section-header { color: #fff!important; border: 1px solid #63a7c6; background-color: #63a7c6; padding: 0.3rem; }
.lmgf-hook-sophisticated .lmgf-section-header p { color: #fff!important; }
.lmgf-hook-sophisticated .lmgf-section-content { background-color: #fff; padding:1.125rem; }
.lmgf-hook-sophisticated .lmgf-section-content h3 { margin-bottom: 1.2rem; }
.lmgf-hook-sophisticated .lmgf-form-button-submit { text-align: right; }
.lmgf-hook-sophisticated .lmgf-section-content-footer { }
.lmgf-hook-sophisticated .lmgf-section-content-footer p { font-size: 0.8em!important;font-style: italic; }

/*********************************/
/* HOOK: NEWSLETTER              */
/*********************************/
.lmgf-hook-newsletter .row { margin: 0!important; margin-bottom: 6px!important;}
.lmgf-hook-newsletter input[type="text"] { width: 30em!important; }
.lmgf-hook-newsletter .lmgf-form-button-submit { margin-top: 18px; text-align: right; }

/*********************************/
/* HOOK: RESUME                  */
/*********************************/
.lmgf-hook-resume { margin-top: 12px; margin-bottom: 28px; }
.lmgf-hook-resume .lmgf-section-title { text-align: center; margin-bottom: 1.5rem; }
.lmgf-hook-resume .lmgf-section-content { background-color: #fff; padding:1.125rem; }

