aside .widget {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.widget-title {
	position: relative;
	padding-bottom: 7px;
	font-weight: 600;
}
.widget-title:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 46px;
	height: 2px;
	background-color: #777777;
}
/* Widget Search */
.widget-search .kode-search input[type="text"] {
	border: 1px solid #e6e6e6;
	height: 40px;
	padding: 4px 35px 4px 10px;
	border-radius: 0px;
	font-weight: normal;
	color: #666;
	text-transform: inherit;
	width:100%;
}

.widget-search input[type="submit"] {
	padding: 0px;
}
.kode-search{
	float:left;
	width:100%;
	position:relative;
}



.kode-search label {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	height:100%;
	padding:9px 20px;
	cursor:pointer;
}
.kode-search label:hover{
	background-color:#000;
}
.kode-search label:before {
	content: "\f002";
	font-family: 'FontAwesome';
	color: #fff;
}

/* Widget Upcoming */
.upcoming_event_widget ul li {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}
.upcoming_event_widget .widget-thumb {
	float: left;
	width: 100%;
}
.upcoming_event_widget figure {
	float: left;
	position: relative;
}
.upcoming_event_widget figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.upcoming_event_widget ul li:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.upcoming_event_widget figure figcaption a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	position: relative;
}
.upcoming_event_widget figure figcaption a i {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin: -6px 0px 0px 0px;
}
.upcoming_event_widget figure ~ .event-widget-info {
	padding: 0px 0px 0px 90px;
}
.event-widget-info a {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1.5;
}
.event-widget-info time {
	display: block;
	color: #999999;
	font-size: 13px;
}
.event-widget-info time i {
	float: left;
	padding: 6px 8px 0px 0px;
}
/* Category */
.widget_archive ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.widget_archive ul li {
	float: left;
	width: 100%;
	text-align: right;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.widget_archive ul li:hover {
	padding: 10px 10px 10px 25px
}
.widget_archive ul li a {
	color: #666666;
	float: left;
	text-transform: uppercase;
	display: block;
}
.widget_archive ul li:hover a, .widget_archive ul li:hover, .widget_archive ul li:hover a:before {
	color: #ffffff;
}
.widget_archive ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #666666;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}
.widget_archive ul li:hover a:before {
	left: 10px;
}
/* Recent Post */
.kode-content .widget-recentpost ul li {
	border-color: #e3e3e3;
}
.kode-content .widget-recentpost ul li .datetime {
	border-color: #666;
	color: #666;
}
.kode-content .widget-recentpost ul li:hover .datetime {
	color: #ffffff;
}
.post-info h6 {
	margin: 0px;
	clear: none;
	display: none;
}
.kode-sidebar.kode-right-sidebar.columns .post-info h6,
.kode-sidebar.kode-left-sidebar.columns .post-info h6{
	display:block;
}
.widget-recentpost ul li .datetime ~ .post-info {
	padding: 0px 0px 0px 75px;
}
.kode-sidebar.kode-right-sidebar.columns .recent-posts .datetime {
	color: #666;
}
.kode-widget.kode-sidebar-element .recent-posts .datetime{
	color:#000;
}
.recent-posts .datetime {
	color: #fff;
}
.widget-recentpost .recent-posts {
	margin: 0px;
	padding: 0px;
}
.tagcloud a {
	float: left;
	padding: 7px 15px 7px 24px;
	color: #fff;
	margin: 0px 6px 6px 0px;
	text-transform: uppercase;
	font-size: 12px !important;
	position: relative;
	border-radius: 3px;
}
.tagcloud a:before {
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.tagcloud a:hover {
	background-color: #000;
	color: #ffffff;
}
.kode-sidebar.kode-left-sidebar .kode-widget,
.kode-sidebar.kode-right-sidebar .kode-widget {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	padding:0px
}
.flickr_badge_image {
	float: left;
	margin: 0 3.0% 3% 0;
	width:30%
}
.flickr_badge_image img{
	margin:0px;
	float:left;
	width:100%;
}
.flickr_badge_image a{
	float:left;
	width:100%;
}


/*--// Twitter Widget CSS Starts //--*/
.twitter-widget {
	list-style: none;
	margin: 0px 0px 15px 0px;
}
.twitter-widget li:last-child {
	margin: 0px;
}
.twitter-widget li {
	margin: 0px 0px 10px 0px;
}
.twitter-widget .kode-twitter-text, .twitter-widget p {
	color: #aaaaaa;
	margin: 0px 0px 4px 0px;
}
.twitter-widget p a {
	color: #ffffff;
}
.twitter-widget div.kode-twitter-time {
	color: #ffffff;
	text-transform: capitalize;
}
.twitter-widget i {
	color: #767676;
	margin-right: 6px;
}
/* RecentPost */
.widget-recentpost ul li {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.widget-recentpost ul li p {
	margin-bottom: 0px;
}
.widget-recentpost ul li .datetime {
	border: 2px solid #e2e2e2;
	width: 56px;
	height: 56px;
	float: left;
	color: #e2e2e2;
	border-radius: 100%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}
.kode-sidebar.kode-left-sidebar .widget-recentpost ul li .datetime{
	color:#333;
}
.widget-recentpost ul li:hover .datetime{
	color:#fff;
}
.widget-recentpost ul li .datetime span {
	font-size: 14px;
	display: block;
	line-height: 0.6;
}
.widget-recentpost ul li p {
	font-size: 13px;
	line-height: 20px;
}
.widget-recentpost ul li .datetime ~ p {
	padding: 0px 0px 0px 76px;
}
/* Gallery Widget */
.widget-gallery ul {
	margin: 0px 0px 0px -10px;
}
.widget-gallery ul li {
	list-style: none;
	float: left;
	width: 33.333%;
	padding: 0px 0px 10px 10px;
}
.widget-gallery ul li:hover img {
	opacity: 0.4;
}
.widget-gallery ul li a, .widget-gallery ul li a img {
	float: left;
	width: 100%;
}
/* Categories */
.widget_categories ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 10px 0px;
	list-style: none;
	text-align: right
}
.widget_categories ul li:hover {
	padding-left: 15px;
	padding-right: 15px;
}
.widget_categories ul li a {
	float: left;
}
.widget_categories ul li:hover a, .widget_categories ul li:hover a:before, .widget_categories ul li:hover {
	color: #ffffff;
}
.widget_categories ul li:first-child {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.widget_categories ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	float: left;
	margin: 0px 10px 0px 0px;
	color: #333;
}
/* CALENDER*/
.widget_calendar {
}
.widget_calendar table tr td {
	padding: 10px 5px;
	text-align: center;
}
.widget_calendar table tr td:hover {
	color: #fff;
}
.widget_calendar table td.pad:hover {
	background: none;
}
.widget_calendar table thead th {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
}
.widget_calendar caption {
	font-size: 20px;
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
}
/* PAGES*/
.widget_pages {
}
.widget_pages ul, .widget_recent_entries ul, .widget_nav_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.widget_pages ul ul, .widget_nav_menu ul ul {
	padding-left: 20px;
	margin: 5px 0px 0px 0px;
}
.widget_pages ul li, .widget_recent_entries ul li, .widget_nav_menu ul li {
	float: left;
	width: 100%;
}
.widget_nav_menu ul li, .widget_nav_menu ul ul li:first-child {
	border-top: dotted 1px #ccc;
}
.widget_nav_menu ul li:first-child {
	border: none;
}
.widget_pages ul li a, .widget_recent_entries ul li a, .widget_nav_menu ul li a {
	display: block;
	padding: 8px 15px;
	position: relative;
}
.widget_pages ul li:hover > a, .widget_recent_entries ul li:hover a, .widget_nav_menu ul li:hover > a {
	padding: 8px 15px 8px 20px;
	color: #fff;
}
.widget_pages ul li a:before, .widget_recent_entries ul li a:before, .widget_nav_menu ul li a:before {
	content: "\f0da";
	position: absolute;
	left: 0px;
	top: 50%;
	font-size: 14px;
	color: #333;
	font-family: FontAwesome;
	margin-top: -9px;
}
.widget_pages ul li:hover > a:before, .widget_recent_entries ul li:hover a:before, .widget_nav_menu ul li:hover > a:before {
	left: 10px;
	color: #fff !important;
}
/* META WIDGET*/
.widget_meta {
}
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.widget_meta ul li {
	float: left;
	width: 100%;
	border-top: dotted 1px #999;
}
.widget_meta ul li:first-child {
	border: none;
}
.widget_meta ul li a {
	display: block;
	padding: 10px 0px;
}
.widget_meta ul li a:hover {
	padding: 10px 10px;
	color: #fff;
}
/* RECENT COMMENTS*/
.widget_recent_comments {
}
.widget_recent_comments ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.widget_recent_comments ul li {
	float: left;
	width: 100%;
	padding: 3px 0px;
	border-top: solid 1px #CCC;
	font-size: 12px;
}
.widget_recent_comments ul li .comment-author-link a {
	text-transform: uppercase;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	margin:5px 0px 5px 0px;
	display:inline-block;
}
/* RSS WIDGET*/
.widget_rss {
}
.widget_rss ul {
	list-style: none;
	margin: 0px;
	float: left;
	width: 100%;
}
.widget_rss ul li {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}
.widget_rss ul li:first-child {
	padding: 0px;
	margin: 0px;
	border: none;
}
.widget_rss ul li a.rsswidget {
}
.widget_rss ul li a.rss-date {
	margin-left: 10px;
}
/* TEXT WIDGET*/
.widget_text {
}
.widget_text img {
	padding: 10px;
	float: left;
	width: 100%;
	border: solid 1px #CCC;
	margin: 0px 0px 10px 0px;
}
.widget_text img:hover {
}
.widget_text strong {
	margin-bottom: 10px;
}
/* FOOTER WIDGETS*/
#footer-widget .widget_calendar caption {
	color: #CCC;
	padding: 5px 0px;
}
#footer-widget .widget_calendar #calendar_wrap {
	background-color: #111;
}
#footer-widget .widget_archive select, #footer-widget .widget_categories select, #footer-widget .widget_text select, #footer-widget .widget_search input[type='text'] {
	background-color: #111;
	border: solid 1px #333;
}
#footer-widget .kode-search label:before {
	color: #fff;
}
#footer-widget .widget_pages ul li a:before, #footer-widget .widget_recent_entries ul li a:before, #footer-widget .widget_nav_menu ul li a:before, #footer-widget .widget_pages ul li a, #footer-widget .widget_recent_entries ul li a, #footer-widget .widget_nav_menu ul li a{
	color: #CCC;
}
#footer-widget .widget_pages ul li a:hover, #footer-widget .widget_recent_entries ul li a:hover, #footer-widget .widget_nav_menu ul li a:hover{
	color:#fff;
}
#footer-widget .widget_recent_comments ul li, #footer-widget .widget_meta ul li, #footer-widget .widget_rss ul li, #footer-widget .widget_nav_menu ul li, #footer-widget .widget_archive ul li, #footer-widget .widget_categories ul li {
	border-color: rgba(255,255,255,0.15);
}
#footer-widget label {
	color: #ccc;
}
#footer-widget .widget_rss ul li, #footer-widget  .widget_categories ul li a:before, #footer-widget .widget_categories ul li a{
	color: #fff
}

