/*
Theme Name: Restore Child
Description: Restore - Computer, Mobile & Digital Repair Service WordPress Child Theme
Author: Code Ecstasy
Author URI: http://codeecstasy.com
Theme URI: http://themeforest.net/user/codeecstasy
License: GNU General Public License v2 or later
License URI: http://codeecstasy.com
Template: restore
Tags: two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, responsive-layout
Version: 20190215-1.0.6
Text Domain: restore-child
*/
/* Add your CSS below, these are the classes with primary color declaration, feel free to change these with your own color according to your need*/

/* header */
.site-header .repair-icon-box .text .head-heading {
    color: #f69323;
}

.site-header .header-right .btn-request_quote {
    border: 2px solid #f69323;
    color: #f69323;
}

.site-header .header-right .btn-request_quote:hover {
    background: #f69323;
}

.navigation-container .social-icons a.btn-social-icon i {
    color: #f69323;
}

.navigation-container .social-icons a.btn-social-icon i:hover {
    border: 1px solid #f69323;
    background: #f69323;
}

/* slider */
.slider_1 .slider-content a.btn-slider {
    color: #f69323;
}

.slider_1 .slider-content a.btn-slider:hover {
    background: #f69323;
}

.slider_1 .slider-content a.btn-slider-2 {
    background: #f69323;
}

.slider_1 .slider-content a.btn-slider-2:hover {
    color: #f69323;
}

/* highlights */
.highlight-block .highlight-block-inner a {
    background: #f69323;
}

.highlight-block:hover {
   background: rgba(0, 0, 0, 0.5);
}

.highlight-block:hover i {
    color: #f69323;
}

.highlight-block:hover a {
    background: #333;
}

.highlight-block2 .highlight-block2-inner a {
    color: #f69323;
}

.highlight-block2:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* about section */
.about-section .about-details h3 .number-years {
    color: #f69323;
}

.about-section .about-details .quote-block .phone-number {
    background: #f69323;
    border: 2px solid #f69323;
}

.about-section .about-details .quote-block .available-time {
    border: 2px solid #f69323;
}

.about-section .about-details .quote-block .available-time span {
    color: #f69323;
}

/* process */
.section-process .process-holder h3 .heading-numbers {
    color: #f69323;
}

.section-process:hover .process-holder h3 {
    color: #f69323;
}

/* quote form*/
.section-quote-form .quote-form-block input.wpcf7-form-control.wpcf7-submit {
    background: #f69323;
    border: 2px solid #f69323;
}

.section-quote-form .quote-form-block input.wpcf7-form-control.wpcf7-submit:hover {
    color: #f69323;
}

/* price table */
.repair-pricing-container .repair-pricing-container-pricing .plan-price {
    color: #f69323;
}

.repair-pricing-container .repair-pricing-container-pricing .plan-currency {
    color: #f69323;
}

.repair-pricing-container a.repair-price-plan-btn {
    background: #f69323;
    border: 2px solid #f69323;
}

.repair-pricing-container:hover a.repair-price-plan-btn {
    color: #f69323;
}

/* team */
.section-our-team .team-layout-1 .team-social-share a {
    color: #f69323;
}

/* counter */
.section-counter .counter-block-2 h4 span {
    color: #f69323;
}

/* testimonial */
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .active span {
    background: #f69323;
}

/* client logo */
.section-client-logo .logo-layout-1 .logo img:hover {
    border: 1px solid #f69323;
}

.section-client-logo .logo-items .owl-controls i.logo-nav-icon:after{
    background: #f69323;
}

/* gallery */
.gallery-light-box:hover .gallery-img:before {
  background: rgba(0, 0, 0, 0.5);
}

.gallery-light-box .gallery-img:after {
  color: #f69323;
}

/* news block */
.repair-latest .latest-date {
    border: 2px solid #f69323;
}

.repair-latest .repair-latest-title a:hover {
    color: #f69323;
}

/* load more link */
a.btn-load-more {
    color: #f69323;
    border: 2px solid #f69323;
}

a.btn-load-more:hover {
    background: #f69323;
}

/* bottom */
#bottom .widget .contact-details .social-icons a {
    color: #f69323;
}

#bottom .widget .contact-details .social-icons a:hover {
    border: 2px solid #f69323;
    background: #f69323;
}

#bottom .widget .color-primary a {
    color: #f69323;
}

#bottom .widget .color-primary a:hover {
    color: #f69323;
}

#bottom .widget .footer-useful-links a i {
    color: #f69323;
}

#bottom .widget .footer-useful-links a:hover {
    color: #f69323;
}

.newsletter-footer .newsletter-form > button {
    background: #f69323;
}

.newsletter-footer .newsletter-form>button:hover {
    background: #f69323;
}

/* footer */
.site-footer .color-primary {
    color: #f69323;
}

.site-footer .color-primary:hover {
    color: #f69323;
}

.site-footer .color-primary:hover {
    color: #f69323;
}

.footer-menu li:after {
    background: #f69323;
}

.footer-menu li a:hover {
    color: #f69323;
}

/* back to top link */
#backTop.custom {
    background-color: #f69323;
}