/**
* The stylesheet for displaying on mobile device.
*
* @package Furion
* @author  LunarTheme
* @link	http://www.lunartheme.com
*/
/*--------------------------------------------------------------
	1. Max Screen 1800px
--------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
	.k2t-title-bar {
		padding-left: 100px;
	}
	.k2t-title-bar .main-title {
		text-indent: 0px;
	}
	.k2t-title-bar .main-title:after {
		left: 0;
	}
	.k2t-title-bar .main-excerpt,
	.k2t-title-bar .description,
	.k2t-breadcrumbs {
		margin-left: 97px;
	}

}
/*--------------------------------------------------------------
	1. Max Screen 1300px
--------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
	.k2t-header > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*--------------------------------------------------------------
	1. Max Screen 1300px
--------------------------------------------------------------*/
@media only screen and (max-width: 1300px) and (min-width: 1170px) {
	.k2t-header > div {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*--------------------------------------------------------------
	1. Max Screen 1280px
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px){
	.k2t-header-mid .k2t-menu li:nth-last-child(2) ul li ul {
		left: -190px;
	}
	/* sidebar */
	.right-sidebar .k2t-blog,
	.right-sidebar .k2t-main {
		padding-right: 30px;
	}
	.left-sidebar .k2t-blog,
	.left-sidebar .k2t-main {
		padding-left: 30px;
	}
}


/*--------------------------------------------------------------
	1. Max Screen 1200px
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
	.widget #wp-calendar td#today {
		background: transparent;
		font-size: 115%;
		font-weight: bold;
		color: #303030;
	}
}

/*--------------------------------------------------------------
	1. Max Screen 1170px
--------------------------------------------------------------*/
@media only screen and (max-width: 1170px){
	.k2t-title-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.k2t-footer .k2t-bottom .k2t-row > div:first-child,
	.k2t-footer .k2t-bottom .k2t-row > div:first-child > aside {
		padding-left: 15px;
	}
	.k2t-footer .k2t-bottom .k2t-row > div:last-child,
	.k2t-footer .k2t-bottom .k2t-row > div:last-child > aside {
		padding-right: 15px;
	}
}
/*--------------------------------------------------------------
	2. Max Screen 1024px
--------------------------------------------------------------*/
@media screen(max-width: 776px) {
	.k2t-title-bar.parallax {
		background-attachment: scroll !important;
	}
	body.page div.no-sidebar div[data-vc-full-width-init="true"] {
		max-width: 100% !important;
	}
}
/*--------------------------------------------------------------
	2. Max Screen 1024px
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	/* layout */
	.k2t-content.left-sidebar {
		padding-left: 15px;
	}
	.k2t-content.right-sidebar {
		padding-right: 15px;
	}
	.right-sidebar .k2t-sidebar,
	.left-sidebar .k2t-sidebar {
		padding-left: 0;
	}
	.k2t-footer .k2t-bottom .k2t-row > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/*----------- title-bar -----------*/
	.k2t-title-bar .main-title.length-title {
		font-size: 40px !important;
	}
	.k2t-title-bar .main-title.medium-title {
		font-size: 50px !important;
	}
	.k2t-title-bar .main-title {
		font-size: 60px !important;
	}
	.k2t-logo .logo-text {
		line-height: 80px;
	}
	.k2t-header-mid .k2t-menu > li {
		margin-right: 0;
	}
	/*----------- 2.1 Container -----------*/
	.k2t-container {
		width: 100%;
	}
	.k2t-info,
	.k2t-not-found,
	.vc_row > div > .wpb_column,
	.vc_row > div > div > .wpb_column {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row > div > .wpb_column.mobile-nopadding,
	.vc_row > div > div > .wpb_column.mobile-nopadding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* go to top */
	.k2t-btt:hover {
		background: rgba(0, 0, 0,0.3);
		height: 30px;
		width: 30px;
	}

	.k2t-btt {
		bottom: 30px;
		right: 15px;
	}

	/*----------- 2.5 Menu -----------*/
	.k2t-header-mid .k2t-menu li ul {
		top: 80px;
	}
	.k2t-header-mid .k2t-menu > li > a {
		line-height: 80px;
		padding: 0 15px;
		font-size: 95%;
	}
	.k2t-header-mid .k2t-logo img {
		max-height: 44px;
	}
	/* blog */
	.b-masonry .masonry-layout {
		margin-left: 0;
		margin-right: 0;
	}
	.flx-entry-thumb {
		max-width: 100%;
	}
	/*rev slider */
	.rev_slider_wrapper .tp-leftarrow {
		bottom: -9px;
		right: 148px;
	}
	.rev_slider_wrapper .tp-rightarrow {
		bottom: -9px;
		right: 0px;
	}
	/* footer */
	.k2t-footer {
		padding: 0 15px;
	}
	.k2t-footer div.k2t-wrap,
	.k2t-footer .k2t-bottom .k2t-row > div:first-child > aside {
		padding-left: 0;
	}
	.k2t-footer div.k2t-wrap,
	.k2t-footer .k2t-bottom .k2t-row > div:last-child > aside {
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
	5. Screen between 800px to 900px
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.k2t-header {
		z-index: 99999;
	}
	/* layout */
	.vc_row-o-full-height {
		min-height: 0 !important;
	}
	.vc_row-o-full-height {
		height: auto !important;
	}
	.k2t-title-bar .main-title {
		font-size: 30px !important;
	}
	.k2t-info .row [class*="col-"] {
		float: none;
		width: 100%;
		text-align: center;
	}
	.b-masonry [class*="column-"] .grid-sizer {
		width: 50%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 50%;
	}

	/*----------- 2.5 Menu -----------*/
	.k2t-header-mid {
		height: 70px;
	}
	.k2t-header-mid .k2t-menu li ul {
		top: 62px;
	}
	.k2t-header-mid .k2t-menu > li > a {
		line-height: 60px;
		padding: 0 10px;
		font-size: 90%;
	}
	.k2t-header-mid .k2t-logo {
		margin: 20px 0 0;
	}
	.k2t-header-mid .k2t-logo img {
		max-height: 40px;
	}
}

/*--------------------------------------------------------------
	3. Max Screen 800px
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
	.right-sidebar .k2t-blog, 
	.right-sidebar .k2t-main {
		padding-right: 0;
		padding-left: 0 !important;
	}
	.k2t-content.left-sidebar,
	.k2t-content.right-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
	.page div.k2t-sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*----------- 2.2 Header -----------*/
	.k2t-header > *:not(.k2t-header-m) {
		display: none;
	}
	.k2t-header {
		padding-top: 0;
	}
	.k2t-header-m {
		background: #fff;
		display: block;
		z-index: 1000;
		width: 100%;
	}

	/*----------- 2.5 Menu -----------*/
	body {
		right: auto;
		left: 0;
	}
	body.nav-is-visible,
	body.nav-is-visible .k2t-header-m {
		left: 260px;
	}
	
	/* ============================= Menu Mobile ============================== */
	.admin-bar .mobile-menu-wrap{
		margin-top: 32px;
	}
	.k2t-header .k2t-header-top .k2t-row [class*="col-"] .h-element{
		margin-left: 0;
	}
	.k2t-header .k2t-header-top .k2t-row > [class*="col-"]:last-child{
		padding: 0 20px;
	}
	.k2t-header .k2t-row > [class*="col-"]:last-child{
		padding-top: 15px !important;
	}
	.k2t-header .k2t-menu > li {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile {
	    display: inline-block;
	    display: block;
	    padding: 0 10px;
	    position: relative;
	    z-index: 10;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile:before,
	.k2t-header .k2t-header-m .top-main-menu-mobile:after {
	    content: " ";
	    display: table;
	}
	  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
	    clear: both;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile > * {
	    height: 40px;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info {
	    font-size: 14px;
	    width: 70%;
	    float: left;
	    text-transform: uppercase;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info p {
	    margin-bottom: 0;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right {
	    width: 30%;
	    float: left;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart {
	    padding-right: 3px;
	    -webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	    -o-transform: translateY(-2px);
	    transform: translateY(-2px);
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child .shop-item,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item {
	    top: 44px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social {
	    display: inline-block;
	    position: relative;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share {
	    top: 100%;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share ul,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share ul {
	    opacity: 1;
	    width: 400px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share {
	    position: absolute;
	    top: 0;
	    right: 0;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover {
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	  }
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul {
	    opacity: 1;
	    height: 40px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul {
	    background: #fff;
	    padding: 2px !important;
	    width: 0;
	    opacity: 0;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover {
	    opacity: 1;
	    width: 400px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li {
	    height: 40px;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a {
	    padding: 0;
	    width: 40px;
	}
	.k2t-header .k2t-header-m > div {
	    width: 100%;
	}
	.k2t-header .k2t-header-m .main-menu-m {
	    display: inline-block;
	    display: block;
	}
	.k2t-header .k2t-header-m .main-menu-m:before,
	.k2t-header .k2t-header-m .main-menu-m:after {
	    content: " ";
	    display: table;
	}
	.k2t-header .k2t-header-m .main-menu-m:after {
	    clear: both;
	}
	.k2t-header .k2t-header-m .main-menu-m > div {
	    float: left;
	    line-height: 80px;
	    max-height: 80px;
	}
	.k2t-header .k2t-header-m .k2t-menu-m {
	    height: 80px;
	    width: 16.66666667%;
	}
	.k2t-header .k2t-header-m .k2t-menu-m .hamburger.is-active {
	    z-index: 9;
	    -webkit-transform: translateY(-43px);
	    -ms-transform: translateY(-43px);
	    -o-transform: translateY(-43px);
	    transform: translateY(-43px);
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .k2t-menu-m .hamburger .hamburger-box > * {
	    -webkit-transition: all 0.6s ease 0s;
	    -moz-transition: all 0.6s ease 0s;
	    -o-transition: all 0.6s ease 0s;
	    transition: all 0.6s ease 0s;
	}
	.k2t-header .k2t-header-m .k2t-logo-m {
	    width: 66.66666667%;
	    text-align: center;
	    margin: 10px 0 0;
	}
	.k2t-header .k2t-header-m .k2t-logo-m img {
	    display: block;
	    max-height: 55px;
	    margin: 0 auto;
	}
	.k2t-header .k2t-header-m .k2t-right-m {
	    width: 16.66666667%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .k2t-right-m > div {
	    display: inline-block;
	}
	  .k2t-header .k2t-header-m .k2t-right-m .cart-control {
	    line-height: 216%;
	}
	.k2t-header .k2t-header-m .k2t-right-m .cart-control i {
	    line-height: 168%;
	    -webkit-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    -o-transform: translateY(-4px);
	    transform: translateY(-4px);
	}
	.k2t-header .k2t-header-m .k2t-right-m i {
	    color: #a9a9a9;
	}
	.k2t-header .k2t-header-m .k2t-right-m i:hover {
	    color: #252525;
	}
	.k2t-header .m-trigger .hamburger {
	    padding: 0;
	}
	.k2t-header .m-trigger .hamburger-box {
	    height: 13px;
	}
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner,
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:before,
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:after {
	    background: #252525;
	}
	.k2t-header .m-trigger .hamburger-inner,
	.k2t-header .m-trigger .hamburger-inner:before,
	.k2t-header .m-trigger .hamburger-inner:after {
	    background: #a9a9a9 !important;
	    border-radius: 0;
	    height: 2px;
	    width: 20px;
	  }
	.k2t-header .m-trigger .hamburger-inner:before {
	    top: 5px;
	  }
	.k2t-header .m-trigger .hamburger-inner:after {
	    top: 10px;
	}
	.k2t-header .m-trigger .hamburger.is-active .hamburger-inner:after {
	    top: 20px;
	}
	.k2t-header .k2t-header-m {
	    display: block;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap {
	    background: #fff;
	    position: fixed;
	    top: 0;
	    left: -260px;
	    height: 100%;
	    width: 260px;
	    overflow-y: scroll;
	    -webkit-transition: all 0.3s ease 0.3s;
	    -moz-transition: all 0.3s ease 0.3s;
	    -o-transition: all 0.3s ease 0.3s;
	    transition: all 0.3s ease 0.3s;
	    z-index: 999;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap.active {
	    left: 0;
	    -webkit-transition: all 0.3s ease 0.3s;
	    -moz-transition: all 0.3s ease 0.3s;
	    -o-transition: all 0.3s ease 0.3s;
	    transition: all 0.3s ease 0.3s;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger {
	    position: absolute;
	    top: -2px;
	    left: 19px;
	    z-index: 999;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
	    display: block;
	    margin-top: 15px 0 30px;
	    padding-left: 6px;
	    padding-right: 20px;
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
	    font-size: 24px;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
	    overflow: hidden;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu > *:first-child:last-child {
	    float: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist {
	    float: left;
	    width: 50%;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item:hover .open-sub-menu{
		border: 1px solid #a9a9a9;
	}
	.k2t-header .k2t-header-m a,
	.k2t-header .k2t-header-m a:before{
		webkit-transition: none;
	    -moz-transition: none;
	    -ms-transition: none;
	    -o-transition: none;
    	transition: none;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a {
	    color: #a9a9a9;
	    display: block;
	    font-size: 20px;
	    margin: 0 auto;
	    padding-right: 19px;
	    text-align: right;
	    -webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	    -o-transform: translateY(2px);
	    transform: translateY(2px);
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:active,
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:hover {
	    color: #ff6600;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login {
	    float: left;
	    width: 50%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a {
	    color: #a9a9a9;
	    padding-right: 22px;
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0 auto;	    
	    text-align: center;
	    text-transform: uppercase;
	    font-family: "Montserrat";
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:active,
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:hover {
	    color: #ff6600;
	}
	.k2t-header .k2t-header-m ul,
	.k2t-header .k2t-header-m ol {
	    list-style: none;
	    margin-left: 0;
	    padding-left: 0;
	}
	.k2t-header .k2t-header-m ul > li,
	.k2t-header .k2t-header-m ol > li {
	    line-height: 50px;
	}
	.k2t-header .k2t-header-m ul > li a,
	.k2t-header .k2t-header-m ol > li a {
	    padding-left: 20px;
	    padding-right: 30px;
	}
	.k2t-header .k2t-header-m ul ul > li,
	.k2t-header .k2t-header-m ol ul > li {
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m ul ul > li a,
	.k2t-header .k2t-header-m ol ul > li a {
	    padding-left: 40px;
	}
	.k2t-header .k2t-header-m ul ul ul > li a,
	.k2t-header .k2t-header-m ol ul ul > li a {
	    padding-left: 60px;
	}
	.k2t-header .k2t-header-m .mobile-menu {
	    padding-left: 0;
	    max-width: 260px;
	}
	.k2t-header .k2t-header-m ul {
	    padding-left: 0;
	}
	.k2t-header .k2t-header-m ul li {
	    position: relative;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item {
	    position: relative;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {
	    background: #a9a9a9;
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before {
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li.active > .wrap-link-item a,
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item a {
	    color: #ff6600;
	}
	.k2t-header .k2t-header-m ul li.active > .wrap-link-item:hover a,
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item:hover a {
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li a {
	    display: inline-block;
	    color: #252525;
	    font-size: 14px;
	    min-height: 40px;
	    line-height: 40px;
	    width: 100%;
	    text-transform: uppercase;
	    font-family: "Montserrat";
	}
	.k2t-header .k2t-header-m ul li a:hover {
	    background: #ff6600;
	    color: #fff;
	}
	.k2t-header .k2t-header-m ul.mobile-menu > li > .wrap-link-item a {
	    font-size: 16px;
	    min-height: 50px;
	    line-height: 50px;
	}
	.k2t-header .k2t-header-m ul.sub-menu {
	    display: none;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu {
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    width: 12px;
	    height: 12px;
	    line-height: 9px;
	    margin-top: -2px;
	    margin-right: 25px;
	    cursor: pointer;
	    border: 1px solid #bababa;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	    text-align: center;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:before {
	    color: #bababa;
	    display: inline-block;
	    content: '\f107';
	    font-family: 'FontAwesome';
	    font-size: initial;
	    text-rendering: auto;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu.active:before {
	    -webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children.current-menu-ancestor > .wrap-link-item .open-sub-menu:before,
	.k2t-header .k2t-header-m ul .menu-item-has-children:hover > .wrap-link-item .open-sub-menu:before {
	    color: #ff6600;
	}
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item .open-sub-menu{
		border: 1px solid #ff6600;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item:hover .open-sub-menu{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 12px;
	}
	.k2t-info .k2t-row [class*="col-"] {
		width: 100%;
		float: none;
		text-align: center;
	}
	.k2t-info .widget_nav_menu {
		text-align: center;
	}
	
	/*----------- 2.4 Mobile element -----------*/
	.k2t-header.header-absolute {
		position: relative;
	}
	.k2t-header-m {
		height: 80px;
	}
	.k2t-header-m > * {
		float: left;
	}
	.k2t-header-m > div {
		line-height: 80px;
	}
	.k2t-header-m > div > * {
		display: inline-block;
		vertical-align: middle;
	}
	.k2t-header-m .k2t-menu-m {
		width: 10%;
	}
	.k2t-header-m .k2t-logo-m {
		display: inline-block;
		width: 80%;
		text-align: center;
	}
	.logo-text {
		margin-bottom: 0;
		height: 80px;
		line-height: 80px;
		margin-top: -10px;
	}
	.k2t-right-m {
		display: inline-block;
		text-align: center;
		width: 10%;
	}
	.k2t-right-m i {
		color: #999;
		display: inline-block;
		font-size: 17px;
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-ms-transform: translateY(4px);
		-o-transform: translateY(4px);
		transform: translateY(4px);
	}
	.k2t-right-m:hover i {
		color: #000;
	}
	.k2t-right-m > * {
		display: inline-block;
	}
	.k2t-logo-m .k2t-logo img {
		max-height: 40px;
	}
	.open-sidebar {
		margin: 0;
	}
	.search-box {
		position: relative;
		top: -2px;
	}
	#close-canvas {
		display: none;
	}

	.k2t-body section.container > #main {
		width: 100%;
		clear: both;
		padding-right: 0;
	}
	.right-sidebar .k2t-blog,
	.left-sidebar .k2t-blog,
	.right-sidebar .k2t-main,
	.left-sidebar .k2t-main,
	.k2t-body .k2t-sidebar,
	.archive .k2t-main {
		width: 100% !important;
		padding: 0;
	}

	.k2t-logo-m .k2t-logo {
		margin: auto;
	}
	.k2t-bottom .k2t-row {
		margin: 0 5px;
	}
	.wpcf7 .wpcf7-form > p{
		margin-bottom: 25px;
	}
	.k2t-member .team-avatar {
		height: auto;
	}

	/* Blog */
	.format-video .flx-entry-thumb .wp-video, 
	.format-video .flx-entry-thumb .wp-video .mejs-video, 
	.format-video .flx-entry-thumb video, 
	.format-video .flx-entry-thumb .mejs-overlay, 
	.format-video .flx-entry-thumb iframe, 
	.format-audio .flx-entry-thumb iframe {
		min-height: 200px;
	}

	/* 404 */
	.error-404-left, .error-404-right {
		width: 50%;
	}
	.error-404-right {
		margin: 10px 0;
		padding-left: 5%
	}


	/* Button */
	.k2t-button.align-right, .k2t-button.align-left{
		text-align: center;
		margin-top: 20px;
	}

	/* Footer */
	.k2t-main ul.info-footer {
		text-align: center !important;
	}
	.k2t-footer .k2t-wrap .k2t-row .col-3 {
		width: 50%;
	}
	.k2t-footer .k2t-wrap .k2t-row .col-3:nth-child(3){
		clear: both;
	}
	.k2t-body .k2t-sidebar {
		margin-top: 30px;
	}
	/* rev slider */
	.rev_slider_wrapper .tp-rightarrow {
		bottom: -19px;
		right: -24px;
	}
	.rev_slider_wrapper .tp-leftarrow {
		bottom: -19px;
		right: 118px;
	}
}
/*--------------------------------------------------------------
	4. Max Screen 767
--------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	.k2t-right-m .canvas-sidebar {
		display: none;
	}
	.wpcf7 .half-line {
		width: 100%;
		float: none;
	}
	.b-grid .grid-layout[class*="column"] .hentry {
		width: 100%;
	}
	.b-masonry [class*="column-"] .grid-sizer {
		width: 100%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 100%;
	}
	.single-footer-nav a span.tt {
		display: none;
	}
	.single-footer-nav a span:not(.tt) {
		font-size: 100%;
	}
	.hidden-xs {
		display: none;
	}
	.wpcf7 .one-third {
		width: 100%;
	}
	#loader-wrapper {
		display: none;
	}
	.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading {
		background: #3f51b5!important;
	}
	.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading a {
		color: #fff!important;
	}
}
@media only screen (min-width: 768px) {
	.scroll-bottom .k2t-btt {
		width: 50px;
		height: 50px;
		right: 35px;
	}
	.scroll-bottom .k2t-btt i {
		line-height: 50px;
	}
	.k2t-btt:hover {
		right: 35px;
	}
}
/*--------------------------------------------------------------
	5. Screen between 568px to 767px
--------------------------------------------------------------*/
@media only screen and (min-width: 569px) and (max-width: 768px) {
	.vc_row .wpb_column{
		margin-top: 0;
	}
	.vc_row .wpb_column.mobile-nomargin {
		margin-bottom: 0;
	}

	.admin-bar .menu-mobile-wrap,
	.admin-bar .menu-mobile-wrap ul {
		margin-top: 46px;
	}	
	.k2t-bottom .k2t-footer-line {
		display: none;
	}
	.member-box .vc_column_container {
		width: 50%;
		float: left;
	}
}
/*--------------------------------------------------------------
	5. Screen max-width 667px
--------------------------------------------------------------*/
@media (max-width: 667px) {


	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_5 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item{
		width: 33.33%;
	}
	blockquote, q {
		padding: 15px 20px 15px 33px;
	}
	blockquote:after {
		font-size: 35px;
	}

	.k2t-title-bar {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	/* single blog */
	.related-post-wrap.owl-carousel {
		margin-bottom: 28px;
	}
	
	.b-large .author-meta span {
		display: none;
	}
	.b-large .owl-stage-outer,
	.b-large .owl-carousel {
		margin-bottom: 31px;
	}
	.b-large .more-link {
		margin-bottom: 39px;
	}
	.k2t-navigation {
		margin-bottom: 10px;
	}

	.b-medium .owl-stage-outer,
	.b-medium .owl-carousel {
		margin-bottom: 26px;
	}
	.b-medium .k2t-navigation {
		margin-top: 17px;
	}

	/* blog grid */

	.b-masonry .post-item,
	.b-masonry .owl-carousel,
	.b-masonry .owl-stage-outer {
		margin-bottom: 28px;
	}
	.k2t-blog .grid-layout .post-item,
	.b-grid .owl-carousel,
	.b-grid .owl-stage-outer {
		margin-bottom: 28px;
	}
	.b-grid .k2t-navigation {
		margin-top: 20px;
	}

	/* Footer */
	.k2t-main ul.info-footer {
		text-align: center !important;
	}
	.k2t-footer .k2t-wrap .k2t-row .col-4 {
		width: 100%;
	}
	.k2t-footer .k2t-wrap aside {
		padding-left: 0;
		padding-right: 0;
	}
	.k2t-footer .k2t-bottom .k2t-row > div:last-child,
	.k2t-footer .k2t-bottom .k2t-row > div:last-child > aside {
		padding-left: 0;
	}
	.k2t-footer .k2t-bottom .k2t-row > div:first-child,
	.k2t-footer .k2t-bottom .k2t-row > div:first-child > aside {
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
	7. Max Screen 568px
--------------------------------------------------------------*/
@media only screen and (max-width: 568px){
	/* Container */
	.k2t-row [class*="col-"],
	.row [class*="col-"] {
		width: 100% !important;
		display: inline-block !important;
	}
	div:not(.offcanvas-sidebar) .k2t-sidebar .widget {
		width: 100%;
	}
	.k2t-sidebar .widget {
		padding: 20px 0 0 0;
	}
	.k2t-post-share .col-6 {
		margin-bottom: 20px;
	}
	.k2t-social-share {
		text-align: center;
	}
	/* search box */

	/* Disable */
	.mobile-disable {
		display: none;
	}
	/* Titlebar */
	.k2t-title-bar {
		text-align: left;
	}
	/* blog */
	.k2t-blog .top-meta > div.categories-list {
		display: block;
		padding-left: 0 !important;
	}
	/* single blog */
	.k2t-blog .related-post .top-meta > a:first-of-type {
		display: inline-block;
	}

	/* blog large */
	.b-large .top-meta .categories-list{
		display: inline-block;
		padding-left: 0 !important;
	}
	.b-large .top-meta .categories-list a:first-child {
		padding-left: 0 !important;
	}
	.b-large .top-meta .categories-list a {
		display: inline-block !important;
	}
	.single-format-quote .top-meta .author-meta > span:first-child {
		display: none;
	}
	.k2t-blog .top-meta > .date-meta:not(:last-child) > :last-child:after {
		display: none;
	}
	.b-large .more-link {
		margin-bottom: 40px;
	}
	.about-author {
		text-align: center;
	}
	.about-author img {
		display: block;
		float: left;
		margin-top: 23px;
		margin-left: 15px;
		margin-bottom: 40px;
	}
	.about-author .author-info {
		float: none;
		padding-left: 195px;
		padding-right: 15px;
		text-align: left;
		width: 100%;
	}

	/* blog medium */
	.b-medium .post .post-inner {
		margin-bottom: 39px;
	}
	.b-medium .post-item .flx-entry-thumb {
		float: none;
		width: 100%;
	}
	.b-medium .k2t-blog .post-item .entry-content {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.b-medium .audio-post .flx-entry-thumb,
	.b-medium .post-item .flx-entry-thumb a img {
		height: auto;
	}
	.b-medium .top-meta .author-meta span {
		display: none;
	}
	.b-medium  .k2t-blog .top-meta a:first-of-type {
		display: inline-block;
	}
	.b-medium .k2t-blog .top-meta > div:not(:last-child) > :last-child:after {
		display: inline-block;
	}
	.k2t-blog .top-meta > div > :last-child {
		padding-right: 10px;
	}
	.k2t-blog .top-meta > div:not(:first-child) {
		padding-left: 10px;
	}
	.b-medium .k2t-blog .top-meta > a:first-of-type {
		padding-left: 10px;
	}
	/* Heading */
	.k2t-heading.has-border.heading .h::before, .k2t-heading.heading .h::after{
		content: none;
	}
	.k2t-heading.has-border.heading .h span{
		border: none;
		padding: 0;
		text-align: center;
	}

	/* Text */
	.k2t-countdown .ele .unit {
		font-size: 150%;
	}
	/* Commnent */
	#commentform > p.comment-form-author, 
	#commentform > p.comment-form-email, 
	#commentform > p.comment-form-url {
		width: 100%;
	}
	.action-link {
		display: none;
	}

	/* 404 */
	.error-404-left, .error-404-right {
		width: 100%;
	}
	.error-404-right {
		margin: 30px 0 0;
		padding-left: 0
	}

	/* Footer */
	.k2t-footer .k2t-info{
		text-align: center;
	}
	.k2t-footer .k2t-bottom {
		padding-top: 20px
	}
	.k2t-bottom .k2t-footer-line {
		display: none;
	}
	.k2t-info .row > div .social {
		text-align: center;
	}

	/* Team Social Link */
	.k2t-member .team-socials-link, .k2t-member .social-media-widget {
		float: none;
		width: 100%;
	}
	.k2t-member .team-socials-link li {
		float: none;
		display: inline-block;
	}

	/* Icons */
	.k2t-icons li {
		width: 100% ! important;
	}

	/* Subscribe Form */
	#frm-subscriptionFront #frm-email {
		width: 200px
	}

	/* Portfolio gallery */
	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 100% ! important
	}

	/* Contact form 7 */
	.wpcf7 .one-third {
		width: 100%;
		margin-right: 0;
	}

	/* Footer */
	.k2t-footer .k2t-wrap .k2t-row > div {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.course-filter ul li:first-child,
	.course-filter ul li,
	.course-filter ul li:last-child
	{
		width: 100%;
		padding: 0;
	}
	/* author-admin */
	.author-admin .k2t-title-bar {
	margin-bottom: 0;
	padding-bottom: 40px;
	padding-top: 40px;
	}
	.author-admin .k2t-title-bar .main-title,
	.author-admin .k2t-title-bar .author-email {
		padding-left: 10px;
	}
	.author-admin .k2t-title-bar .main-title {
		color: white;
		font-family: 'Roboto';
		font-size: 48px;
		font-weight: 400;
		margin-bottom: 0;
	}
	.author-admin .k2t-title-bar .main-title:after {
		content: '';
	}
	.author-admin .k2t-title-bar .author-email {
		color: white;
		font-size: 18px;
		font-family: 'Roboto';
		font-weight: 300;
	}
	.user-page .user-info-left {
		float:none;
		margin-left: 0;
		margin-top: 40px;
		margin-bottom: 0;
		width: 100%;
	}
	.user-page .user-info-left img {
		display: block;
		margin: 0 auto;
	}
	.user-page .user-info-right {
		margin-bottom: 20px;
	}
	/* k2t-register */ 
	.k2t-register > p {
		text-align: center;
	}
	.searchandfilter ul li input[type='submit'] {
		margin-top: 30px;
	}
	#buddypress .activity-list .activity-content .activity-inner iframe{
		min-height: auto;
	}
}
@media (max-width: 480px) {
	.k2t-body .k2t-content {
		padding-bottom: 40px;
	}
	.k2t-footer .k2t-wrap {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.k2t-footer .k2t-wrap .k2t-row > div {
		padding-bottom: 0;
	}
	.k2t-footer .k2t-wrap .k2t-row > div:not(:first-child) {
		padding-top: 0;
	}
	#theme-option {
		display: none;
	}
	/* search box */

	/* title-bar */
	.k2t-title-bar .main-title {
		margin-bottom: 40px;
	}
	.k2t-title-bar .main-title {
		bottom: -6px;
	}
	.k2t-title-bar .main-title.length-title {
		font-size: 30px !important;
	}
	.k2t-title-bar .main-title.middle-title {
		font-size: 35px !important;
	}
	.k2t-title-bar .main-title.ex-short-title {
		font-size: 40px !important;
	}
	.k2t-title-bar .main-excerpt,
	.k2t-title-bar .description,
	.k2t-breadcrumbs {
		margin-left: 0;
		padding-left: 0 !important;
	}
	/* single blog */
	.k2t-blog .related-post .top-meta > a:first-of-type {
		padding-left: 0;
	}
	.about-author {
		background-color: #f6f6f6;
		padding-top: 3px;
	}
	.about-author img {
		display: block;
		float: none;
		margin: 40px auto;
	}
	.about-author .author-info {
		padding: 0 15px;
		width: 100%;
	}
	.comment-meta {
		margin-bottom: 15px;
		min-height: 70px;
		padding-top: 19px;
		padding-left: 108px;
	}
	.comment-list .comment-content {
		padding: 15px;
	}
	.comment-list .comment-content {
		margin-left: 0;
	}
	.comment-list img {
		float: left;
		margin-top: 15px;
		margin-left: 15px;
		position: relative;
		z-index: 1;
	}
	.comment-list .children .comment-body {
		padding-left: 10px;
	}
	/* footer */
	.k2t-footer div.k2t-bottom div.k2t-row > div > aside,
	.k2t-footer .k2t-bottom .k2t-row > div:first-child,
	.k2t-footer .k2t-bottom .k2t-row > div:first-child > aside,
	.k2t-footer .k2t-bottom .k2t-row > div:last-child,
	.k2t-footer .k2t-bottom .k2t-row > div:last-child > aside {
		padding-left: 0;
		padding-right: 0;
	}
	/*social footer */
	.k2t-info .wrap-social {
		float: none !important;
	}
}
/*--------------------------------------------------------------
	7. Max Screen 360px
--------------------------------------------------------------*/
@media only screen and (max-width: 360px) {
	.k2t-title-bar .main-title:after {
		bottom: -3px;
	}
	.b-large .post-item.quote-post .footer-content {
		margin-top: 52px;
	}
	.k2t-info .k2t-row > div > div {
		text-align: center;
	}
}
/*--------------------------------------------------------------
	7. Max Screen 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	.offcanvas-sidebar {
		width: 280px;
	}
	.k2t-searchbox input[type="text"] {
		font-size: 178%;
	}
	.k2t-searchbox #searchsubmit {
		font-size: 110%;
		height: 33px;
		line-height: 33px;
		top: -2px;
	}
	.k2t-social-share .social li {
		margin: 5px;
	}
	.wpcf7 .wpcf7-form > p {
		margin-bottom: 15px;
	}
	/* WOOCOMERCE */
	.woocommerce-page.columns-5 ul.products li.product a.button,
	.woocommerce.columns-5 ul.products li.product  a.button {
		padding: 0 15px !important;
	}
	.woocommerce-account .k2t-content .woocommerce {
		padding: 40px 15px;
	}
	/* PORTFOLIO FREE STYLE */

	/*Headings*/

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_4 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_5 #sbi_images .sbi_item, 
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item{
		width: 50%;
	}

	.k2t-title-bar .main-excerpt {
		font-size: 100%;
	}
	.k2t-title-bar .main-excerpt .entry-date, 
	.k2t-title-bar .main-excerpt .entry-author {
		margin-right: 15px;
	}
	.single-post-k-event .calendar-import a,
	.single-post-k-event .calendar-import a:first-child {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.cd-dropdown {
		float: none;
		width: 100%;
	}
	.cd-dropdown ul {
		width: 100%;
	}
	.cd-dropdown ul li {
		width: 100%!important;
	}
	body.search .k2t-main .searchform .form-group input {
		width: 60%;
	}
	body.search .k2t-main .searchform .form-group button {
		width: 40%;
	}
	.entry-box blockquote {
		margin: 20px 0;
		font-size: 100%;
	}
	.woocommerce-page .woocommerce-message {
		padding-bottom: 50px!important;
	}
	.woocommerce .woocommerce-message .button {
		position: absolute;
		bottom: 0;
	}
}