/* --------------------------------------
=========================================
COLOR : ORANGE

MAIN COLOR CODE: #FF590D #FF590D

DEEP COLOR CODE: #d32d00 #d32d00
=========================================
----------------------------------------- */

.solid-color {
    background: #FF590D;
}

.standard-button {
    background: #d32d00;
}

.standard-button2 {
    background: #FF590D;
}

.standard-button2:hover {
    background: #d32d00;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #d32d00;
    border-color: inherit;
}

.colored-line,
.colored-line-left {
    background: #FF590D;
}

.main-color {
    color: #FF590D;
}

.features .feature:hover .icon-container .icon {
    background: #FF590D;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #FF590D;
            box-shadow: 0px 0px 0px 2px #FF590D;
}

.features .feature .icon-container .icon {
    border: 1px solid #FF590D;
    color: #FF590D;
}

.feature-list li i {
    color: #FF590D;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #FF590D;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #FF590D;
}

footer .contact-button {
    border: 2px solid #FF590D;
    color: #FF590D;
}

footer .contact-button:hover {
    background: #FF590D;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #FF590D;
}

footer .social-icons li a:hover {
    color: #FF590D;
}