.boldgrid-editor-template header:not(.entry-header), .page-template-templatepagefullwidth-php.page-template-fullwidth header:not(.entry-header) {
    margin-bottom: 27px;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 7px auto;
}

.main-navigation a {
    padding: 4px 20px;
}

.page-header {
    background: #eaeaea;
    border-radius: 0;
    position: relative;
    DISPLAY: NONE;
}

h1 {
    font-size: 24px;
    letter-spacing: 1px;
    display: none;
}

.widget {
    margin: 6px 27px 1.5em;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    font-size: larger;
}

.footer-top {
    padding-top: 50px;
    border-top: 1px solid #fff;
    padding-bottom: 30px;
    background: #ab8152d9;
    position: relative;
    background-size: 1424px;
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}


a {
    color: #d19a4e;
}

.main-navigation ul li:after {
    content: "/";
    color: black;
    position: absolute;
    right: 0;
    top: 6%;
}

.main-navigation ul li:last-of-type:after {
  content: none;
}

img {
    /* height: auto; */
    max-width: 40%;
    /* display: block; */
    margin: 25px 0px;
}

.site-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;