/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Banner
2.0 Call To Action
3.0 Divider
4.0 Brands
5.0 Posts Grid
6.0 Products
7.0 Slider
--------------------------------------------------------------*/
/* 1.0 BANNER
-------------------------------------------------------------- */
.toko-banner {
	overflow: hidden;
	position: relative;
	min-height: 200px;
	background: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
}

.toko-banner .toko-banner-detail {
	z-index: 5;
	padding: 80px;
	text-align: center;
}

@media (max-width: 992px) {
	.toko-banner .toko-banner-detail {
		padding: 80px 0;
	}
}

.toko-banner .toko-banner-detail p.paragraf1 {
	margin: 0;
	color: #5f5f5f;
	font-size: 10px;
	font-weight: lighter;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.toko-banner .toko-banner-detail h3 {
	display: block;
	margin: 0;
	padding-bottom: 40px;
	color: #5f5f5f;
	color: #222222;
	font-size: 36px;
	font-weight: lighter;
	line-height: 40px;
	text-transform: capitalize;
}

.toko-banner .toko-banner-detail h3:after {
	display: block;
	position: relative;
	top: 20px;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	background: #555555;
	content: "";
}

.toko-banner .toko-banner-detail h3.text-big {
	padding-bottom: 70px;
	font-size: 60px;
	line-height: 65px;
}

@media screen and (max-width: 767px) {
	.toko-banner .toko-banner-detail h3.text-big {
		padding-bottom: 40px;
		font-size: 36px;
		line-height: 40px;
	}
}

.toko-banner .toko-banner-detail h3.text-big:after {
	top: 42px;
}

.toko-banner .toko-banner-detail .paragraf2 {
	margin: 0;
	color: #222222;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.toko-banner.toko-banner-center {
	background-position: center center;
}

.toko-banner.toko-banner-left {
	background-position: right center;
}

.toko-banner.toko-banner-left .toko-banner-detail {
	float: left;
}

@media (max-width: 992px) {
	.toko-banner.toko-banner-left .toko-banner-detail {
		float: none;
	}
}

.toko-banner.toko-banner-right {
	background-position: left center;
}

.toko-banner.toko-banner-right .toko-banner-detail {
	float: right;
}

@media (max-width: 992px) {
	.toko-banner.toko-banner-right .toko-banner-detail {
		float: none;
	}
}

/* 2.0 CALL TO ACTION
-------------------------------------------------------------- */
.toko-cta .toko-cta-description {
	display: block;
	margin: 0 0 30px;
	color: #9c9c9c;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.toko-cta .toko-cta-title {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #9c9c9c;
	color: #222222;
	font-size: 60px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.toko-cta .toko-cta-title span {
	font-weight: bold;
}

.toko-cta a.toko-cta-link {
	display: inline-block;
	display: inline-block;
	margin: 40px 0 0;
	padding: 10px 20px;
	color: #ffffff;
	background: #222222;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.toko-cta a.toko-cta-link:hover {
	text-decoration: none;
}

.toko-cta a.toko-cta-button {
	display: inline-block;
	margin: 0;
	padding: 14px 30px;
	border: none;
	color: #ffffff;
	background: #ecad25;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.toko-cta a.toko-cta-button:hover {
	color: #ffffff !important;
	background: #dda326;
}

/* 3.0 DIVIDER
-------------------------------------------------------------- */
.toko-divider {
	position: relative;
	padding: 6px 0;
}

.toko-divider .toko-section-title span {
	margin: 0 10px;
}

.toko-divider.line-yes .divider-inner:after {
	display: none;
}

.toko-divider .divider-inner {
	margin: 0;
	padding: 0 0 20px;
}

.toko-divider .divider-inner h3 {
	margin: 0;
	color: #222222;
	font-size: 28px;
	font-weight: 400;
	text-transform: capitalize;
}

.toko-divider .divider-inner p.paragraf {
	margin: 0 0 15px 0;
	color: #969595;
	font-size: 11px;
	font-weight: 400;
}

.toko-divider.line-no {
	padding: 0 0 25px;
}

.toko-divider.line-yes:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ecad25;
	content: " ";
}

.toko-divider.line-yes .divider-inner {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

.toko-divider.line-yes .divider-inner span {
	font-size: 24px;
}

.toko-divider.line-yes.text-left.icon-left .divider-inner,
.toko-divider.line-yes.text-left.icon-right .divider-inner,
.toko-divider.line-yes.text-left.icon-no .divider-inner,
.toko-divider.line-yes.text-no.icon-left .divider-inner {
	padding-left: 2px;
}

.toko-divider.line-yes.text-left.icon-left .toko-section-title span,
.toko-divider.line-yes.text-left.icon-right .toko-section-title span,
.toko-divider.line-yes.text-left.icon-no .toko-section-title span,
.toko-divider.line-yes.text-no.icon-left .toko-section-title span {
	margin-left: 0;
}

.toko-divider.line-yes.text-right.icon-right .divider-inner,
.toko-divider.line-yes.text-right.icon-left .divider-inner,
.toko-divider.line-yes.text-right.icon-no .divider-inner,
.toko-divider.line-yes.text-no.icon-right .divider-inner {
	padding-right: 2px;
}

.toko-divider.line-yes.text-right.icon-right .toko-section-title span,
.toko-divider.line-yes.text-right.icon-left .toko-section-title span,
.toko-divider.line-yes.text-right.icon-no .toko-section-title span,
.toko-divider.line-yes.text-no.icon-right .toko-section-title span {
	margin-left: 0;
}

.toko-divider.line-yes.text-no.icon-no {
	padding: 20px 0;
}

/* 4.0 BRANDS
-------------------------------------------------------------- */
.toko-brands-wrap.toko-no-carousel .toko-brand {
	float: left;
	margin: 0 0 10px;
	text-align: center;
}

.toko-brands-wrap.toko-no-carousel.columns-5 .toko-brand {
	width: 20%;
}

.toko-brands-wrap.toko-no-carousel.columns-4 .toko-brand {
	width: 25%;
}

.toko-brands-wrap.toko-no-carousel.columns-3 .toko-brand {
	width: 33.33333%;
}

.toko-brands-wrap.toko-no-carousel.columns-2 .toko-brand {
	width: 50%;
}

.toko-brands-wrap.toko-no-carousel.columns-1 .toko-brand {
	width: 100%;
}

@media (max-width: 991px) {
	.toko-brands-wrap.toko-no-carousel .toko-brand {
		width: 50% !important;
	}
}

@media (max-width: 460px) {
	.toko-brands-wrap.toko-no-carousel .toko-brand {
		width: 100% !important;
	}
}

.toko-brands-wrap .owl-carousel .owl-item {
	text-align: center;
}

.toko-brands-wrap .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.toko-brands-wrap .owl-carousel .owl-controls {
	padding: 20px 0;
	text-align: center;
}

.toko-brands-wrap .owl-carousel .owl-nav {
	padding: 20px 0;
	text-align: center;
}

.toko-brands-wrap .owl-carousel .owl-nav .owl-prev,
.toko-brands-wrap .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	width: 20px;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding: 4px;
	border: 1px solid #ecad25;
	background: transparent;
	line-height: 22px;
	-webkit-transition: background 1s;
	   -moz-transition: background 1s;
	        transition: background 1s;
}

.toko-brands-wrap .owl-carousel .owl-nav .owl-prev:hover,
.toko-brands-wrap .owl-carousel .owl-nav .owl-next:hover {
	background: #ecad25;
}

.toko-brands-wrap .owl-carousel .owl-nav .owl-prev:hover i,
.toko-brands-wrap .owl-carousel .owl-nav .owl-next:hover i {
	color: #ffffff;
}

/* 5.0 POSTS GRID
-------------------------------------------------------------- */
.toko-posts-grid .toko-post {
	margin: 0 0 20px;
}

.toko-posts-grid .toko-post-image {
	margin: 0 0 20px;
}

.toko-posts-grid .toko-post-detail .post-title {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: lighter;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
}

.toko-posts-grid .toko-post-detail .post-title a {
	color: #222222;
}

.toko-posts-grid .toko-post-detail .post-date {
	padding: 0;
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.toko-posts-grid .toko-post-detail p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

/* 6.0 PRODUCTS
-------------------------------------------------------------- */
.woocommerce.toko-carousel {
	margin-right: -20px;
}

.woocommerce.toko-carousel ul.products.owl-loaded li.product {
	width: 100% !important;
	padding-top: 10px;
}

.woocommerce.toko-carousel .owl-carousel .owl-controls {
	padding: 20px 0;
	text-align: center;
}

.woocommerce.toko-carousel .owl-carousel .owl-controls .owl-nav {
	display: inline-block;
}

.woocommerce.toko-carousel .owl-carousel .owl-nav {
	text-align: center;
}

.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-prev,
.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	width: 20px;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding: 4px;
	border: 1px solid #ecad25;
	background: transparent;
	line-height: 22px;
	-webkit-transition: background 1s;
	   -moz-transition: background 1s;
	        transition: background 1s;
}

.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-prev:hover,
.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-next:hover {
	background: #ecad25;
}

.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-prev:hover i,
.woocommerce.toko-carousel .owl-carousel .owl-nav .owl-next:hover i {
	color: #ffffff;
}

/* 7.0 SLIDER
-------------------------------------------------------------- */
.toko-slider-wrap {
	background: #222222;
}

.toko-slider-wrap .toko-slides.toko-slider-active {
	display: none;
}

.toko-slider-wrap .toko-slides.toko-slider-active.owl-carousel.owl-loaded {
	display: block;
}

.toko-slider-wrap .toko-slides .toko-slide {
	min-height: 580px;
	text-align: center;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner {
	padding-top: 190px;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail {
	display: inline-block;
	padding-bottom: 50px;
	text-align: center;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail.left-slider {
	padding-left: 10%;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail.center-slider {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail.right-slider {
	float: right;
	padding-right: 10%;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail .toko-slide-desc {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail .toko-slide-title {
	margin: 0;
	padding: 4px 0 18px;
	color: #ffffff;
	font-size: 72px;
	font-weight: lighter;
	line-height: 76px;
	text-transform: capitalize;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail a.toko-slide-button {
	display: inline-block;
	margin-top: 30px;
	padding: 15px 30px;
	color: #ffffff;
	background: #222222;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.toko-slider-wrap .toko-slides .toko-slide .toko-slide-inner .toko-slide-detail a.toko-slide-button:hover {
	color: #ffffff !important;
	background: #e6a61c;
}

.toko-slider-wrap .toko-slides .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.toko-slider-wrap .toko-slides .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}

.toko-slider-wrap .toko-slides .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: #cccccc;

	    -ms-border-radius: 50%;
}

.toko-slider-wrap .toko-slides .owl-dots .owl-dot span:hover {
	background: #ffffff;
}

.toko-slider-wrap .toko-slides .owl-dots .owl-dot.active span {
	background: #222222;
}

.toko-slider-wrap .toko-slides .owl-nav [class*=owl-],
.toko-slider-wrap .toko-slides .owl-prev,
.toko-slider-wrap .toko-slides .owl-next {
	position: absolute !important;
	top: 50% !important;
	width: 30px !important;
	height: 80px !important;
	margin: -40px 0 0 0 !important;
	opacity: 0 !important;
	color: #ffffff !important;
	background: rgba(0, 0, 0, 0.5) !important;
	font-size: 18px !important;
	line-height: 80px !important;
	text-align: center !important;
}

.toko-slider-wrap .toko-slides .owl-prev {
	left: 0 !important;
}

.toko-slider-wrap .toko-slides .owl-next {
	right: 0 !important;
}

.toko-slider-wrap .toko-slides:hover .owl-nav [class*=owl-],
.toko-slider-wrap .toko-slides:hover .owl-prev,
.toko-slider-wrap .toko-slides:hover .owl-next {
	opacity: 1 !important;
}