/*COMMENTS FORM*/
.comment-form {
	float: left;
	width: 100%;
}
.comment-form input[type='text'] {
	width: 100%;
}
.comment-form p {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom:20px;
}
#commentform .kode-comment-author{
	margin-left:0px;
}
.comment-form p:first-child {
	margin-left: 0px;
}
.comment-form .comment-form-rating, .comment-form .comment-form-comment{
	margin-left:0px;
	width:100%;
}
.comment-form p.full-width-kode, .comment-form p.kode-textarea, .comment-form p.form-submit {
	width: 100%;
	margin-left: 0px;
}
.comment-form input[type="submit"] {
	border-radius: 0px;
	color: #fff;
	padding: 14px 20px;
}
.comment-form textarea {
	height: 200px;
}
.comment-form input[type="submit"]:hover {
	background-color: #000;
}
/*COMMENTS*/

#kodecomments {
	float: left;
	width: 100%;
}
#kodecomments > ul > ul {
	margin: 0px;
}
.commentlist > .children > li,
#kodecomments > ul > li {
	float: left;
	width: 100%;
	list-style: none;
}
#kodecomments > ul > li {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-bottom: 12px;
}
#kodecomments ul li figure {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
}
#kodecomments ul li figure img {
	border-radius: 100%;
	width: 100%;
}
#kodecomments ul li figure ~ .text {
	padding: 0px 0px 0px 80px;
	float: none;
	width: auto;
}
#kodecomments ul li .text h6 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
#kodecomments ul li .text a {
	float: left;
}
#kodecomments ul .kode-edit-reply p.edit-link{
	padding:0px;
	float:right;
	margin:0px;
}
p.edit-link a,
#kodecomments ul li .text a.comment-reply-link{
	border: 1px solid #dddddd;
    border-radius: 4px;
    color: #777777;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-transform: uppercase;
}
#kodecomments ul li .text a.comment-reply-link:hover{
	color:#fff;
}
#kodecomments ul li .text .replay-btn {
	float: left;
	padding: 6px 24px 6px 24px;
	color: #777777;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
