a:hover,
a:focus,
.bordered .info h3 a:hover,
.bordered .info h4 a:hover,
.icon i.icn,
.meta a:hover,
.meta li.categories:hover:before,
.more:hover,
.navbar.basic .nav > li > a:hover,
.navbar.basic .nav > li > a:focus,
.navbar.basic .nav .open > a,
.navbar.basic .nav .open > a:hover,
.navbar.basic .nav .open > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
.navbar-header .info a:hover,
.nav > li > a:hover,
.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover,
.panel-title > a:hover,
#scrollUp:hover,
.sidemeta .format-wrapper a,
.tabs-side .tab.active a,
.tabs-top .tab.active a,
.text-center .panel-title > a:hover span:after,
ul.arrowed li:before,
ul.circled li:before,
.row.circled div:before,
.yamm .yamm-content a:hover {
    color: #F27A24;
}

.tint-bg .btn,
.tint-color {
	color: #F27A24 !important;
}

.btn,
.classic-blog .post .date,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-submenu:hover > a,
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span,
#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg,
.post.format-quote,
.sidemeta .format-wrapper a:hover,
.sidenav li a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover,
.tint-bg,
.tint-bg.img-bg-soft:before,
.tint-bg.img-bg-softer:before,
.tooltip-inner {
	background-color: #F27A24;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination-gtp > .active > a,
.pagination-gtp > .active > span,
.pagination-gtp > .active > a:hover,
.pagination-gtp > li > a:hover,
.pagination-gtp > li > a:focus {
	background-color: #D96716;
}
.btn.btn-outline{
	background:none;
	border-width:2px;
	border-style:solid;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.btn-outline.black{
	border-color:#000;
	color:#000;
}
.btn.btn-outline.black:hover{
	background-color:#f2f5f7;
	color:#000 !important;
}
.dark-bg .btn.btn-outline.black:hover,
.light-bg .btn.btn-outline.black:hover
{
	background-color:#fff;
}
.btn.btn-outline.light-blue{
	border-color:#40556b;
	color:#40556b;
}
.btn.btn-outline.light-blue:hover,
.btn.btn-outline:focus.light-blue{
	color:#40556b !important;
}

.btn.btn-outline.orange{
	border-color:#f27a24;
	color:#f27a24;
}
.btn.btn-outline.orange:hover,
.btn.btn-outline:focus.orange{
    background: #F27A24 !important;
}
.btn.btn-outline.light-blue:hover,
.btn.btn-outline:focus.light-blue{
	color:#40556b !important;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
	background-color: rgba(242, 122, 36, 0.9);
}

.classic-blog .post .date,
.icon.circle,
.sidemeta .format-wrapper a,
.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
	border-color: #F27A24;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #F27A24;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #F27A24;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #F27A24;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #F27A24;
}

#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg  {
	box-shadow: -.500em 0 0 #F27A24, .500em 0 0 #F27A24;
}

.btn-fb {
	background-color: #333c6c;
}
.btn-fb:hover {
	background-color: #2b335d;
}
.btn-fb i, .btn-google i {
	font-size: 20px;
	line-height: 23px;
	margin-top: -5px;
	vertical-align: middle;
}
#appleid-signin {
	cursor: pointer;
	position: relative;
}
#appleid-signin > div {
	max-width: 1000px !important;
}
#appleid-signin > div > div:nth-child(2) {
	display: none;
}
#appleid-signin > div:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #aaa;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
#appleid-signin:hover > div:before {
	background-color: #eee;
	border-color: #666;
}


/* tree-search */
.tree-search {
	position: relative;
}
.tree-search input {
	background-color: #fff;
	border: 1px solid #f27a24b8;
	padding: 22px 22px 22px 40px;
	display: block;
}
.tree-search:before {
	font-family: 'Font Awesome 5 Free', serif;
	font-weight: 900;
	content: "\f002";
	position: absolute;
	font-size:20px;
	color: #f27a24;
	opacity: 0.7;
	margin: 10px;
}
.tree-search ul {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	z-index: 1;
	margin: -3px 0 0 0;
	padding: 0;
	box-shadow: 0 0 5px #ffffff99;
	max-width: 100%;
	width: 100%;
}
.tree-search:hover ul, .tree-search input:focus + ul {
	display: block;
}
.tree-search ul li {
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 14px;
	display: flex;
}
.tree-search ul li:hover, .tree-search ul li.hover {
	background-color: #F5F7FA;
}
.tree-search ul li small {
	color: #77869A;
	flex-shrink: 1;
	white-space: nowrap;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 150px);
}
.tree-search ul li span {
	flex-shrink: 0;
	white-space: nowrap;
	color: #447AB2;
	margin-left: 5px;
}
.tree-search ul li[data-node-id] {
	cursor: pointer;
}
.tree-search ul li.selected {
	background-color: #428bca;
	color: #fff;
}
.tree-search ul li.selected.hover {
	background-color: #40556b;
}
.tree-search ul li.selected small, .tree-search ul li.selected span {
	color: #fff;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
	text-rendering: optimizeLegibility !important;
	font-size: 14px !important;
	line-height: 22px !important;
	list-style: none !important;
	box-sizing: border-box !important;
	background-color: transparent !important;
	text-decoration: none !important;
	cursor: pointer !important;
	color: inherit !important;
	transition: all 200ms ease-out !important;
	border: initial !important;
	height: initial !important;
	white-space: initial !important;
	word-wrap: initial !important;
	padding: initial !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #F27A24;
    background-color: inherit;
}
