/*
Theme Name: 	Private
Theme URI: 		http://insourcecode.com/
Description: 	Child theme starter for Colonel
Version: 		1.0.0
Author: 		inSourceCode LLC
Author URI: 	http://insourcecode.com
Template:       colonel
Tags: 			child template
*/

input[type="button"],
input[type="submit"] {
-webkit-appearance: none;
}

.slick-prev {
	left:-30px;
	color:#6432c6;
}
.slick-next {
	right:-30px;
	color:#6432c6;	
}

#wrapper .menu-item-has-children {
	padding-right:5px;	
}
.menu-item-has-children .fa {
	position: absolute;
	right: 0px;
	bottom: 5px;
	color:#6432c6;
}

#wrapper #content .pb-area .chart-list article {
	width: calc(33.333% - 20px);
	margin: 0 30px 30px 0;
	float: left;
	background: #FFF;
	border-radius: 8px
}
#wrapper #content .pb-area .chart-list article img {
	transition:opacity .3s;	
}
#wrapper #content .pb-area .chart-list article:hover img {
	opacity:.75;	
}
#wrapper #content .pb-area .chart-list article:nth-of-type(3n + 3) {
	margin: 0 0 30px 0;
}
#wrapper #content .pb-area .chart-list article:nth-of-type(3n + 4) {
	clear:left;
}
body.view_tablet .chart-list article, 
body.view_mobile .chart-list article {
	width: 100%;
	margin: 0 0 30px;
	float: none
}

.chartypes-list,
.cats-list {
	line-height:30px;	
}
.chartypes-list a,
.cats-list a{
	margin:0 5px;
	font-weight:500;
}
.chartypes-list a.active,
.cats-list a.active {
	color:#6432c6 !important;	
}

#wrapper .pb-area .button.function-btn {
	background:#FFF;
	color:#6432c6;
	padding:3px 20px;
	margin:0 5px 10px 0;
	font-size:14px;
	border-color:#FFF;
}
#wrapper .pb-area .button.function-btn:hover {
	border-color:#6432c6;
}