/*
Theme name: HMFP Website
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }
.bhelp {
    width: 306px;
    position: fixed;
    bottom:2px;
    right:22px;
    z-index:10;
}
.q-btn-container {
    position: relative;
    text-align:center;

}
.q-btn {
    background: rgb(88,43,139);
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 4px 10px;
    border-radius:6px;
}
.help-container {
    position: relative;
    display:none;
}
.help-header {
    width: 306px;
    height: 142px;
    background: url(images/helpshot.png) center center no-repeat;
    margin: 0 auto;
    z-index:2;
    position:relative;
}
.pclose {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom:42px;
    right:10px;
    background: url(images/xclose.png) center center no-repeat;
}

.help-body {
    background: #fff;
    margin-top: -80px;
    padding-top: 80px;
    min-height:300px;
    border-radius: 20px;
   border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    z-index: 0;
    position:relative;
    text-align: center;
    color: #000;
 }
.bhelp h2 {
    margin-bottom: 0;
    font-size: 36px;
}
.bhelp p {
    font-size: 24px;
    margin-bottom: 0;
}
.bhelp .phone-number {
    color:#a27c2c;
    background: url(images/phone.png) no-repeat left center;
    padding-left: 28px;
    font-weight:bold;
}

#gform_wrapper_1 form li {
    display:block;
    width:100% !important;
}
#gform_wrapper_1 form {
    text-align: center;
}
#gform_wrapper_1 label {
    display:none;
}
#gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right:0;
    padding-bottom: 0;
    margin-top:0 !important;
}
#gform_wrapper_1 .top_label input.medium {
    width: 80% !important;
    border: 1px solid #999;
}
#gform_wrapper_1 textarea.medium  {
    width: 80% !Important;
    height: 80px !important;
    border: 1px solid #999;
}
#gform_wrapper_1 .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    text-align:center;
}

#gform_wrapper_1 .button {
    margin-bottom:10px;
    border: 2px solid rgb(88,43,139);
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    min-width: 135px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    color:  rgb(88,43,139);
    height: 35px;
    background-color: #fff;
    letter-spacing: .88px;
    transition: background .4s,color .4s;
}
.smaller {
    font-size: 96% !important;
    width:30px !important;
    height:30px !important;
}

		
@media screen and (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

#input_1_1, #input_1_4, #input_1_2 {
    background: #fff !important;
} 