/*
*	 Author: beshleyua
*	 Author URL: http://themeforest.net/user/beshleyua
*/

/* TABLE OF CONTENTS
	1. Template Orange
*/

/* 1. Template Orange */
.background {
	background-color: rgba(255, 152, 0, 0.4);
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
	background: #ff9800;
}

.lnk:hover,
.button:hover {
	color: #ff9800;
}

.lnk:hover .ion,
.button:hover .ion {
	color: #ff9800;
}

.lnk:hover .arrow:before,
.button:hover .arrow:before,
.lnk:hover .arrow:after,
.button:hover .arrow:after {
	background: #ff9800;
}

input:focus,
textarea:focus,
button:focus {
	border-bottom: 1px solid #ff9800;
}

button:hover {
	border-bottom: 1px solid #ff9800;
}

.header .top-menu ul li:hover a,
.header .top-menu ul li.active a {
	color: #ff9800;
}

.header .top-menu ul li:hover a .icon,
.header .top-menu ul li.active a .icon,
.header .top-menu ul li:hover a .link,
.header .top-menu ul li.active a .link {
	color: #ff9800;
}

.card-started:after {
	background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: linear-gradient(135deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
}

.card-started .profile .image:before {
	background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: linear-gradient(135deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
}

.card-started .profile .subtitle {
	color: #ff9800;
}

.card-started .profile .social a:hover .ion,
.card-started .profile .social a:hover .fab,
.card-started .profile .social a:hover .fas {
	color: #ff9800;
}

.content .title:before {
	background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: linear-gradient(135deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
}

.service-items .service-item .icon {
	color: #ff9800;
	background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: linear-gradient(135deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
}

.pricing-items .pricing-item .icon {
	color: #ff9800;
}

.pricing-items .pricing-item .feature-list ul li strong {
	background: rgba(255, 152, 0, 0.4);
}

.fuct-items .fuct-item .icon {
	color: #ff9800;
}

.resume-title .icon,
.skill-title .icon {
	color: #ff9800;
}

.resume-items .resume-item.active .date {
	color: #ff9800;
}

.resume-items .resume-item.active .date:before {
	background: #ff9800;
}

.skills-list ul li .progress .percentage {
	background: #ff9800;
}

.content.works .filter-menu .f_btn.active {
	color: #ff9800;
}

.box-item .image .info:before {
	background: -moz-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
	background: linear-gradient(135deg, rgba(255, 152, 0, 0.4) 0%, rgba(255, 152, 0, 0.01) 100%);
}

.post-box .blog-content blockquote {
	border-left: 2px solid #ff9800;
}

.post-box .blog-content ul.list-style li:before {
	background: #ff9800;
}

.post-box .post-comments li .comment-info .name h6 {
	color: #ff9800;
}

.background.gradient {
	background: #50a3a2;
	background: -webkit-linear-gradient(top left, #d76d77 0%, #ff9800 100%);
	background: linear-gradient(to bottom right, #d76d77 0%, #ff9800 100%);
}

