/*Main Color*/

input[type="submit"].btn,
input[type="submit"],
.small_menu .active_item,
.small_menu .menu_list a:hover,
.highlight,
.cats a,
.social-icons a:hover,
.mob-menu .menu-title,
.resume .date span,
.tweet-links a,
.testimonials .arrows span:hover,
.services .font-icon i,
.favourite-tool-content .info,
.fun-facts span,
.fun-facts h4:after,
.portfolio_sec .ul-filter li.active_filter,
.portfolio_sec  .item .info p,
.project_info span,
.portfolio_sec .item .info i,
.blog .item p,
.blog .item h3 a:hover,
.contact .contact-info .icon,
.contact .contact-info p a:hover,
.entry-meta a:hover,
.entry-content a:not(.btn):not(.wp-block-button__link),
.entry-header .entry-title a:hover,
.entry-footer .tags-links a:hover,
.share-post li a:hover,
.post-nav a:hover,
.comment-reply a,
.comment-reply span,
.comment-content a {
    color: #bb271a !important;
}

.sec_title h2:after,
#about .my__img_content:after,
.home---line,
.home_type .more_info a.bgColor,
.skills .skill .progress_bar,
.resume .date:after,
.resume .date:before,
a.rslides_nav.rslides1_nav:hover,
.services .font-icon i:after,
.resume .date span:after,
.blog .item p:after,
.blog .blog__img:after,
.info span.icon:after,
.portfolio_sec .item .info i:after,
li.active_filter:after,
input[type="submit"].btn:hover,
input[type="submit"]:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"].btn:active,
input[type="submit"]:active,
a.btn:active,
button.btn:active,
.progress-button[data-perspective] .content,
.progress-button .progress,
input[type="submit"].btn:before,
input[type="submit"]:before,
header.entry-header:after {
    background-color: #bb271a;
}

.menu-loader,
.tweet-links a,
input[type="submit"].btn,
input[type="submit"],
a.btn,
button.btn,
h3.subtitle,
.side-right .home-lines .home-line,
.home_type .more_info a.bgColor,
.testimonials .arrows span:hover,
form.post-password-form input[type="password"]:focus,
form.post-password-form input[type="submit"]:active,
form.post-password-form input[type="submit"]:focus {
    border-color: #bb271a;
}

.resume .date span:before,
.entry-footer .tags-links a:hover:before {
  border-right-color: #bb271a;
}

.menu_list .home-item svg:hover {
    fill: #bb271a;
}

g.Header {
    stroke: #bb271a;
}

.home_type #typed {
    color: #e00;
}

textarea.error,
input.error {
    border-color: #fbc4c4 !important;
}
textarea.success,
input.success {
    border-color: #b3dc82 !important;
}

/* FontAwesome outline */
.fa-outline:before {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #bb271a;
    color: transparent;
}
