#footer-widgets .footer-widget:last-child {
  max-width: 13%;
  float: right;
}

#footer-widgets .footer-widget:first-child {
  width: 28% !important;
}

#main-header {
    background-image: url(/custom/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.entry-content sup {
  font-size: 10px;
}

.et_pb_widget a {
  text-decoration: none;
  color: #fff !important;
}

.tp-caption {
    text-shadow: 0 0 20px #3c1905;
}

#top-menu #menu-item-24 li a {
    width: 360px;
}

#menu-item-24 .sub-menu {
    width: 415px;
    margin-left: -100px;
}

.bwimage {
    border: 7px solid #fff;
    box-shadow: 0 0 20px #eee; -moz-box-shadow: 0 0 20px #eee; -webkit-box-shadow: 0 0 20px #eee; -khtml-box-shadow: 0 0 20px #eee;
}

#top-menu li li a {
    width: 275px;
}

.nav li ul {
    width: 320px;
}

#top-menu li a, .et_search_form_container input {
    font-weight: 600 !important;
}

#et-secondary-nav a {
    font-weight: 400;
}

#top-menu li {
    padding-right: 26px;
}

#et-info-phone::before {
    display: none !important;
}

#et-info-email {
    display: none !important;
}

#et-info-phone {
    font-weight: 400;
}

#top-header .container {
    padding-top: 0.5em;
}

#footer-widgets .title {
    margin-bottom: 12px;
    font-weight: 600 !important;
}

#footer-widgets {
    padding: 6% 0 4%;
}

.et_pb_blog_grid article {
    border: none !important;
    box-shadow: 0 0 20px #eee;
}

.et_pb_blog_grid .entry-title a {
    font-size: 19px;
    line-height: 29px;
}

.et_pb_blog_grid .more-link {
    text-transform: uppercase;
    float: left;
    margin-top: 13px;
    font-weight: bold;
}

.single-post #left-area {
    max-width: 700px;
    margin: 0 auto;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    background-color: #4f6c2c !important;
    padding: 10px 0 5px;
}

/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #4f6c2c;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    padding: 8px 6px;
    border-color: #ccc;
}

/* MOB */

@media screen and (max-width: 980px) {

#footer-widgets .footer-widget:first-child {
  width: 100% !important;
  margin-top: 30px !important;
}

h1 {
  line-height: 33px;
}

.et_header_style_left #logo {
  max-width: 74%;
}

#menu-item-24 .sub-menu {
  width: unset !important;
  width: initial !important;
  margin-left: unset !important;
  margin-left: initial !important;
}

#footer-widgets .footer-widget:last-child {
  max-width: 100%;
  float: right;
  margin-top: 10px !important;
}

}