#kodecomments ul li .text .replay-btn:hover {
	color: #ffffff;
}
#kodecomments ul li .text p {
	margin-top: 8px;
	margin-bottom: 25px;
	display: list-item;
}
.short-time {
	float: left;
	width: 100%;
	font-size: 12px;
}
.short-time span {
	color: #999;
	text-transform: uppercase;
	margin-right: 20px;
}
.short-time span i {
	margin-right: 5px;
}
#kodecomments .children li {
	margin-bottom: 0px;
}
#kodecomments .children > li {
	padding: 0 0 0 80px;
	float: left;
	width: 100%;
}
#kodecomments .kode-title-comment-c a {
    font-size: 16px;
    font-weight: bold;
}
#kodecomments ul ul.children li {
	border-top: 1px solid #ebebeb;
	margin-top: 25px;
	padding-top: 25px;
	list-style:none;
}

/*FLICKR GALLERY*/
.widget_kode_flickr_widget{
}
.widget_kode_flickr_widget a{
	display:block;
	position:relative;
	float:left;
}
.widget_kode_flickr_widget a:before{
	content:"\f067";
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-9px;
	color:#fff;
	font-family:FontAwesome;
	opacity:0; 
	font-size:20px;
	line-height:20px;
	z-index:10;
}
.widget_kode_flickr_widget a:hover:before{
	opacity:1;
}
.widget_kode_flickr_widget a:after{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	opacity:0;
}
.widget_kode_flickr_widget a:hover:after{
	opacity:0.7
}
.widget_kode_flickr_widget img{
	width:100%;
	height:auto;
}

