/**************************************************************************
					Contact Page Pop Up Styles
**************************************************************************/

.fixed-body {
    position: relative;
	right: 0px;
}
div#wpcs_tab {
/*    background: #2e3841;
    background: #ff6b20;*/
    background: #d54900;
    color: #ffffff;
/*    border: 1px solid #6f6f6f;*/
	border: 1px solid #cf571a;
    border-bottom: none;
    cursor: pointer;
    width: 140px;
    height: 34px;
    overflow: hidden;
    padding: 5px 0px 2px 0px;
    position: fixed;
    top: 200px;
	right: -53px;
    text-align: center;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    z-index: 10000;
    font-size: 18px;
}
div#wpcs_content_main {
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    width: 500px;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    color: black;
    top: 0px;
	right: -500px;
    padding: 0px;
    margin: 0px;
    z-index: 5000;
}
#wpcs_close_slider img {
    max-width: 100%;
}
div#wpcs_content_inner {
    display: none;
    max-width: 100%;
/*    min-height: 100%;*/
    background: #fcfcfc;
    padding: 20px 20px 20px 20px;
    margin: 35px 30px 20px 30px;
    color: #6f6f6f;
    border: 1px solid #0c0000;
}
div#wpcs_content_inner label {
    color: #6f6f6f;
}
div#wpcs_overlay {
    /*cursor: url(../img/cursor_close.png), auto;*/
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    background: rgba(49, 49, 49, 0.65);
}
.wpcs_overlay_display_cross {
    cursor: url(../img/cursor_close.png), auto;
}
/* To display scroll bar in slider conditionally */
#wpcs_content_main::-webkit-scrollbar {
    display: none;
}

div#wpcs_close_slider {
    top: 0px;
	left: 0px;
    position: absolute;
    bottom: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #0000007a;
    padding: 0px;
    overflow: hidden;
}
.wpcs-cf7, .wpcs-gf, .wpcs-wp-form, .wpcs-caldera-form, .wpcs-constant-forms, .wpcs-constant-forms,
.wpcs-pirate-forms, .wpcs-si-contact-form, .wpcs-formidable, .wpcs-form-maker, .wpcs-form-craft,
.visual-form-builde {
    overflow: hidden;
}

/* Form */
.wpcf7-form p {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}

.wpcf7-form-control-wrap { display: block; padding-bottom: 15px; }

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.wpcf7-form .captcha-image {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea {
  height: 30px;
/*  margin-bottom: 15px;*/
  padding: 4px 10px;
  width: 100%;
}

.wpcf7-form textarea {
  min-height: 110px;
  padding-top: 10px;
}

.wpcf7-submit {
  -moz-user-select: none;
  background-image: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  padding: 11px 17px;
  font-size: 14px;
  background: #d54900;
  border-radius: 4px;
/*  float: right;*/

}
