/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Override gravity form element styles: Checkbox text */

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	font-size: 18px;
        line-height: 1.2em;
}

/* Override gravity form element styles: Input field border */

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea
{
	border: 1px solid #b3b3b3!important;
}

/* GF Add some space below questions */
body .gform_wrapper div.ginput_container {
    margin-bottom: 50px;
}

/* GF remove space from left margin */ 
body .content .content_inner .gform_wrapper .gform_body ul {
  margin: 0 !important;
}

/* GF change Required asterix colour */ 
.form-required {
color: #7282a0 !important;
}


/* Bridge: Fix links not working in page sidebar */
.container .column2 aside {
  z-index: 20 !important;
}

/* Bridge: Make portfolio title area consistent size */
@media only screen and (min-width: 1000px) {
.standard_no_space.projects_holder article .portfolio_description {
min-height: 120px !important;
}
}

/* Bridge: Make Team overlay text smaller */
@media screen and (min-width: 768px) and (max-width: 1280px) {
.q_team .q_team_description_inner p {
  font-size: 14px !important;
  line-height: 1.15em !important;
}
}

/* Bridge: Resize related project category text */
.qode_portfolio_related .projects_holder article .portfolio_description .project_category {
font-size: 18px !important;
color: #43434f !important;
}