/*UPCOMING EVENT*/
.widget_em_widget{
}
.widget_em_widget ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
.widget_em_widget ul li{
	font-size:14px;
	font-weight:normal;
	
}
.widget_em_widget ul li a{
	display:block;
	clear:both;
	padding:5px 8px;
	color:#333;
	background-color:#efeeee;
}
.widget_em_widget ul ul li a{
	background-color:transparent;
}
.widget_em_widget ul ul li{
	font-size:12px;
	padding:5px 0px;
	list-style-position:inside;
	list-style:none;
}
.widget_em_widget ul ul{
	padding:5px 0px 5px 20px;
	list-style:decimal;
}


/*.widget_product_categories{
}
.widget_product_categories ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%
}*/

/*CSS TRANSITION*/

.widget_archive ul li a, .widget_archive ul li, .widget_archive ul li a:before, .widget_calendar table tr td, .widget_categories ul li a, .widget_categories ul li, .widget_categories ul li a:before, .widget_pages ul li a, .widget_pages ul li a:before, .widget_meta ul li a, .widget_recent_entries ul li a:before, .widget_recent_entries ul li a, .tagcloud a, .widget_nav_menu ul li a:before, .widget_nav_menu ul li a, .widget_nav_menu ul li, .comment-form input[type="submit"], #kodecomments ul li .text a.comment-reply-link, .kode-search label, .widget-recentpost ul li .datetime, .kode-blog-list figcaption .datetime, .woocommerce .cart .button, .woocommerce .cart input.button, .widget_kode_flickr_widget a:after {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.kode-sidebar-element [class*="col-md-"] {
	padding:0px;
	width:100%;
}
.check-list ul{
	margin:0px;
	padding:0px;
}
.kode-thumb .kode-bxslider .bxslider li{margin:0px !important}
.header-style-7 .col-md-6{
	width:100%;
	text-align:center;
}
.header-style-7 .kode-breadcrumb{float:none;}
.header-style-7-plus .kode-headbar {
    background-color: rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
}
.header-style-7 .page-info h2{
	font-size:55px !important;
}
.header-style-7-plus  .kode-navigation-wrapper{
	float:right;
}
.pagebuilder-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
}


