/**
* Template Name: FirmaWeb - v2.0
* Author: Ajansistanbul.Com
* License: https://ajansistanbul.com/licence
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a:hover {
    color: #ff0000;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #ff0000;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #ff0000;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar .contact-info a:hover {
    color: #ff0000;
}

#topbar .social-links a:hover {
    color: #ff0000;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.buy-btn {
    background: #ff0000;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

button:hover {
    background: #ff0000;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #ff0000;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog .entry .entry-content .read-more a:hover {
    background: #ff0000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer a:hover {
    color: #ff0000;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ff000;
}

.footer-newsletter form input[type="submit"]:hover {
    background: #ff0000;
}

#footer .footer-top .footer-links ul i {
    color: #ff0000;
}

.footer-newsletter button:hover {
    background: #ff0000;
}

.indirim {
    background: #ff0000;
}