.mod-sub-7-wrapper h2.entry-title {
  color:#333;
  font-family: open sans,sans-serif;
  font-size: 24px;
  font-weight:700;
  position:relative;
  margin-top:0;
  margin-bottom:20px;
}
.mod-sub-7-wrapper h2.entry-title:before {
  position: absolute;
    content: '';
    top: 0;
    left: -17px;
    width: 7px;
    height: 100%;
    background: #226e8c;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
.mod-sub-7-wrapper .loop > .colwrapper {
  padding: 20px 2px ! important;
}
.mod-sub-7-wrapper .side > .colwrapper {
	background: #d4cfbc;
    padding: 20px 20px; 
    margin-top:0px;
}
}  

h3, h3 a, h3 a:hover, h3 a:visited {
  font-family: Georgia, Arial, sans-serif;
  text-transform: capitalize;
  color: #222; 
  font-size:22px;
  margin-top: 0px;  
  margin-left: -2px;
  margin-bottom: 10px;
}

.mod-sub-7-wrapper {
  background: #f8f5e1;
  font-family: open sans, tahoma, verdana, arial, sans;
  font-size:16px;
  line-height: 1.47;
  color: #111;
}
.mod-sub-7-wrapper .loop > .colwrapper {
  padding: 60px 40px;
}
.mod-sub-7-wrapper .side > .colwrapper {
	background: #d4cfbc;
    padding: 60px 40px;
}

.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 h3.element-title {
  font-size:21px;
  font-weight:800;
  text-transform:uppercase;
  color:#dd791f;
  margin-top:0;
  margin-bottom:10px;
}


.mod-sub-7-wrapper .side ul.menu a {
  font-size:18px;
  line-height:30px;
  text-transform:uppercase;
  text-decoration:none;
  padding:0;
  color:#dd791f;
}
.mod-sub-7-wrapper .side ul.menu a:hover {
	color:#9a5416;
}
.mod-sub-7-wrapper .form input[type="text"], .mod-sub-7-wrapper .form input[type="email"], .mod-sub-7-wrapper .form input[type="tel"], .form textarea {
	width:100%;
  background:#a6a215;
  border:0;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  	padding:10px;
}
.mod-sub-7-wrapper .form input[type="text"], .mod-sub-7-wrapper .form input[type="email"], .mod-sub-7-wrapper .form input[type="tel"] {
	height:44px;
}

.mod-sub-7-wrapper .form .btn-area {
	text-align:center;
}
.mod-sub-7-wrapper .form .sub-heading {
	text-align:center;
}
.mod-sub-7-wrapper .form input[type="submit"] {
  color: #f8f5e2;
    background-color: #dd791f;
    border-color: #dd791f;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 10px 15px;
    font-size: 19px;
    line-height: 1.6;
    text-transform: uppercase;
    white-space: normal;
  	min-width:70%;
}

