/*
Theme Name:   ChildThemeDivi
Description:  Write here a brief description about your child-theme
Author:       oneclick
Author URL:   http://testoneclickms1.co.uk
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildThemeDivi
*/

/* Write here your own personal stylesheet */
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    height: 46px;
    padding: 0 14px;    
    border: 1px solid #cfcfcf;
}
.wpcf7-form strong{
	margin-bottom: 6px;
	display: block;
}
.wpcf7-form br{
	display: none;
}
input[type="submit"].wpcf7-form-control {
    background-color: #7e007d;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
}
.pum-theme-1642 .pum-title, .pum-theme-lightbox .pum-title{
	/*font-weight: 700 !important;*/
	text-align: center !important;
}
#et-info .top-enquary-btn2, #et-info .top-enquary-btn{
	position: static;
}
#et-info .top-enquary-btn2{
	margin-left: 10px;
}
#et-info{
	display: flex;
	align-items: center;
}
#et-info .et-social-icons{ 
	flex: 1 0 0;
	display: flex !important;
	justify-content: flex-end;
}



@media screen and (max-width:  991px){
	.pum-theme-1642 .pum-title, .pum-theme-lightbox .pum-title {
	    font-size: 22px;
	    line-height: 26px;
	}
}
@media screen and (max-width:  539px){
	#et-info {
	    flex-direction: column;
	}
	#et-info .top-enquary-btn2 {
	    margin: 8px 0px;
	}
	.top-enquary-btn{
		margin-top: 8px;
	}
}