/*
	  ==============================================================
		   Add 1 Wrap Start
	  ==============================================================
*/
.kf_store_add_bg{
	float:left;
	width:100%;
	position:relative;
	margin:10px 0px;	
}
.kode-type-1{
	float:left;
	width:100%;
	position:relative;	
	overflow:hidden;
}
.kode-type-1 figure:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(49,27,11,0.85);
	z-index:100;	
}
.kode-type-1 figure,
.kf_store_add2_wrap figure{
	width:100%;
	float:left;
	position:relative;
}
.kode-type-1 figure img{
	width:100%;
	height:auto;	
}
.kode-type-1 [class*="kode-txt-"]{
	float:left;
	width:100%;
	position:absolute;
	padding:0px 0px 0px 25px;
	top:50%;
	margin:-100px 0px 0px;
	z-index:9999;	
}
.kode-type-1 [class*="kode-txt-"] h5{
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:600;	
}
.kode-type-1 [class*="kode-txt-"] h3{
	font-size:52px !important;
	text-transform:uppercase;
	font-weight:600;	
	line-height:40px;
}
.kode-type-1 [class*="kode-txt-"] p{
	font-size:35px;
	text-transform:capitalize;
	margin:0px 0px 45px;	
}
[class*="kode-txt-"] a{
	display:inline-block;
	padding:15px 35px;
	line-height:normal;
	font-size:15px;
	border:1px solid;	
}
[class*="kode-txt-"] a:hover{
	color:#fff;	
}
/*
	  ==============================================================
		   Add 1 Wrap End
	  ==============================================================
*/

