/* Primery Theme Colors */
/* Theme Text Color */
a,
p a,
p a:hover,
a:hover,
a:focus,
a:active,
.wt-navigation > ul > li:hover > a,
.wt-navigation > ul > li.current-menu-item > a,
.wt-navarticletab li:hover a,
.wt-navarticletab li a.active,
.wt-categoriescontent li a:hover,
.wt-joinsteps li.wt-active a,
.wt-effectivecontent li:hover a,
.wt-articlesingle-content .wt-description .wt-blockquotevone q,
.wt-filtertag li:hover a,
.wt-userlisting-breadcrumb li .wt-clicksave,
.wt-clicksave,
.wt-qrcodefeat h3 span,
.wt-comfollowers ul li:hover a span,
.wt-postarticlemeta .wt-following span,
.tg-qrcodefeat h3 span

{ color: #ff5851; }
/* Theme Background Color */
.wt-btn:hover,
.wt-dropdowarrow,
.navbar-toggle,
.wt-btn,
.wt-navigationarea .wt-navigation > ul > li > a:after,
.wt-searchbtn,
.wt-sectiontitle:after,
.wt-navarticletab li a:after,
.wt-pagination ul li a:hover,
.wt-pagination ul li.wt-active a,
.wt-widgettag a:hover,
.wt-articlesingle-content .wt-description blockquote span i,
.wt-searchgbtn,
.wt-filtertagclear a,
.ui-slider-horizontal .ui-slider-range,
.wt-btnsearch,
.wt-newnoti a em,
.wt-notificationicon > a:after,
.wt-rightarea .wt-nav .navbar-toggler,
.wt-usersidebaricon span,
.wt-usersidebaricon span i,
.wt-filtertag .wt-filtertagclear a,
.loader:before,
.wt-offersmessages .wt-ad:after,
.wt-btnsendmsg,
.wt-tabstitle li a:before,
.wt-tabscontenttitle:before,
.wt-tablecategories thead tr th:first-child:before,
.wt-tablecategories tbody tr td:first-child:before,
.wt-slidernav .wt-prev:hover,
.wt-slidernav .wt-next:hover
{ background:#ff5851; }
/* Theme Border Color */
input:focus,
.select select:focus,
.form-control:focus,
.wt-navigation > ul > li > .sub-menu,
.wt-pagination ul li a:hover,
.wt-widgettag a:hover,
.wt-joinsteps li.wt-active a,
.wt-filtertag li:hover a,
.wt-filtertag .wt-filtertagclear a,
.wt-themerangeslider .ui-slider-handle,
.wt-clicksavebtn,
.wt-pagination ul li.wt-active a,
.wt-usernav > ul
{ border-color: #ff5851; }
.wt-filtertag .wt-filtertagclear a:after{ border-left-color: #ff5851; }
/* RGBA Background Color */
.loader{
	background: #ff5851;
	background: -moz-linear-gradient(left, #ff5851 10%, rgba(255, 88, 81, 0) 42%);
	background: -webkit-linear-gradient(left, #ff5851 10%, rgba(255, 88, 81, 0) 42%);
	background: -o-linear-gradient(left, #ff5851 10%, rgba(255, 88, 81, 0) 42%);
	background: -ms-linear-gradient(left, #ff5851 10%, rgba(255, 88, 81, 0) 42%);
	background: linear-gradient(to right, #ff5851 10%, rgba(255, 88, 81, 0) 42%);
}
/* Secondary Theme Colors */
.form-group-label label span,
.form-group-label label span:hover,
.wt-categoriesholder .wt-tablecategories tbody tr td .wt-actionbtn a.wt-deleteinfo,
.wt-msgbtn{background: #00cc8d;}