<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* The stylesheet for displaying on mobile device.
*
* @package Velo
* @author  SunriseTheme
* @link	http://www.sunrisetheme.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Min Screen 1400px
2. Max Screen 1280px
3. Max Screen 1170px
4. Max Screen 1024px
5. Screen between 800px to 900px
6. Max Screen 800px
7. Max Screen 767px
8. Screen between 568px to 767px 
9. Max Screen 568px
10. Max Screen 320px
11.Max-width: 540px

-------------------------------------------------------------------*/

/*--------------------------------------------------------------
	1. Max Screen 1400px
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {
	.tp-rightarrow.default {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
	2. Max Screen 1280px
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px){
	.circle-bg {
		background-image: none;
		height: auto!important;
		min-height: 100% !important;
	}
	.circle-center{
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);

	}
}

@media only screen and (max-width: 1280px){
	.k2t-header-mid .k2t-menu li:nth-last-child(2) ul li ul {
		left: -190px
	}
}
@media only screen and (max-width: 1280px){
	.k2t-header-mid .k2t-menu li:nth-last-child(2) ul li ul {
		left: -190px
	}
}

/*--------------------------------------------------------------
	3. Max Screen 1170px
--------------------------------------------------------------*/
@media only screen and (max-width: 1170px){
	.k2t-header-mid .k2t-menu &gt; li &gt; a {
		padding: 0 15px;
		font-size: 70%;
	}
}

/*--------------------------------------------------------------
	4. Max Screen 1024px
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	/*----------- 2.1 Container -----------*/
	.k2t-container {
		width: 100%;
	}
	.vc_row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.k2t-info,
	.k2t-not-found,
	.vc_row &gt; div &gt; .wpb_column,
	.vc_row &gt; div &gt; .wpb_column {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row .vc_row .wpb_column,
	.vc_row &gt; div &gt; .wpb_column.mobile-nopadding,
	.vc_row &gt; div &gt; .wpb_column.mobile-nopadding {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	/*----------- 2.5 Menu -----------*/
	.k2t-header-mid {
		min-height: 60px;
	}
	.k2t-header-mid .k2t-menu &gt; li &gt; a,
	.k2t-header-mid .h-element,
	.k2t-logo {
		line-height: 60px;
	}
	.k2t-header &gt; div {
		padding: 0 15px;
	}
	.k2t-header-mid .k2t-menu li ul {
		top: 60px;
	}
	.k2t-header-mid .k2t-logo img {
		max-height: 44px;
	}
	.k2t-header-mid .k2t-menu &gt; li &gt; a .k2t-menu-notice {
		display: none;
	}

	/*----------- 2.6 Portfolio Free Style -----------*/
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2 {
		width: 50% !important;
	}

	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 20% !important;
	}
}

