.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

#form_search input[type="text"] {
  padding: 9px 12px 9px 12px;
  width: 80%;
  float: left;
  display: table-cell;
  border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  -webkit-border-radius: 60px 0 0 60px;
  border: solid 1px #333333;
  border-right: none;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05); }

#form_search input[type="text"]:focus {
  background: #ffffff; }

#form_search #btn-submit i {
  text-align: center;
  font-size: 22px;
  float: left;
  width: 20%;
  background: var(--primary-color);
  color: #ffffff;
  display: table-cell;
  padding: 8px 0 8px 0;
  border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0 60px 60px 0; }

#logo a span {
  font-size: 1.5em;
  font-weight: bold; }

header.header-light #mainmenu a span,
header.scroll-light #mainmenu a span {
  border-bottom-color: white; }

body.page #content section:nth-of-type(2) {
  padding-top: 30px;
  padding-bottom: 30px; }

footer.custom-footer-bg {
  background: #f0f4fd; }

.post-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500; }

h1,
.h1 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: inherit;
  letter-spacing: inherit; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 46px;
      margin-bottom: 20px;
      line-height: 56px;
      letter-spacing: -1px; } }
