@charset "utf-8";
/* CSS Document */


.panel-title{color: #5A5A5F;
    font-size: 16px !important;
    line-height: 20px;
    font-family: "Ubuntu";
    font-weight: 500;}

.bpost_custom_webform .bpost_webform_content .webform-elements label{color: #5A5A5F;
    font-size: 16px !important;
    line-height: 20px;
    font-family: "Ubuntu";
    font-weight: 500;}




.bpost_custom_webform h1.webform_title{width: 60% !important;
    position: absolute;
    top: 30% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;}



.bpost_custom_webform .webform_title_parent{color: #FFF;
    position: relative;
    display: block;
    overflow: hidden;
    height: 250px !important;}





@media only screen and (max-width: 767px){
	.bpost_custom_webform h1.webform_title {    font-size: 22px !important;
    line-height: 25px !important;
    text-align: center !important;
    top: 35% !important;}
	
	
	
	.bpost_custom_webform .webform_title_parent{color: #FFF;
    position: relative;
    display: block;
    overflow: hidden;
    height: 200px !important;}
	
	
	
	
	}