div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: 700;
  font-size: 14px ! important;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  display: inline;
  vertical-align: baseline;
  font-size: 14px ! important;
  font-weight: 500;
  line-height: 1.3;
}

.mod-sub-7-wrapper .side ul.menu a:after {
       display: block;
       content: "";
       height: 1px;
       background-color: #BD8F64;
       width: 80%;
       margin-left: 0px;      
} 

.mod-sub-7-wrapper .side ul.menu a {
  font-size:14px;
  font-weight:600;
  line-height:42px;   
  margin-top: 30px;
  color:#5b0b03;
  text-decoration: none;
}

.mod-sub-7-wrapper .side ul.menu a:hover {
	color:#9a5416;
}


.h1, h1 {
    font-size: 26px;
}
.mod-sub-7-wrapper {
  background: #fff;
  font-family:'Open sans',sans-serif;
}
.mod-sub-7-wrapper .loop > .colwrapper {
  padding: 20px 20px;
}
.mod-sub-7-wrapper .side > .colwrapper {
	background: #eceae0;;
    padding: 50px 40px; 
    margin-top:47px;
}

.mod-sub-7-wrapper .side ul.menu {
	list-style:none;
  	padding-left:0;
  	margin-bottom:40px;
}
.mod-sub-7-wrapper .side .form {
  background:#b6b115;
  padding:20px;
  color:#fff;
}

.mod-sub-7-wrapper h2.entry-title {
  color:#000;
  font-family: Georgia, open sans, arial, sans-serif;
  font-size: 24px;
  font-weight:600;
  position:relative;
  margin-top:30;
  margin-bottom:20px;
  text-transform:uppercase;
}
.mod-sub-7-wrapper h2.entry-title:before {
  position: absolute;
    content: '';
    top: 0;
    left: -17px;
    width: 7px;
    height: 100%;
    background: #82170c;
}

.mod-sub-7-wrapper h3.element-title {
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  color:#352929;
  margin-top:0;
  margin-bottom:10px;
}
.mod-sub-7-wrapper .form h3.element-title {
  color:#fff;
  text-align:center;
}


@media screen and (min-width: 0px) and (max-width: 700px) {
.mod-sub-7-wrapper .side > .colwrapper {
	background: #d4cfbc;
    padding: 60px 40px; 
    margin-top:0px;
}
.mod-sub-7-wrapper .loop > .colwrapper {
  padding: 0px 13px 20px 13px;
}
}