#scroll-popup {
    position: fixed;
    bottom: 0;
    width: 25%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: none;
    right: 0px;
    border-left: 8px solid #886e4f;
}

#scroll-popup .content {
    padding: 25px;
}

#scroll-popup .close {
  position: absolute;
  top: 4px;
  right: 3px;
  cursor: pointer;
  background-color: #886e4f;
  padding: 7px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 700;
  width: 22px;
  height: 26px;
  line-height: 12px;
  color: #ffffff;
}
a.site-contact-section-wrap {
    background-color: #886e4f;
    border-radius: 5px;
    padding: 10px;
    color: white;
}
p.site-heading-popup-title-wrap {
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
p.site-sub-content-section-wrap {
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.row-caption {
		display:flex; 
		flex-wrap:wrap; 
		margin: 0 -10px; 
		align-items: flex-start; 
		justify-content: flex-start;
	width:100%;
	
	}
	.row-caption .half-caption { 
		width: calc(100% / 2); 
		padding: 0 10px; 
		margin-bottom:15px;
	}
	.row-caption .full-caption {
		width: 100%; 
		text-align: center;
		padding: 0 10px; 
		margin-bottom:15px;
	}
.row-caption .half-caption input, .row-caption .full-caption input{width:100%; border:0px; border-bottom:1px solid #ccc; padding-left:0; padding-right:0; border-radius: 0 !important;}
.row-caption .full-caption p{width:100%;}
.row-caption .full-caption input[type=submit]{
	width: auto;
	padding:8px 25px;
	border:0px !important;
}

@media only screen and (max-width: 767px) {
	.row-caption .half-caption{width:100%;}
}