/*
	  ==============================================================
		   Add 2 Wrap Start
	  ==============================================================
*/
.kode-type-2{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0px 0px 14px;	
}
.kode-type-2:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.55);
	z-index:1;	
}
.kode-type-2 figure img {
	width:100%;
	height:auto;
}
.kode-type-2 figure:before,
.kode-type-2 figure:after {
	position: absolute;
	top: 10px;
	right:10px;
	bottom:10px;
	left:10px;
	content: '';
	z-index:1000;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.kode-type-2 figure:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.kode-type-2 figure:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.kode-type-2:hover figure:before,
.kode-type-2:hover figure:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.kode-type-2 [class*="kode-txt-"]{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	margin:-35px 0px 0px;
	z-index:100;	
}
.kode-type-2 [class*="kode-txt-"] h3{
	font-size:40px !important;
	color:#fff !important;
	font-weight:bold;
	text-transform:uppercase;	
	line-height:40px;
}
.kode-type-2 [class*="kode-txt-"] p{
	color:#fff !important;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;	
}
/*
	  ============================================================
		   Transform Effect
	  ============================================================
*/
.kode-type-1:hover figure img,
.kode-type-2:hover figure img,
.kode-type-3:hover figure img,
.kf_store_footer_product ul li:hover figure img
{
	transform:scale(1.2) rotateZ(-6deg);
	-webkit-transform:scale(1.2) rotateZ(-6deg);
	-moz-transform:scale(1.2) rotateZ(-6deg);
	-ms-transform:scale(1.2) rotateZ(-6deg);
	-o-transform:scale(1.2) rotateZ(-6deg);	
}

.kf_store_ui_element ul li a,
.kf_store_search i,
.kf_store_wishlist i,
.kf_store_social_icon ul li a,
.kf_store_product:before,
.kf_store_product:after,
.kf_store_product figure,
.kf_store_product_social,
.kf_store_product_social ul li a,
.kf_store_navigation ul li a,
.kf_store_caption a,
.kode-type-1 figure img,
.kode-type-2 figure,
.kode-type-2 figure img,
.kode-type-1 [class*="kode-txt-"] a,
.kode-type-2:before,
.kf_store_add4_des a,
.kf_store_trending,
.kf_store_trending figure,
.kf_store_trending figure:before,
.kf_trending_hover,
ul.kf_store_blog_meta li a,
.kf_store_blog_des h5,
.kf_store_blog_des span,
.kf_store_add3_wrap form input[type="submit"],
.kf_store_add3_wrap form button,
.kf_store_blog_des span a,
.kf_store_foo_prdct_des h6 > a,
.kf_store_foo_prdct_des > a,
.kf_store_foo_news h6 > a,
.kf_store_charity_review a,
.kf_store_blog figure img,
.kf_store_trend_icon li a,
.kf_trending_item_des > a,
.kode-type-3 figure img,
.kf_store_inst_img_hover,
.kf_store_inst_img_hover a,
.kf_store_footer_product ul li figure img
{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;	
}

/*
	  ==============================================================
		   Add 2 Wrap End
	  ==============================================================
*/

/*
	  ==============================================================
		   Add 3 Wrap Start
	  ==============================================================
*/
.kf_store_add3_wrap{
	float:left;
	width:100%;
	position:relative;
	background-color:#eae7e7;
	border-top:8px solid #404d54;
	border-bottom:8px solid #404d54;
	border-left:12px solid #404d54;
	border-right:12px solid #404d54;
	text-align:center;
	padding:10px 12px;	
}

.kf_store_add3_wrap h4{
	font-size:39px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:normal;	
	color:#404d54;
	margin:0 0 10px;
}
.pagebuilder-wrapper .simple-column .kf_store_add3_wrap h4{
	font-size:39px;
}
.kf_store_add3_wrap h4 span{
	font-weight:bold;	
}
.kf_store_add3_wrap form{
	width:100%;	
	position:relative;
	margin:0px 0px 10px;
}
.kf_store_add3_wrap form input[type="text"]{
	width:100%;
	height:42px;
	border:1px solid #313e45;
	padding:8px 90px 8px 20px;	
}

.kf_store_add3_wrap form input[type="text"]:focus{
	border:1px solid #000;	
}
.kf_store_add3_wrap form input[type="submit"],
.kf_store_add3_wrap form button{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#313e45;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;	
	border:0px;
	height:41px;
	padding:0px 30px;
}
.kf_store_add3_wrap form input[type="submit"]:hover,
.kf_store_add3_wrap form button:hover{
	background-color:#000;	
}
.kf_store_add3_wrap p{
	margin:0px;
	line-height:24px;
	color:#313e45;
	font-size:14px;	
}
/*
	  ==============================================================
		   Add 3 Wrap End
	  ==============================================================
*/

/*
	  ==============================================================
		   Add 4 Wrap Start
	  ==============================================================
*/
.kode-type-3{
	float:left;
	width:100%;
	position:relative;	
	overflow:hidden;
}
.kode-type-3 figure{
	float:left;
	width:100%;
	position:relative;	
}
.kode-type-3 figure img{
	width:100%;
	height:auto;	
}
.kode-type-3 [class*="kode-txt-"]{
	position:absolute;
	top:50%;
	right:30px;
	text-align:center;
	width:auto;
	margin:-150px 0px 0px;	
}
.kode-type-3 [class*="kode-txt-"] h3{
	font-size:50px !important;
	font-weight:bold;
	text-transform:uppercase;
	color:#414141 !important;
}
.kode-type-3 [class*="kode-txt-"] p{
	font-size:40px !important;
	font-weight:bold;
	margin:0px 0px 10px;
	color:#414141;	
}
.kode-type-3 [class*="kode-txt-"] a{
	display:inline-block;
	padding:12px 30px;
	color:#414141;
	font-size:15px;
	border:1px solid #414141;
	line-height:normal;	
}
.kode-type-3 [class*="kode-txt-"] a:hover{
	background-color:#000;
	color:#fff;	
}



.kf_store_footer_bg{
	padding:50px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	position:relative;	
	width:100%;
	float:left;
}
.kf_store_footer_bg:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);	
}
.store_widget{
	float:left;
	width:100%;
	position:relative;	
}
#footer-widget-upper .widget-title,
.store_widget .widget-title{
	font-size:22px;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	padding:0px 0px 15px;
	margin:0px 0px 15px;
	position:relative;	
}
#footer-widget-upper .widget-title:before,
.store_widget .widget-title:before{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:50px;
	height:1px;
	background-color:#888888;	
}
/*Footer Col 1 Style*/
.kf_store_footer_product ul{
	float:left;
	width:100%;	
	margin:0px;
	padding:0px;
	list-style:none;
}
.kf_store_footer_product ul li{
	float:left;
	width:100%;
	position:relative;
	padding:10px 0px;	
}
.kf_store_footer_product ul li figure{
	width:90px;
	float:left;
	overflow:hidden;
	margin-right:20px;	
}
.kf_store_footer_product ul li figure img{
	width:100%;
	height:auto	
}
.kf_store_foo_prdct_des{
	float:none;
	padding:10px 0px 0px 105px;
	width:auto;	
}
.kf_store_foo_prdct_des h6 > a{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 15px;	
}
.kf_store_foo_prdct_des > a{
	display:inline-block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:34px;
	color:#fff;
	margin:0px 20px 0px 0px;
}
.kf_store_foo_prdct_des > a:hover{
	background-color:#000;	
}
.kf_store_foo_prdct_des span{
	display:inline-block;
	font-weight:bold;
	color:#fff;
	font-size:16px;	
}

