/*
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");



#multi-step-form .fw-text-input,
#multi-step-form .fw-text-input[type="text"] {
	width: 100% !important;
}

p:first-child {
	margin-top: 0px;
}

.title .title_holder .container {
	padding: 50px 0 !important;
}

.title {
	padding: 0 !important;
}



@media(min-width:768px) {
	.services-row .vc_col-sm-3 {
		width: 50% !important;
	}
}

@media(min-width:1200px) {
	.services-row .vc_col-sm-3 {
		width: 25% !important;
	}
}

.title_holder {
	background: linear-gradient(#343466 -70%, #989898 90%) !important;
}

.title_holder h1 {
	color: #FFF !important;
}

#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
	font-size: 1em !important;
}


/** Gravity Form **/
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #343466;
	padding: 5px !important;
	top:20px;
}

/** Float menu**/
i.fa.fa-cloud-upload.wo-icon {
	background: #343565 !important;
	color: #FFF;
	font-size: 30px;
	margin: 10px;
}

.page-id-2123 .wp-side-menu {
	display: none;
}

.wp-side-menu {
	font-family: 'Poppins',
		sans-serif;
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 10001;
}

.wp-side-menu-item {
	background-color: #343565 !important;
	width: 300px !important;
}

.wp-side-menu-item {
	position: absolute;
	cursor: pointer;
	padding: 5px;
	right: 0 !important;
	line-height: 0;
	-webkit-transition: 400ms all linear;
	transition: 400ms all linear;
	margin: 1px;
}

.wp-side-menu-item span {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	top: -5px;
	position: relative;
}

.wp-side-menu-item span {
	color: #ffffff;
}
/** GRAVITY FORM **/
.gform_wrapper textarea.large {
    border: 1px solid #343466;
}

@media only screen and (max-width: 420px) {
	#buttontop a.bttxt {
		font-size: 20px;
		white-space: wrap !important;
	}
}


@media(min-width:600px){
	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
		padding:10px !important;
	}
}
/** Header Buttons **/
.btn-group .button {
  background-color: #343466 !important; /* blue background */
  border: 1px solid #343466 !important; /* blue border */
  color: #fff !important; /* White text */
  padding: 10px 24px !important; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  margin: 5px !important;
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group .button:hover {
  background-color: #fff !important;
  color: #343466 !important;
  border: 1px solid #343466 !important;
}


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

.btn-group{
	margin: auto;
	float: none !important;
	padding-left: 20vw;
	padding-bottom: 2vh;	
}
}
@media screen and (max-width: 460px){
	.btn-group{
		width: 100%;
		margin: 0 auto;
		padding-left: 0 !important;
		float: left !important;
}
	.rs-fullwidth-wrap{
		padding-top: 50px!important;
	}
	.touch .content{
		padding-top: 0px !important;
	}
	.button{
		margin: 0 auto !important;
		padding: 0 auto !important;
	}
	.btn-group .button{
		padding: 5px 5px !important;
	}
}
@media only screen and (max-width: 1000px)
.header_bottom {
    height: 180px !important;
}
/* Gravity Form */

#gform_wrapper_4 {
    background-color: #e9e9e9;
    padding: 30px 0 30px 30px;
    border-left: 55px solid #343466;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
	text-align: left !important;
}
@media only screen and (max-width: 739px){
	#gform_wrapper_4 {    
    padding: 10px 10px 10px 10px;
    border-left: 20px solid #343466;
}
}