	a {
	    color: #eac870;
	}
	
	a:hover {
	    color: #a2894a;
	}
	
	a:focus {
	    color: #cfb266;
	}
	
	a:active {
	    color: #cfb266;
	}
	
	html .text-color-primary,
	html .text-primary {
	    color: #eac870 !important;
	}
	/* yellow 
	html .bg-color-dark,
	html .bg-dark {
		background-color: #eac870 !important;
	}
*/
	
	html .bg-color-dark,
	html .bg-dark {
	    background-color: #899878 !important;
	}
	
	.alternative-font {
	    color: #eac870;
	}
	/* Form */
	
	html .bg-color-primary,
	html .bg-primary {
	    background-color: #191d24 !important;
	}
	/* Headings */
	
	h2 strong {
	    color: #eac870;
	}
	
	span.black {
	    color: #191d24;
	}
	/*Buttons */
	
	#header .header-btn-collapse-nav {
	    background: #eac870;
	}
	
	html .btn-primary {
	    background-color: #899878;
	    border-color: #899878 #899878 #899878;
	    color: #FFF;
	}
	
	html .btn-primary:hover,
	html .btn-primary.hover {
	    background-color: #eac870;
	    border-color: #eac870 #eac870 #eac870;
	    color: #FFF;
	}
	
	html .btn-outline.btn-primary {
	    /*color: #eac870;
	    background-color: transparent;
	    background-image: none;
	    border-color: #eac870;*/
		color: #FFF;
	    background-color: #eac870;
	    border-color: #eac870;
	}
	
	html .btn-outline.btn-primary:hover,
	html .btn-outline.btn-primary.hover {
	    /*color: #FFF;
	    background-color: #eac870;
	    border-color: #eac870;*/
		color: #eac870;
	    background-color: transparent;
	    background-image: none;
	    border-color: #eac870;
	}
	
	html .btn-gold {
	    background-color: #eac870;
	    border-color: #eac870 #eac870 #0a0c0d;
	    color: #000;
	    font-weight: 600 !important;
	}
	
	.sort-source.sort-source-style-3>li.active>a {
	    border-bottom-color: #eac870 !important;
	    color: #eac870 !important;
	}
	/* Header */
	
	#header .header-nav.header-nav-line nav>ul li:hover>a {
	    color: #eac870;
	}
	
	#header .header-nav.header-nav-line nav>ul li:hover>a:before {
	    background: #eac870;
	}
	
	#header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active {
	    color: #eac870;
	}
	
	#header .header-nav.header-nav-line nav>ul:not(:hover) li>a.active:before {
	    background: #eac870;
	}
	
	#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
	    border-top-color: #eac870;
	}
	
	@media (max-width: 991px) {
	    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
	        color: #191d24;
	    }
	    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active {
	        background: #eac870;
	    }
	    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active:focus {
	        background: #eac870;
	    }
	    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a.active:hover {
	        background: #191d24;
	    }
	}
	/* Header img overlay */
	
	.rev_slider li.slide-overlay .slotholder:after {
	    background: #4d3d16;
	}
	/* Home Intro */
	
	.home-intro {
	    background-color: #191d24;
	}
	/* Highlighted Word */
	
	.highlighted-word.highlighted-word-animation-1:after {
	    content: '';
	    position: absolute;
	    right: calc(100% - 74px);
	    bottom: -6px;
	    background: url(../img/pencil-gold-line.png);
	    width: 0;
	    height: 15px;
	    -webkit-animation-name: pencilAnimation;
	    animation-name: pencilAnimation;
	    -webkit-animation-duration: 500ms;
	    animation-duration: 500ms;
	    -webkit-animation-delay: 2s;
	    animation-delay: 2s;
	    -webkit-animation-fill-mode: forwards;
	    animation-fill-mode: forwards;
	    overflow: hidden;
	    -webkit-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	/* Circle Number */
	
	span.step {
	    background: #191d24;
	    border-radius: 1em;
	    -moz-border-radius: 1em;
	    -webkit-border-radius: 1em;
	    color: #ffffff;
	    display: inline-block;
	    font-weight: bold;
	    line-height: 2em;
	    margin-right: 5px;
	    text-align: center;
	    width: 2em;
	}
	/* Gold Text */
	
	span.gold {
	    color: #eac870;
	}
	
	span.goldCap {
	    color: #eac870;
	    text-transform: uppercase;
	    font-weight: 600;
	    font-size: 1.2em;
	}
	
	span.lightGreen {
	    color: #e4e6c3;
	}
	/* Icons */
	
	html .list-dark.list-icons li>[class*="fa-"]:first-child,
	html .list-dark.list-icons li a:first-child>[class*="fa-"]:first-child,
	html .list-dark.list-icons li>.icons:first-child,
	html .list-dark.list-icons li a:first-child>.icons:first-child {
	    color: #eac870;
	    border-color: #eac870;
	    font-size: 20px;
	}
	/* Owl Carousel */
	
	.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
	.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
	.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
	    color: #0088CC;
	}
	
	.owl-carousel .owl-nav button[class*="owl-"] {
	    background-color: #eac870;
	    border-color: #eac870 #eac870 #eac870;
	    color: #FFF;
	}
	
	.owl-carousel .owl-nav button[class*="owl-"]:hover,
	.owl-carousel .owl-nav button[class*="owl-"].hover {
	    background-color: #191d24;
	    border-color: #191d24 #191d24 #191d24;
	}
	
	.owl-carousel .owl-nav button[class*="owl-"]:active,
	.owl-carousel .owl-nav button[class*="owl-"].active {
	    background-color: #eac870;
	    background-image: none;
	    border-color: #eac870 #eac870 #eac870;
	}
	
	.owl-carousel .owl-dots .owl-dot.active span,
	.owl-carousel .owl-dots .owl-dot:hover span {
	    background-color: #eac870;
	}
	/* Theme Section What We Buy */
	
	section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
	    background: #f7f7f2;
	}
	/* Section Featured */
	
	section.section {
	    background: #fff;
	    border-top: 5px solid #fff;
	    margin: 30px 0;
	    padding: 50px 0;
	}
	/* Accordion */
	
	.accordion .card-header a {
	    color: #fff;
	    background-color: #899878;
	}
	/* Theme section About Us */
	
	html section.section-secondary {
	    background-color: #191d24 !important;
	    border-color: #191d24 !important;
	}
	/* Theme section Charity */
	
	.bg-color-grey-scale-1 {
	    background-color: #e4e6c3 !important;
	}
	/* Theme section Ship Your Items */
	
	.bg-color-dwhite-scale-1 {
	    background-color: #f7f7f2 !important;
	}
	/* #Footer */
	
	#footer {
	    background: #191d24;
	    border-top: 4px solid #191d24;
	    font-size: 0.9em;
	    margin-top: 0px;
	    padding-top: 20px;
	    position: relative;
	    clear: both;
	}
	
	#footer .footer-copyright {
	    background: #191d24;
	}
	/* #Footer menu arrows*/
	
	.list.list-icons li>[class*="fa-"]:first-child,
	.list.list-icons li a:first-child>[class*="fa-"]:first-child,
	.list.list-icons li>.icons:first-child,
	.list.list-icons li a:first-child>.icons:first-child {
	    color: #eac870;
	    border-color: #eac870;
	}
	/* Three Steps */
	
	.slider-contact-form-wrapper {
	    padding: 2rem !important;
	}
	
	.slider-contact-form img {
	    width: 50%;
	    height: auto;
	}
	
	.form-row {
	    text-align: center;
	}
	
	.contactus {
	    text-align: left;
	}
	
	.contact-form img {
	    width: 50%;
	    height: auto;
	}
	/* Theme elements */
	
	.thumb-info .thumb-info-title {
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	    background: rgba(25, 29, 36, 0.8);
	    color: #FFF;
	    font-weight: 600;
	    left: 0;
	    letter-spacing: -.05em;
	    position: absolute;
	    z-index: 2;
	    max-width: 90%;
	    font-size: 17px;
	    padding: 13px 21px 2px;
	    bottom: 13%;
	}
	
	.thumb-info .thumb-info-type,
	.thumb-info .thumb-info-action-icon,
	.thumb-info-social-icons a,
	.thumbnail .zoom,
	.img-thumbnail .zoom,
	.thumb-info-ribbon {
	    background-color: #899878;
	}
	/* Tabs */
	
	html body .tabs .nav-tabs .nav-link,
	html.dark body .tabs .nav-tabs .nav-link,
	html body .tabs .nav-tabs .nav-link:hover,
	html.dark body .tabs .nav-tabs .nav-link:hover,
	html body .tabs .nav-tabs li.active .nav-link,
	html.dark body .tabs .nav-tabs li.active .nav-link {
	    color: #0088CC;
	}
	
	html body .tabs .nav-tabs .nav-link:hover,
	html.dark body .tabs .nav-tabs .nav-link:hover,
	html body .tabs .nav-tabs .nav-link:focus,
	html.dark body .tabs .nav-tabs .nav-link:focus,
	html body .tabs .nav-tabs li.active .nav-link,
	html.dark body .tabs .nav-tabs li.active .nav-link,
	html body .tabs .nav-tabs.nav-justified .nav-link:hover,
	html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
	html body .tabs .nav-tabs.nav-justified .nav-link:focus,
	html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	    border-top-color: #eac870;
	}
	/* List */
	
	.list.list-ordened li:before {
	    color: #eac870;
	    border-color: #eac870;
	}
	
	@media (max-width: 1024px) {
	    #header .header-nav-main nav>ul>li>a {
	        padding: 0 .7rem !important;
	    }
	}
	
	@media (max-width: 800px) {
	    .font {
	        font-size: 1.4em !important;
	        -webkit-font-size: 30px !important;
	    }
	    .pos {
	        margin-top: 20px !important;
	    }
	}
	@media (max-width: 480px) {
		.tp-parallax-wrap {		
			top: 10px !important;
		}
		.cov {
			font-size: 10px;
		}
	}
	
	.grecaptcha-badge {
	    position: inherit !important;
	}
	
	a.faq {
		color: #a2894a !important;
	}

	#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a:focus {
    background: transparent !important;
    text-decoration: underline !important;
}
 
	.header-nav-features .btn {
		font-size: 1rem !important;
	}
	@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
			font-size: 14px !important;
		}
		#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
			font-size: 1em !important;
		}
		#header .header-nav {
			justify-content: unset;
		}
	}
	.rev_slider li.slide-overlay .slotholder::after {
		opacity: 0.2 !important;
	}
	.tp-caption.text-color-default {
		-webkit-text-stroke-width: 2px !important;
		-webkit-text-stroke-color: white !important;
	}
	.tp-caption.btn-quaternary {
		background-color: #eac870 !important;
		border-color: #eac870 !important;
	}
	
	
	
ol li::marker {
  font-weight: 600;
}