/*Footer Col 2 Style*/
.kf_store_foo_news{
	float:none;
	padding:10px 0px 0px 0px;
	width:auto;	
}
.kf_store_foo_news h6 > a{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 15px;	
}
.kf_store_foo_news > a{
	display:inline-block;
	font-size:12px;
	font-weight:bold;
}
/*Footer Col 4 Style*/
.kf_store_charity_review figure{
	width:100%;
	float:left;
	margin:10px 0px 15px;	
}
.kf_store_charity_review figure img{
	width:100%;
	height:auto;	
}
.kf_store_charity_review p{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 15px;	
}
.kf_store_charity_review a{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:12px 20px;
	border:1px solid;
	text-transform:uppercase;
	line-height:normal;
	border-radius:2px;
}
.kf_store_charity_review a:hover{
	background-color:#000;
	border:1px solid #000 !important;	
}

/*
	  ==============================================================
		   Shop Our Instagram Wrap Start
	  ==============================================================
*/
.kf_store_instagram{
	background-color:#eff0eb;	
}
.kf_store_inst_img{
	float:left;
	width:100%;
	position:relative;	
}
.kf_store_inst_img:before{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);	
	z-index:99;
}
.kf_store_inst_img a{
	display:block;	
}
.kf_store_inst_img img{
	width:100%;
	height:auto;	
}
.kf_store_inst_img_hover{
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	z-index:9999;
	visibility:hidden;
	opacity:0;
}
.kf_store_inst_img_hover a{
	display:inline-block;
	width:35px;
	height:35px;
	color:#fff;
	line-height:35px;
	border-radius:100%;
	margin:-20px 0px 0px -20px;
}
.kf_store_instagram .owl-pagination{
	display:none;	
}
.kf_store_instagram .owl-controls.clickable{
	position:relative;
	bottom:-20px;
}
.kf_store_instagram .owl-theme .owl-controls .owl-buttons div{
	border-radius:100%;
	width:32px;
	height:32px;
	background-color:#e1e1e1;
	font-size:0px;
	position:relative;	
}
.kf_store_instagram .owl-theme .owl-controls .owl-buttons div.owl-prev:before{
	content:"\f060";
	position:absolute;
	font-family:fontawesome;
	top:0px;
	left:0px;
	color:#9a9a9a;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;	
}
.kf_store_instagram .owl-theme .owl-controls .owl-buttons div.owl-next:before{
	content:"\f061";
	position:absolute;
	font-family:fontawesome;
	top:0px;
	right:0px;
	color:#9a9a9a;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;	
}
/*HOVER STYLE*/
.kf_store_inst_img_hover a:hover{
	background-color:#fff;
}
.kf_store_inst_img:hover .kf_store_inst_img_hover{
	top:50%;
	opacity:1;
	visibility:visible;	
}

