/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.2.4
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

@import url("../brooklyn/style.css");  



.vc_icon_element-size-xxl {
    font-size: 2em !important;
}

.bob-form input {
    height: 50px !important;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 10px;
}

.bob-form select {
    height: 50px !important;
    font-size: 18px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bob-subtitle h4 {
    font-size: 20px;
}

.quizembed {
    width: 600px;
    height: 350px;
}

.wpcf7-form p {
    margin-bottom: 24px !important;
}

.wpcf7-form-control {
    margin-bottom: 0px !important;
}


@media (max-width: 1024px) {

.quizembed {
    height: 600px;
}

}


@media screen and (max-width: 767px) {

.quizembed {
    height: 750px;
}

}