/*--------------------------------------------------------------
	5. Screen between 800px to 900px
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) and @media only screen and (max-width: 800px) {
	.k2t-header-mid .k2t-menu &gt; li a i {
		margin-right: 3px
	}
	.k2t-header-mid .k2t-menu &gt; li &gt; a {
		padding: 20px 10px 20px 8px;
	}

}

/*--------------------------------------------------------------
	6. Max Screen 800px
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {

	/*----------- 2.2 Header -----------*/
	.k2t-header &gt; *:not(.k2t-header-m) {
		display: none;
	}
	.k2t-header {
		padding-top: 0;
	}
	.k2t-header-m {
		display: inline-block;
		position: absolute;
		z-index: 10000;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #d5e3e8;
		padding-top: 8px;
	}

	.k2t-header-m &gt; div {
		width: 33.3%;
		float: left;
	}
	.k2t-header-m .k2t-logo-m {
		text-align: center;
	}
	.k2t-right-m {
		text-align: right;
	}

	.k2t-right-m &gt; div {
		position: relative;
		display: inline-block;
		margin: 10px;
		padding: 15px 0;
 	}

 	.k2t-right-m a {
 		color: #959595;
 	}

	.k2t-body {
		padding-top: 68px;
	}

	/*----------- 2.5 Menu -----------*/
	.m-trigger {
		height: 50px;
		width: 30px;
		z-index: 100;
		position: relative;
		display: inline-block;
		top: 10px;
		margin: 5px;
		cursor: pointer;
	}
	.m-trigger:hover span,
	.m-trigger:hover span:before,
	.m-trigger:hover span:after {
		background-color: #bdb099
	}
	.m-trigger span,
	.m-trigger span:before,
	.m-trigger span:after {
		background-color: #767676;
		content: "";
		display: block;
		height: 3px;
		width: 14px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition:    all .3s ease-in-out;
		transition:         all .3s ease-in-out;
	}
	.m-trigger span {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform:    translate(-50%, -50%);
		-ms-transform:     translate(-50%, -50%);
		-o-transform:      translate(-50%, -50%);
		transform:         translate(-50%, -50%);
	}
	.m-trigger span:before {
		margin-top: -5px;
		position: absolute;
	}
	.m-trigger span:after {
		margin-top: 5px;
		position: absolute;
	}
	.m-trigger.open span {
		background-color: transparent !important;
		left: 54%;
	}
	.m-trigger.open span:before,
	.m-trigger.open span:after {
		width: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform:    rotate(45deg);
		-ms-transform:     rotate(45deg);
		-o-transform:      rotate(45deg);
		transform:         rotate(45deg);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin:     0 50%;
		transform-origin:         0 50%;
	}
	.m-trigger.open span:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform:    rotate(-45deg);
		-ms-transform:     rotate(-45deg);
		-o-transform:      rotate(-45deg);
		transform:         rotate(-45deg);
	}
	body {
		right: auto;
		left: 0;
	}
	body.nav-is-visible,
	body.nav-is-visible .k2t-header-m {
		left: 260px;
	}
	.nav-is-hide,
	.menu-mobile-wrap,
	.menu-mobile-wrap ul,
	.k2t-menu-m .menu,
	.k2t-menu-m .menu ul {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition:    all .4s ease-in-out;
		transition:         all .4s ease-in-out;
	}

	/* Is active mobile menu on admin
		---------------------------- */
	.admin-bar .menu-mobile-wrap,
	.admin-bar .menu-mobile-wrap ul {
		margin-top: 32px;
	}
	.menu-mobile-wrap {
		background: #2e3233;
		left: 0;
		z-index: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
	}
	.menu-mobile-wrap,
	.menu-mobile-wrap ul {
		margin: 0;
		width: 0;
		height: 100%;
		list-style: none;
	}

	.menu-mobile-wrap ul {
		width: 100%;
	}

	.menu-mobile-wrap &gt; ul{
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-mobile-wrap.active &gt; ul{ 
		left: 0;
	}
	.menu-mobile-wrap &gt; ul ul{
		position: fixed;
		top: 0;
		left: 0;
	}
	.menu-mobile-wrap ul ul,
	.menu-mobile-wrap:not(.active) ul ul.is-visible,
	.menu-mobile-wrap &gt; ul.is-hide,
	.menu-mobile-wrap ul ul.is-hide  {
		left: 0;
	}
	.menu-mobile-wrap.active,
	.menu-mobile-wrap ul ul.is-visible {
		width: 100%;
	}
	.menu-mobile-wrap ul li {
		position: relative;
	}
	.menu-mobile-wrap ul li a {
		font-size: 100%;
		font-weight: 400;
		border-bottom: 1px solid #3a3f40;
		padding: 10px;
		display: block;
		color: #fff;
	}
	.menu-mobile-wrap ul .sub-open {
		background: #464c4e;
		display: none;
		height: 24px;
		line-height: 22px;
		position: absolute;
		right: 9px;
		text-align: center;
		bottom: 12px;
		width: 24px;
		cursor: pointer;
	}
	.menu-mobile-wrap ul .children &gt; .sub-open {
		display: block;
	}
	.menu-mobile-wrap ul .menu-back {
		display: none;
	}
	.menu-mobile-wrap ul li.children &gt; ul.is-visible &gt; li:first-child .menu-back {
		display: block;
	}

	/*----------- 2.4 Mobile element -----------*/
	.open-sidebar {
		margin: 0;
	}

	.k2t-body section.container &gt; #main, .k2t-body section.container &gt; div.k2t-shop-sidebar{
		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;
	}
	.k2t-bottom .col-3 {
		min-height: 300px;
	}
	.b-masonry [class*="column-"] .velo-sizer {
		width: 50%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 48%;
	}
	.k2t-logo-m .k2t-logo {
		margin: auto;
	}
	.k2t-bottom .k2t-row {
		margin: 0 5px;
	}
	.wpcf7 .wpcf7-form &gt; p{
		margin-bottom: 25px;
	}
	.k2t-member .team-avatar {
		height: auto;
	}

	/* Blog */

	.k2t-blog {
		padding: 20px;
	}
	.single .no-sidebar .k2t-blog {
		width: 100% ! important
	}
	/* TitleBar */
	
	.k2t-title-bar.parallax { 
		background-size: cover; 
		background-attachment: scroll ! important; 
	}
	.last-post .post-meta-left {
		float: left;
		width: 50%;
		margin-left: 25px;
	}

	/* Footer */
	.k2t-main ul.info-footer {
		text-align: center !important;
	}
	.padding-contact {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.k2t-accordion.style-1 .toggle-title.ui-accordion-header-active i {
		top: 50% !important;
	}
	.k2t-wrap .main-excerpt p{
		padding: 20px;
	}
	.no-margin {
		margin: 0px !important;
	}
}
/*--------------------------------------------------------------
	7. Max Screen 767px
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
	.hide-mobile{
		display: none;
	}
	.wpb_wrapper &gt; .vc_row {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	.wpb_wrapper &gt; .vc_row .wpb_column {
		margin-bottom: 10px !important;
	}
	.wpb_wrapper &gt; .vc_row.no-margin-bottom {
		margin-bottom: 0px !important;
	}
	/* Footer */
	.k2t-footer .k2t-info #footer-menu {
		margin-top: 10px;
		float: none;
		display: inline-block;
	}
	.null-instagram-feed ul li {
		width: 33.33333%;
	}
	.portfolio-carousel.style-2 .owl-carousel {
		width: calc(100% - 99px);
		width: -webkit-calc(100% - 99px);
		width: -moz-calc(100% - 99px);
	}
	.portfolio-carousel.style-2 .view-more {
		right: 29px
	}
	.vc_row &gt; div &gt; div &gt; .wpb_column.portfolio-box {
		padding: 0 ! important
	}
	/* PORTFOLIO FREE STYLE */
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2,
	.portfolio-gallery.isotope-2 .isotope-gallery .isotope-selector,
	.portfolio-gallery.isotope-2 .isotope-gallery .isotope-selector.width-2 {
		width: 50% !important;
	}
	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 33.333% !important;
	}
	.bottom-banner, .bottom-banner2, .middle-banner,
	.bottom-banner .entry-image, .bottom-banner .entry-image,
	.k2t-info .row &gt; div .social, .k2t-footer .k2t-info{
		text-align: center;
	}
	.bottom-banner .entry-image, .bottom-banner2 .entry-image {
		margin-top: 20px
	}
	.banner-padding {
		padding-right: 15px !important;
	}

	/* Shop */
	.right-sidebar .k2t-shop, .right-sidebar .k2t-shop-sidebar {
		float: none;
		width: 100%;
		border: none;
	}

	.k2t-custom-heading .k2t-heading {
		width: 184px
	}
	.portfolio-carousel .view-more {
		margin-left: 10px
	}

	.b-masonry .masonry-layout article .flx-entry-thumb {
		padding: 0 ! important;
		overflow: hidden;
	}
	/* wp search shortcode */
	.widget_search .searchform  #s,
	.widget .searchform .searchsubmit {
		display: inline-block;
		float: none;
	}
	.k2t-payment {
		float: none;
	}

	.popup .content table {
		width: auto !important;
	}

	.popup .content table col {
		width: auto !important;
	}

	.tg-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.page-entry .fullwidth {
		padding-left: 0 !important;
	}
}
/*--------------------------------------------------------------
	8. Screen between 568px to 767px
--------------------------------------------------------------*/
@media (min-width: 569px) and (max-width: 768px) {
	.vc_row .wpb_column{
		margin-top: 0;
/*		margin-bottom: 30px;
*/	}
	.vc_row .wpb_column.mobile-nomargin {
		margin-bottom: 0;
	}

	.admin-bar .menu-mobile-wrap,
	.admin-bar .menu-mobile-wrap ul {
		margin-top: 46px;
	}
	.k2t-info .row [class*="col-"] {
		margin-bottom: 20px;
		width: 100%;
	}
	.member-box .vc_column_container {
		width: 50%;
		float: left;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 360px;
	}
	.k2t-title-bar .main-title {
		font-size: 200% ! important;
		line-height: 1;
		padding-left: 20px;
		text-align: center;
	}
	.banner-sc.small .banner-content.round-border .banner-content-inner a.round-border {
		width: 100px !important;
		height: 100px !important;
	}
	.padding {
		padding-right: 20px;
		padding-left: 20px;
	}
	.pricing-footer .k2t-button a {
		padding: 15px 20px !important;
	}
	.b-masonry .masonry-layout.column-3 #post-1984,	
	.b-masonry .masonry-layout.column-3 #post-1997,
	.b-masonry .masonry-layout.column-3 #post-1999,
	.b-masonry .masonry-layout.column-3 #post-1506,
	.b-masonry .masonry-layout.column-3 #post-293,
	.b-masonry .masonry-layout.column-3 #post-316 {
		left: 380px !important;
	}
	.b-masonry .masonry-layout.column-3 #post-1993 {
		display: none;
	}
	.right-sidebar .k2t-sidebar {
		padding-left: 0px !important;
	}
}
/*--------------------------------------------------------------
	9. Max Screen 568px
--------------------------------------------------------------*/
@media only screen and (max-width: 568px){
	.k2t-row {
		margin: 0
	}
	/* Container */
	.k2t-row [class*="col-"],
	.row [class*="col-"] {
		width: 100% !important;
		display: inline-block !important;
	}
	.vc_row.wpb_row[class*="vc_custom_"] {
		padding-top: 20px ! important;
		padding-bottom: 20px ! important;
		margin-top: 20px ! important;
		margin-bottom: 20px ! important;
	}
	.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;
	}
	.offcanvas-sidebar {
		padding: 20px;
	}
	div:not(.offcanvas-sidebar) .k2t-sidebar .widget,
	.k2t-post-share .col-6 {
		width: 100%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 100%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry.large {
		width: 98%;
	}
	.k2t-searchbox form {
		width: 90%;
		margin-left: -45%;
	}
	.k2t-sidebar .widget {
		padding: 20px;
	}
	.k2t-post-share .col-6 {
		margin-bottom: 20px;
	}
	.k2t-body .k2t-sidebar {
		padding: 0 15px;
		margin-top: 20px
	}

	/* Disable */
	.mobile-disable {
		display: none;
	}

	/* Titlebar */
	.k2t-title-bar {
		padding: 60px 0 30px ! important;
	}

	.k2t-title-bar .k2t-wrap {
		padding-top: 0 ! important
	}

	/* Blog */
	.b-masonry .masonry-layout article &gt; * {
		padding: 0
	}
	.b-medium .post-item .flx-entry-thumb {
		width: auto;
		height: auto;
		margin: 0;
		float: none;
	}
	.post-item {
		padding: 20px
	}
	.k2t-social-share {
		margin-top: -30px;
		width: 100%
	}
	.entry-box .k2t-social-share .social-open, .entry-box .k2t-social-share .social {
		float: right;
		margin-left: 0;
		background-color: #fff;
		margin: 0 0 0 8px;
	}
	.b-medium .post-item .entry-content {
		width: 100%
	}
	.post-meta-right {
		float: none
	}
	.post-meta-right .entry-comment {
		margin-left: 0
	}
	.post-item header .entry-author, 
	.post-item header .entry-date, 
	.post-item header .entry-categories {
		margin-right: 20px
	}
	.comment-list .children {
		margin-left: 50px
	}
	.widget .posts-list.column .post-item h4 {
		margin-top: 0;
		line-height: 1.2;
	}
	.post-meta-left, .post-meta-right {
		line-height: 1.2
	}
	.post-item header .entry-author, 
	.post-item header .entry-date, 
	.post-item header .entry-categories {
		margin-right: 0
	}

	.entry-sharing &gt; div {
		width: 100%;
		float: none;
	}
	.about-author-right, .about-author-left {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.about-author-left img {
		width: auto;
		border-radius: 50%;
	}

	.wp-social-login-provider-list {
		margin-top: 0
	}


	/* 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;
	}

	.k2t-iconbox.layout-2 &gt; .iconbox-text *, 
	.k2t-iconbox.layout-2 &gt; .iconbox-icon  * {
		text-align: center;
	}

	/* Commnent */
	#commentform &gt; p.comment-form-author, 
	#commentform &gt; p.comment-form-email, 
	#commentform &gt; p.comment-form-url {
		width: 100%;
		padding-right: 0
	}
	#commentform .comment-form-author:after {
		right: 20px
	}
	.action-link {
		display: none;
	}
	.comment-list .comment-content {
		margin-left: 80px
	}
	.comment-body .comment-author {
		display: block;
		margin-bottom: 0
	}
	.comment-body .comment-meta &gt; a {
		margin-left: 0
	}

	/* 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-info .copy-right p {
		line-height: inherit;
	}
	.k2t-footer .k2t-bottom {
		padding-top: 50px
	}
	.k2t-info .row [class*="col-"] {
		margin-bottom: 20px;
	}
	.k2t-info .row &gt; div .social {
		text-align: center;
	}
	.k2t-footer .widget {
		padding: 0
	}

	/* Revo Slider */

	.tp-rightarrow, 
	.tp-leftarrow,
	.dot-line {
		display: none ! important;
	}

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

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

		/* simple subscribe */
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr:first-child td {
		float: right;
	}
	#simple-subscribe-style2 #frm-subscriptionFront table tbody{
		text-align: center;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr {
		float: none;
		text-align: center;
		display: block !important;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr td{
		display: inline-block;
		float: none !important;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 320px;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront .subscribeButton.button {
		margin:30px 0 0 0;
	}
	/* contact form 7 */
	.wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3) {
	    width: 100%;
	    display: block;
	    float: left;
	}
	.k2t-footer .k2t-info .k2t-logo,
	.k2t-footer .k2t-info .copy-right p {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	.k2t-footer .k2t-top-footer .null-instagram-feed ul li {
		width: 25%
	}
	/*Coundow*/
	.k2t-countdown .ele {
	    width: 50% ! important;
	    margin-top: 20px;
	}
	.countdown-row  {
		padding: 10px !important;
	}
	.countdown-row .k2t-button {
		text-align: center;
	}

}

/*--------------------------------------------------------------
	10. 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%;
		top: -2px;
	}
	.k2t-social-share .social li {
		margin: 5px;
	}
	.wpcf7 .wpcf7-form &gt; p {
		margin-bottom: 15px;
	}
	.middle-banner {
		padding-top: 0px !important;
	}
	/*Blog*/
	#post-291 {
		top: 610px !important;
	}
	#post-1995 {
		top: 500px !important;
	}
	#post-2009 {
		top: 1000px !important;
	}

	/*simple subscribe */
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 300px;
	}
	/* PORTFOLIO FREE STYLE */
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2 {
		width: 100% !important;
	}
	/* Footer */
	.k2t-bottom .k2t-row &gt; div{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
/*---------------------------------------------------------------
	11. max-width: 540px
----------------------------------------------------------------*/
@media only screen and (max-device-width: 540px) and (max-width: 540px){
	.k2t-counter .title, 
	.k2t-testimonial.style-2 *, 
	.k2t-main span.k2t-dropcap, 
	div.k2t-heading.bottom_icon .text, 
	div.k2t-iconbox.layout-1.align-left .iconbox-icon, 
	div.k2t-iconbox.layout-1.align-right .iconbox-icon, 
	div.k2t-countdown .ele *, 
	div.k2t-blog-post .post-content .post-content, 
	.k2t-button.align-right {
		text-align: center;
	}

	.k2t-title-bar .searchform input, 
	.k2t-title-bar .searchform button {
		float: none !important;
		margin-top: 5px;
		width: 90%;
	}

	.k2t-pricing .pricing-column, 
	.k2t-pricing.separated .pricing-column, 
	.k2t-blog-post .article-inner &gt; div, 
	.k2t-member .team-avatar {
		width: 100% !important;
	    display: block;
	    float: none;
	}
	.vc_wp_search .widget_search .searchform .s {
	    -moz-width: calc( 100% - 10px );
	    -webkit-width: calc( 100% - 10px );
	    width: calc( 100% - 10px );
	}
	.style-horizontal .pricing-footer .k2t-button {
		right: 15px !important;
	}
	.k2t-heading .k2t-heading-inner {
		margin-top: 20px;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode .frm-subscriptionFront .text {
		width: 280px !important
	}
	#dhvc_woo_f159e9d1da .dhvc-woo-title a {
		font-size: 20px !important;
	}
}
@media only screen and (min-width: 569px) and (max-width: 1024px) {
	.b-masonry .masonry-layout.column-3 #post-1505,	
	.b-masonry .masonry-layout.column-3 #post-1995,
	.b-masonry .masonry-layout.column-3 #post-2009,
	.b-masonry .masonry-layout.column-3 #post-1789,
	.b-masonry .masonry-layout.column-3 #post-291,
	.b-masonry .masonry-layout.column-3 #post-292 {
		left: 15px !important;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
	.b-masonry .masonry-layout.column-3 #post-1984,	
	.b-masonry .masonry-layout.column-3 #post-1993,
	.b-masonry .masonry-layout.column-3 #post-1999,
	.b-masonry .masonry-layout.column-3 #post-1506,
	.b-masonry .masonry-layout.column-3 #post-293,
	.b-masonry .masonry-layout.column-3 #post-316 {
		left: 352px !important;
	}
	.b-masonry .masonry-layout.column-3 #post-1997,	
	.b-masonry .masonry-layout.column-3 #post-1987,
	.b-masonry .masonry-layout.column-3 #post-2001,
	.b-masonry .masonry-layout.column-3 #post-295,
	.b-masonry .masonry-layout.column-3 #post-294 {
		left: 690px !important;
	}
	.right-sidebar {
		padding-left: 30px;
	}
	.right-sidebar .k2t-sidebar {
		padding-right: 30px;
	}
	.padding {
		padding-right: 20px;
		padding-left: 20px;
	}
}</pre></body></html>