/*
	  ==============================================================
		   Store Heading Wrap Start
	  ==============================================================
*/
.kf_store_heading_1{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin:0px 0px 35px;	
}
.kf_store_heading_1 h4{
	font-size:30px !important;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	color:#1f1f1f;
	margin:0px 0px 10px;	
}
.kf_store_heading_1 h6{
	text-transform:uppercase;
	font-style:14px;
	font-weight:normal;
	color:#1f1f1f;
	position:relative;
}
.kf_store_heading_1 h6:before{
	content:"";
	position:absolute;
	top:50%;
	left:-250px;
	right:0px;
	margin:auto;
	width:100px;
	height:1px;
	background-color:#e1e1e1;	
}
.kf_store_heading_1 h6:after{
	content:"";
	position:absolute;
	top:50%;
	margin:auto;
	right:-250px;
	left:0px;
	width:100px;
	height:1px;
	background-color:#e1e1e1;	
}
.col-md-6.columns .new-products.row .col-md-12.columns .kf_store_product{
	padding-bottom:80px;
}


.kode-item[class*="kode-type-"] [class*="kode-txt-"].left{
	left:0;
	right:auto;	
}
.kode-item[class*="kode-type-"] [class*="kode-txt-"].right{
	left:auto;
	right:40px;	
}
.kode-item[class*="kode-type-"] [class*="kode-txt-"].center{
	left:0;
	right:0;	
}
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-left{
	text-align:left;
}
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-right{
	text-align:right;
}
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-center .kode_effect_1,
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-center .kode_effect_2,
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-center .kode_effect_3,
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-center .kode_effect_4,
.kode-item[class*="kode-type-"] [class*="kode-txt-"].kode-txt-center{
	text-align:center;
	float:none;
}

/*masjid*/

/*
	  ============================================================
		   Transaction Effect
	  ============================================================
*/
.kf_masjid_link_1,
.kf_masjid_service_des,
.kf_masjid_service_wrap figure,
.kf_masjid_service_wrap figure img,
.kf_masjid_service_wrap,
.kf_masjid_effect_1,
.kf_masjid_gal_hover a,
.kf_masjid_gal_hover,
.kf_masjid_offer_wrap,
.kf_masjid_join_des h3 > a,
.kf_masjid_blog_des > a,
.kf_masjid_blog_outer_wrap,
.kf_masjid_blog_outer_wrap figure img,
.kf_masjid_field input[type="submit"],
.kf_masjid_field button,
.kf_masjid_service > a,
ul.kf_masjid_social_icon li a,
.kf_masjid_ui_element ul li a,
.kf_masjid_nav ul li a,
.kf_masjid_search_bar form input[type="search"],
.kf_masjid_search_bar form button,
.kf_masjid_donate_des a,
.kf_masjid_who_wrap,
.kf_masjid_service ul li:before,
.kf_masjid_service ul li a,
.kf_masjid_photo_gallery ul li a img,
.kf_masjid_offer_des h5 > a
{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;	
}
/*
	  ============================================================
		   Transform Effect
	  ============================================================
*/
.kf_masjid_service_wrap:hover figure img,
.kf_masjid_blog_outer_wrap:hover figure img,
.kf_masjid_photo_gallery ul li:hover a img{
	transform: scale(1.2) rotateZ(-6deg);
	-moz-transform: scale(1.2) rotateZ(-6deg);
	-webkit-transform: scale(1.2) rotateZ(-6deg);
}
