html,
body {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  color: #555555;
  height: 100%;
  overflow-x: hidden;
}

.navbar {
    position: relative;
}

.wrapper {
  margin-bottom: 20px;
}

.inner_post {
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  max-width: 1044px;
}

.inner_post article {
    max-width: 680px;
    margin: auto;
}

.entry-header h1 {
    margin-left: -1px;
    font-size: 40px;
    color: #2e97c4;
    font-family: 'ubuntu';
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.entry-content p {
    font-size: 16px;
    margin: 10px 0 10px 0;
    color: #555555;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    line-height: 1.42857143;
}

.entry-content a {
    color: #337ab7;
    text-decoration: none;
}

.entry-content table, caption, tbody, tfoot, thead, tr, th, td {
    border: 1px solid #000;
}

.entry-content .table {
    border-top: 1px solid #000;
}

.entry-content .no-border {
    border: 0;
}

.entry-content table td {
    padding: 5px;
    font-size: 14px;
    color: #555555;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    line-height: 1.42857143;
}

@media screen and (max-width: 992px) {
    .display-mobile-none {
        display: none;
    }
} 

.wp-image {
    max-width: 350px;
}

.contactInput p {
    margin: 0;
}

.submit-quote .form-section_input {
    width: 100%;
    max-width: 500px;
    height: 40px;
}

.submit-quote textarea.form-section_input {
    height: 120px;
    resize: none;
}

.fvinvalid {
    border: 1px solid #F44336 !important;
}

.submit-quote .contact-submit {
    max-width: 514px;
    height: 45px;
    width: 105% !important;
    background: #006ea7 !important;
    margin-top: 10px;
}

@media screen and (max-width: 550px) {
    .submit-quote .contact-submit {
        width: 50% !important;
        margin: auto;
    }
}

.mail-status {
    color: #007bff;
}

.mail-status.error {
    color: #F44336;
}
