/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.txtscroll{
	max-height:70vh;
   overflow-y:scroll;

}
.fl-page-header-container.container {
width:100%;
}

.col-sm-12.col-md-4.fl-page-header-logo-col {
width:10%;
}

.pods-form-front .pods-field-label {
    width: 35% !important;
}

.pods-form-front .pods-field-input {
    width: 65% !important;
}

.pods-form-front .pods-field-input input, .pods-form .pods-field table.pods-metabox {
    width: 100% !important;
}

.pods-form-front .pods-field-input select {
    min-width: 100% !important;
}

.col-md-12.col-lg-8.fl-page-nav-col {
    min-width: 80% !important;
}

.col-md-12.col-lg-4.fl-page-header-logo-col {
    max-width: 20% !important;
}
