#products h5 a, 
section#thankyou button a,
section.brand-inner button a,
section.product-inner button a,
section#page404 button a {
    color: #fff;
}

section.searchpage h5, section.searchpage p {
	text-align: left;
	margin-bottom: 20px;
}


section.searchpage h5 a{
	color: #daaa43;
}

/* 30 Sept 2019 */
section#topbar a {
	color: #fff;
}

/* Oct 2,2019 */
.brands-logo-inner {
    position: relative;
    border: 1px solid #d9d9d9;
    display: inline-block;
    width: 120px;
    height: 90px;
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.brands-logo-inner img { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: auto;
}
section.about-section p, section.brand-inner p {text-align: justify;}

/* 12 Dec 2019 */
.breadcrumb {
    background-color: transparent;
    padding: 20px 0 0 0;
}

section.brand-inner h1 {
    font-size: 25px;
    margin-bottom: 2.5rem;
}

.welcome-cta {
    font-size: 16px;
    color:
    #fff;
    background-color:
    #daaa43 !important;
    margin-top: 1.5rem;
}
section.welcome p {
    text-align: justify!important;
}

/* 3/27/2020 */
.sitemap {
    padding: 3rem 0;
 }
.sitemap h2 {
    color: #444;
    margin-bottom: 30px;
}

.sitemap ul li ,
.sitemap ul li a {
    color: #895218;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .sitemap h2 {
        font-size: 35px;
    }
    .sitemap ul {
        padding-left: 20px;
    }
    .sitemap ul li ,
    .sitemap ul li a {
        font-size: 16px;
        line-height: 33px;
    }
}


@media screen and (max-width: 575px) {
    .sitemap h2 {
        margin-bottom: 20px;
    }
    .sitemap ul {
        padding-left: 35px;
    }
    .sitemap ul li ,
    .sitemap ul li a {
        line-height: 30px;
    }
	.page-id-189 .brand-box p,
	.page-id-189 .content-entry p {
		text-align: justify
	}
}
nav .dropdown-menu.product .product-box {
    background-color: #252525;
    padding: 1rem;
    margin-top: 35px;
}
nav li.dropdown:hover .dropdown-menu {
    display: block;
}
nav .dropdown-menu .dropdown-item:focus, 
nav .dropdown-menu .dropdown-item:hover {
    background-color: #daaa43;
}
