/**
 * Color
 */

.wpb-woo-cat-items.owl-theme .owl-dots .owl-dot.active span, .wpb-woo-cat-items.owl-theme .owl-dots .owl-dot:hover span {
	background: #25c1e7;
}
.wpb-woo-cat-items.owl-theme .owl-nav [class*=owl-]:hover {
	background: #25c1e7;
}
.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item a:hover {
	color: #25c1e7;
}
.wpb-woo-cat-items .wpb-woo-cat-item a.btn:hover {
	background: #25c1e7;
}
.wpb-wcs-sub-categories li a:hover {
	color: #25c1e7;
}


/**
 * Basic Slider Style
 */

.wpb-woo-cat-items {
	margin-top: 65px;
	-webkit-font-smoothing: antialiased;
}
.wpb-woo-cat-items a {
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.wpb-woo-cat-items .wpb-woo-cat-item {
	background: #ededed;
	text-align: center;
	padding: 30px 15px;
}
.wpb-woo-cat-items .wpb-woo-cat-item a {
	color: inherit;
    text-decoration: none;
    font-family: inherit;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.wpb-woo-cat-items .wpb-woo-cat-item a:visited {
	color: inherit;
}
.wpb-woo-cat-items.owl-theme.owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    margin-top: 0;
}
.wpb-woo-cat-items.owl-theme.owl-carousel .owl-nav button {
    margin-right: 0;
    margin-left: 10px;
    padding: 4px 12px!important;
    border-radius: 0;
}
.wpb-woo-cat-items.owl-theme.owl-carousel .owl-nav button:hover, .wpb-woo-cat-items.owl-theme.owl-carousel .owl-nav button:focus,
.wpb-woo-cat-items.owl-theme.owl-carousel .owl-dots .owl-dot:hover, .wpb-woo-cat-items.owl-theme.owl-carousel .owl-dots .owl-dot:focus {
	outline: 0;
	box-shadow: none;
}
.wpb-woo-cat-items.owl-theme.owl-carousel .owl-nav button i {
	color: #fff;
}
.wpb-woo-cat-items.owl-theme .owl-dots {
	margin-top: 12px;
}
.wpb-woo-cat-items.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}
.wpb-woo-cat-items .wpb-woo-cat-item a.btn {
	display: inline-block;
	padding: 12px 25px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
}
.wpb-woo-cat-items .wpb-woo-cat-item a.btn, .wpb-woo-cat-items.owl-theme .owl-nav [class*=owl-] {
    background: #2196F3;
}
.wpb-woo-cat-items .wpb-woo-cat-item a.btn:hover {
    background: #39a1f4;
}
.wpb-woo-cat-items .wpb-woo-cat-item a.btn:hover {
	color: #fff;
}
.wpb-woo-cat-items .wpb-woo-cat-item h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
    line-height: 24px;
}
.wpb-wcs-sub-categories,
.entry-content ul.wpb-wcs-sub-categories,
body ul.wpb-wcs-sub-categories {
	margin: 0;
	padding: 0;
}
body .wpb-wcs-sub-categories li {
    list-style: none!important;
    margin: 6px 0;
    padding: 0;
}
body .wpb-wcs-sub-categories li:last-child {
	marker-bottom: 0;
}
.wpb-woo-cat-item-icon {
	margin-bottom: 20px;
}
.wpb-wcs-column {
	margin-bottom: 30px;
}
.wpb-wcs-column .wpb-woo-cat-item{ 
	height: 100%;
}


/**
 * Plain text Style
 */

.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item,
.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item a,
.wpb-woo-cat-items .wpb-woo-cat-item a.btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item,
.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item a {
	padding: 0;
}
.wpb-woo-cat-items.wpb-wcs-content-type-plain_text .wpb-woo-cat-item a {
	padding: 30px 15px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

/**
 * With Info Style
 */

.wpb-woo-cat-items.wpb-wcs-content-type-with_info .wpb-woo-cat-item h3 {
	margin-top: 0;
	margin-bottom: 16px;
}

/**
 * With Image 
 */

.wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item {
	padding: 0; 
}
.wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item-content {
	padding: 30px 15px; 
}
.wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item h3 {
	margin-top: 0;
	margin-bottom: 16px;
}
body .wpb-woo-cat-items.wpb-wcs-content-type-with_image .wpb-woo-cat-item img {
	box-shadow: none;
	border-radius: 0;
}