/*   
Theme Name: Wordpress Bootstrap
Author: Click Click Media
Description: Custom wordpress theme 
Version: 1.0
*/

@media screen {
	/*.popup-form-wrap {
		width: 100%;
		max-width: 300px;
		position: absolute;
		left: 50%;
		margin-left: -25%;
	}*/
}

.sidebar-custom-widget .sidebar-custom-title {
text-transform: none;
text-align: center!important;
}


body{
	min-width:320px;
}

.cptch_wrap {
    color: #fff!important;
}


#mc4wp-form-1 label {
display: none;
}

#mc4wp-form-1 .cptch_label {
display: block;
}


#content-sidebar .gform_wrapper .gform_fields {
    margin-bottom: 0;
}

#content-sidebar .gform_wrapper .gfield {
    padding-left: 0;
    margin-bottom: 0;
}


#content-sidebar .gform_wrapper .gfield select,
#content-sidebar .gform_wrapper .gfield input {
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 5px;
}

#content-sidebar .gform_wrapper .captcha-wrap .ginput_recaptcha {
    -ms-transform: scale(.73, .73);
    -webkit-transform: scale(.73, .73);
    transform: scale(.73, .73);
    -ms-transform-origin-x: 0;
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
    transform-origin-x: 0;
}

#content-sidebar .gform_wrapper .gform_footer {
    margin-top: -17px;
    position: relative;
    z-index: 2;
}

#content-sidebar .gform_wrapper .validation_message {
    right: 1px;
    top: -9px;
    padding: 3px 3px;
    font-size: 9px;
}
.gform_footer .gform_button {
	z-index: 99;
    position: relative;
}

