/*================================
===========  General  ============
================================*/

a:hover,
a:focus {
    color: #ffc001;
}

.theme-color {
    color: #ffc001;
}

.theme-color-bg {
    background-color: #ffc001;
}


/*================================
===========  Section  ============
================================*/

.theme-overlay:before {
    background-color: #ffc001;
}


/*================================
===========  Headers  ============
================================*/

.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li:focus > a {
    color: #ffc001;
}

.header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li:hover > a,
.header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li:focus > a {
    color: #ffc001;
}

.header.header-full-screen .fs-nav .fs-nav-item:hover a .fs-nav .fs-nav-item:hover a {
    background-color: #ffc001;
}

.header .cart-menu .check-out {
    background-color: #ffc001;
}

.header .cart-menu a.check-out:hover {
    background-color: #ffc001;
}


/*===================================
===========  Page Title  ============
===================================*/

.breadcrumb li a:hover {
    color: #ffc001;
}

.dark-overlay .breadcrumb li a:hover {
    color: #ffc001;
}


/*================================
===========  Loaders  ============
================================*/

.loader-wrapper .loader-1:before {
    border-color: #ffc001;
}

.loader-wrapper .loader-2 {
    border-top-color: #ffc001;
}


/*================================
===========  Buttons  ============
================================*/

.btn-theme {
    background-color: #ffc001;
    border-color: #ffc001;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: lighten #ffc001, 20%;
}

.btn-theme-inverse {
    color: #ffc001;
    border-color: #ffc001;
}

.btn-theme-inverse:hover,
.btn-theme-inverse:focus {
    background-color: #ffc001;
}

.btn-white:hover,
.btn-white:focus,
.btn-gray:hover,
.btn-gray:focus {
    background-color: #ffc001;
}

.btn-white-inverse:hover,
.btn-white-inverse:focus {
    background-color: #ffc001;
    border: 2px solid #ffc001 !important;
}


/*================================
===========  Heading  ============
================================*/

.heading-1:after {
    border-color: #ffc001;
}


/*===============================
===========  Images  ============
================================*/

.img-style-1:before {
    background-color: #fff2ce;
}


/*========================================
===========  Features Blocks  ============
========================================*/

.features-block-1:hover i {
    color: #ffc001;
}

.features-block-3:hover i {
    color: #ffc001;
}

.features-block-5:hover i {
    color: #ffc001;
}


/*============================
===========  Tab  ============
============================*/

.tab-style-1 li.active .a {
    color: #ffc001;
}

.tab-style-1 li.active > a:after {
    background-color: #ffc001;
}

.tab-style-1 li a:hover,
.tab-style-1 li a:focus {
    color: #ffc001;
}

.tab-style-1 li a:hover:after,
.tab-style-1 li a:focus:after {
    background-color: #ffc001;
}

.tab-style-3.theme-style li {
    background-color: #ffc001;
}

.tab-style-3.theme-style li.active > a {
    background-color: #ffcd34;
}

.tab-style-3.theme-style li a:hover,
.tab-style-3.theme-style li a:focus {
    background-color: #ffc61b;
}


/*lighten 10% */

.tab-style-3.theme-style li.active > a {
    background-color: #5e91f3;
}


/* lighten 5% */

.tab-style-3.theme-style li a:hover,
.tab-style-3.theme-style li a:focus {
    background-color: #4681f2;
}

.tab-style-4 li.active > a {
    color: #ffc001;
}

.tab-style-4 li.active > a:hover,
.tab-style-4 li.active > a:focus {
    color: #ffc001;
}

.tab-style-4 li.active > a:after {
    background-color: #ffc001;
}

.tab-style-4 li a:hover,
.tab-style-4 li a:focus {
    color: #ffc001;
}

.tab-style-4 li a:hover:after,
.tab-style-4 li a:focus:after {
    background-color: #ffc001;
}


/*==============================
===========  Team   ============
==============================*/

.team-4 ul.team-tab li a:before {
    background-color: #ffc001;
}


/*=================================
===========  Pricing   ============
=================================*/

.pricing-2 .pricing-table.recommended .pricing-footer .btn {
    background-color: #ffc001;
}


/*=====================================
===========  Progess Bar   ============
=====================================*/

.progress-wrapper .progress.progress-theme .progress-bar {
    background-color: #ffc001;
}


/*==================================
===========  Timeline   ============
==================================*/

.timeline ul li:hover .timeline ul li.active .timeline-content:before {
    border-color: #ffc001;
}


/*=============================
===========  Form  ============
=============================*/

input.material-input.theme-color:focus,
textarea.material-input.theme-color:focus {
    border-color: #ffc001;
}

.radio.theme-color input[type="radio"]:checked + label:before {
    border-color: #ffc001;
}

.radio.theme-color input[type="radio"] + label:after {
    background-color: #ffc001;
}

.checkbox.theme-color input[type="checkbox"]:checked + label:after {
    background-color: #ffc001;
}


/*=======================================
===========  Swiper Slider   ============
=======================================*/

.swiper-bullet-1.theme-bullet .swiper-pagination-bullet-active:after {
    border-color: #ffc001;
}

.theme-bullet .swiper-pagination-bullet-active {
    background-color: #ffc001;
}


/*===============================
===========  Widget  ============
===============================*/

.widget-news .news-item .news-info .author {
    color: #5699a9;
}

.widget-tags.theme-color ul li a:hover {
    background-color: #ffc001;
}


/*=====================================
===========  Blog Default  ============
=====================================*/

.blog-default .blog-item .author {
    color: #ffc001;
}

.blog-default .blog-item .blog-meta:after {
    background-color: #ffc001;
}


/*==================================
===========  Blog grid  ============
==================================*/

.blog-grid .blog-item .author {
    color: #ffc001;
}


/*=====================================
===========  Blog Classic  ============
=====================================*/

.blog-classic .blog-item .blog-content .blog-action a:hover {
    color: #ffc001;
}

.blog-classic .blog-item .blog-content .continue-reading:hover {
    color: #ffc001;
}


/*==================================
===========  Blog Card  ============
==================================*/

.blog-card .blog-item .blog-wrapper .blog-content .blog-action .likes a:hover,
.blog-card .blog-item .blog-wrapper .blog-content .blog-action .comments a:hover,
.blog-card .blog-item .blog-wrapper .blog-content .blog-action .share a:hover {
    color: #ffc001;
}

.blog-card .blog-item .blog-wrapper .blog-content .blog-action .continue-reading:hover,
.blog-card .blog-item .blog-wrapper .blog-content .blog-action .continue-reading:focus {
    border-color: #ffc001;
    background-color: #ffc001;
}

.blog-card .blog-item .blog-wrapper .blog-content .blog-meta .author,
.blog-card .blog-item .blog-wrapper .blog-content .blog-meta-alt .author {
    color: #ffc001;
}

.blog-card .blog-item .blog-wrapper.theme-color-bg {
    background-color: #ffc001;
}


/*=========================================
===========  Blog Single Post  ============
=========================================*/

.single-post-cover .blog-meta .author:hover {
    color: #ffc001;
}


/*# sourceMappingURL=gold.css.map */