.content-column {
	padding: 0 10px;
}
.wpcf7 select {
  height: 42px;
  border-radius: 0;
}
#formcta {
  margin: 0 3%;
}
#formcta input[type=submit] {
  background-color: #ffdc31;
  width: 100%;
  color: #000;
  font-size: 24px;
  height: 60px;
  font-weight: bold;
  margin-top: -30px;
  transition: background 0.3s;
}
#formcta input[type=submit]:hover {
  background-color: #d2d2d2;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
  border-radius: 5px;
  border-color: #7b7b7b;
}
.sidebar-main .widget-title {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 600;
}
.rpwwt-post-title {
  line-height: 1;
  font-size: 16px;
}
.sidebar-main a span {
  line-height: 1;
  font-size: 16px;
}
.read-more a {
  background-color: #07295b;
  color: #fff;
  padding: 10px 15px;
}
.main-header-menu > .menu-item > a {
  font-weight: 400;
}
.ast-page-builder-template .hentry {
  border-bottom: 1px solid #a2a0a0;
}
.fixedbar {
  bottom: 0px;
  color: #fff;
  left: 0;
  padding: 0px 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
  float: left;
  vertical-align: middle;
  box-shadow: 0 4px 15px rgba(0,0,0,0.8);
  background-color: #f49103;
}
.title-popup {
  text-align: center;
  color: #07295b;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 36px;
}
span.wpcf7-list-item {
  margin: 0 0 6px 1em;
}
@media screen and (max-width:425px) {
  .title-popup {
    font-size: 28px;
    line-height: 1.2;
  }
}
