@media screen and (min-width: 1400px){
	img.one-left-img, img.two-left-img{width:100%;}
	
	
}

@media screen and (max-width: 1200px) {
	.home-full-bg-one .row_inner_wrapper .row_inner{max-width:100% !important;}
	.home-full-bg-two .row_inner_wrapper .row_inner{max-width:100% !important;}
	.home-fullrow-foueimg .row_inner_wrapper .row_inner{max-width:100% !important;}
	.services-full-bg-one .row_inner_wrapper .row_inner{max-width:100% !important;}
	.services-full-bg-two .row_inner_wrapper .row_inner{max-width:100% !important;}


	.post-type-archive-product #layout{max-width: 100% !important; margin: 0 !important;}
	

	body {
		font-size: 1em;
	}

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	#pagewrap {
		max-width: 100%;
	}

	.pagewidth,
	.full_width .themify_builder_row .row_inner {
		max-width: 96%;
	}

	body {
		font-size: 1em;
	}

}

@media screen and (max-width: 1150px) {
	.home-banner-title{font-size:2em; line-height:1em;}
	.page-id-4364 .services-full-bg-one .row_inner_wrapper .row_inner .last .module-text .brown-border{padding:10.5%;}
	.page-id-4364 .services-full-bg-two .row_inner_wrapper .row_inner .first .module-text .white-border{padding:8.5%;}
	#main-nav a{padding:0.6em 0.3em;}
	
}


@media screen and (max-width: 1050px) {
	.header-phone-txt{padding-right:10px;}
	.header-horizontal #main-nav{margin-right:10px;}
	.related-posts a{font-size:1.1em !important; line-height:normal !important;}
	
}
/************************************************************************************
MOBILE NAVIGATION
*************************************************************************************/
/* change max-width to trigger mobile menu (#headerwrap added to override Themify Customize output css) */
@media screen and (max-width: 1000px) {
	
	.home-banner-title{font-size:1.5em; line-height:1em;}
	.themify_builder_content-4329 .module_row_0{ padding-bottom:8% !important; padding-top:8% !important;}
	.themify_builder_content-4329 .module_row_0 .row_inner_wrapper .row_inner .first {width:65%;}
	img.arrow-img-banner{margin-right:15%;}
	
	#text-4364-3-0-1 .white-border h1.title-blue{font-size:2.5em; line-height:1em;}
	
	/************************************************************************************
	HEADER
	*************************************************************************************/
	#headerwrap #header {
		height: auto;
		padding: 10px 0 5px;
		text-align: inherit;
	}

	/* reset absolute elements to static */
	#headerwrap #site-logo, 
	#headerwrap #site-description {
		position: static;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
	
	/* site logo */
	#headerwrap #site-logo {
		font-size: 30px;
		margin: 5px 0 5px;
		padding: 0;
	}

	/* site description */
	#headerwrap #site-description {
		margin: 0 0 .5em;
	}

	/* header widget */
	#headerwrap .header-widget {
		position: static;
		float: none;
		clear: both;
		margin: 0;
		text-align: inherit;
	}
	#headerwrap .header-widget .widget {
		margin: 0 0 10px;
		padding-top: 1.1em;
	}
	
	/* menu icon */
	#headerwrap #menu-icon {
		position: absolute;
		display: block;
		top: 15px;
		right: 15px;
		text-decoration: none;
		color: inherit;
		font-size: 1.2em;
		z-index: 1999;
	}
	#headerwrap.fixed-header #menu-icon {
		top: 10px;
	}

	/************************************************************************************
	MENU PANEL
	*************************************************************************************/
	/* Mobile Menu Styles */
	.sidemenu {
		transition: all .2s ease-in-out;
		height: 100%;
		width: 300px;
		padding: 50px 25px 20px;
		background: #f4f4f4;
		color: #000;
		display: block;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		z-index: 11111;
		box-sizing: border-box;
	}
	.admin-bar .sidemenu {
		top: 32px;
	}
	#mobile-menu {
		right: -300px;
	}
	#mobile-menu.sidemenu-on {
		right: 0;
	}
	.sidemenu-active {
		position: relative;
	}
	.sidemenu-active, .sidemenu-active #headerwrap {
		left: 0;
		transition: left .2s ease-in-out;
	}
	.sidemenu-right, .sidemenu-right #headerwrap.fixed-header {
		left: -300px;
	}
	.sidemenu-left, .sidemenu-left #headerwrap.fixed-header {
		left: 300px;
	}
	.sidemenu-left #mobile-menu.sidemenu-on {
		left: 0;
	}
	
	/* mobile menu panel link */
	#headerwrap #mobile-menu-panel a {
		color: #fff;
		text-decoration: none;
	}

	/* slide menu close */
	#headerwrap #menu-icon-close {
		position: absolute;
		display: block;
		text-decoration: none;
		top: 10px;
		right: 10px;
		font-size: 20px;
		color: inherit;
	}
	#headerwrap #menu-icon-close:after {
		content: "\f00d";
		font-family: 'FontAwesome';
	}
		
	/* main nav */
	#headerwrap #main-nav {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 15px 0;
		background: none;
		border: none;
		text-align: left;
		float: none;
		clear: both;
	}
	#headerwrap #main-nav li {
		float: none;
		display: block;
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		clear: both;
	}

	/* sub level */
	#headerwrap #main-nav ul {
		position: static;
		width: auto;
		height: auto;		
		display: block;
		border: none;
		margin: 0;
		padding: 0 0 0 1em;
		background: none;
		clear: both;
	}
	#headerwrap #main-nav ul li {
		border: none;
		background: none;
		padding: 0;
		margin: 0;
	}
	
	/* menu link */
	#headerwrap #main-nav a, 
	#headerwrap #main-nav ul a {
		width: auto;
		display: block;
		border: none;
		padding: .6em 0;
		margin: 0;
		color: inherit;
		font-size: 100%;
		line-height: 1.5em;
		background: none;
		text-decoration: none;
	}
	#headerwrap #main-nav > li:last-child a {
		border: none;
	}
	
	/* sub level menu link */
	#headerwrap #main-nav ul a {
		font-weight: normal;
		font-size: .95em;
	}
	
	/* menu hover */
	#header #main-nav a:hover,
	#header #main-nav ul a:hover {
		color: #ed1e24;
	}

	/* sub-menu icon */
	#headerwrap #main-nav .menu-item-has-children > a:after,
	#headerwrap #main-nav ul .menu-item-has-children > a:after {
		display: none;
	}

	/* current link */
	#headerwrap #main-nav .current_page_item > a, 
	#headerwrap #main-nav .current-menu-item > a {
		color: #ed1e24;
	}

	/* SEARCH FORM */
	#headerwrap #searchform-wrap {
		display: block;
	}
	.header-horizontal #headerwrap #searchform,
	.header-top-bar #headerwrap #searchform,
	.boxed-compact #headerwrap #searchform,
	#headerwrap #searchform {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		float: none;
		clear: both;
		margin: 0 0 1em;
		padding: 0;
		width: auto;
	}
	.header-horizontal #headerwrap #searchform #s,
	.header-top-bar #headerwrap #searchform #s,
	.boxed-compact #headerwrap #searchform #s,
	#headerwrap #searchform #s {
		width: 100%;
		float: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		margin: auto;
		color: inherit;
		padding: 5px 15px 5px 35px;
		background: #fff;
	
		position: static;
		height: auto;
	}
	#headerwrap #searchform #s:focus,
	#headerwrap #searchform #s:hover,
	#headerwrap #searchform .icon-search:hover + #s {
		width: 100%;
		background: #fff;
	}

	.header-horizontal #headerwrap #searchform .icon-search:before,
	.header-top-bar #headerwrap #searchform .icon-search:before,
	.boxed-compact #headerwrap #searchform .icon-search:before,
	#headerwrap #searchform .icon-search:before {
		left: 7px;
		top: 3px;
		position: absolute;
		background: transparent;
		color: #000;
	
		width: 16px;
		height: 16px;
		font-size: 18px;
		padding: 3px;
		margin: 0;
	}

	/* SOCIAL LINKS */
	#headerwrap .social-widget {
		margin: 0 0 2em;
		position: static;
		float: none;
	}

	/* widget twitter */
	.widget .twitter-list .twitter-timestamp {
		opacity: 1;
	}

	#headerwrap .header-widget .col3-1 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	#headerwrap .sidemenu .header-widget {
		height: auto;
		margin-bottom: 1em;
	}
	
	/* fixed header */
	#headerwrap.fixed-header .header-bar,
	#headerwrap.fixed-header .social-widget,
	#headerwrap.fixed-header #searchform-wrap,
	#headerwrap.fixed-header .header-widget {
		display: block;
	}
	.transparent-header #headerwrap #searchform .icon-search::before {
		color: #000;
	}
	
	/* 
	HEADER LEFTPANE
	================================================ */
	
	.header-leftpane.mobile-menu-visible,
	.header-minbar.mobile-menu-visible {
		overflow-x: hidden;
	}
	
	/* header leftpane #body */
	.header-leftpane #footerwrap,
	.header-leftpane.full_width #footerwrap,
	.header-leftpane #body,	
	.header-leftpane.full_width #body {
		padding-left: 0;
		padding-right: 0;
	}
	.header-leftpane.full_width.mobile-menu-visible {
		left: 280px;
	}
	.header-leftpane #sidebar {
		margin: auto;
	}

	/* header leftpane sidemenu */
	.header-leftpane #mobile-menu.sidemenu {
		position: static;
		width: auto;
		background: none;
		height: auto;
		overflow: inherit;
		padding: 0;
	}

	/* header leftpane headerwrap */
	.header-leftpane.sidemenu-left #headerwrap {
		left: 0;
	}
	.header-leftpane #headerwrap {
		overflow: inherit;
		left: -280px;
	}

	/* header leftpane header */
	.header-leftpane #headerwrap #header {
		width: auto;
		height: 100%;
		padding: 35px 25px 50px;
	}

	/* header leftpane menu icon */
	.header-leftpane #headerwrap #menu-icon {
		position: fixed;
		left: 0;
		background: #EC1E24;
		color: #fff;
		font-size: 1.2em;
		width: 32px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		z-index: 10000;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	.header-leftpane.mobile-menu-visible #headerwrap #menu-icon {
		left: 280px;
	}
	.header-leftpane #headerwrap #menu-icon-close {
		display: none;
	}
	.header-leftpane #headerwrap #menu-icon:before {
		content: "\e661";
		font-family: 'themify';
		font-size: 100%;
	}
	.header-leftpane.mobile-menu-visible #headerwrap #menu-icon:before {
		content: "\e662";
	}

	/* header leftpane site logo */
	.header-leftpane #headerwrap #site-logo {
		font-size: 2.2em;
		padding-top: 0;
		letter-spacing: .03em;
		margin: 0 0 .5em;
	}
	.header-leftpane #headerwrap .social-widget {
		margin: 1em 0 2em;
	}

	
	/* 
	HEADER MINBAR
	================================================ */
	/* header minbar mobile menu */
	.header-minbar #mobile-menu {
		left: -300px;
	}
	
	/* header minbar pagewrap */
	.header-minbar.minbar-open #body,
	.header-minbar.minbar-open #footerwrap {
		padding-left: 38px;
	}
	
	/* header minbar headerwrap */
	.header-minbar #headerwrap {
		z-index: 4;
		left: -249px;
	}
	.header-minbar.minbar-open #headerwrap {
		left: 0;
		padding: 0 4em 1.7em 1.3em;
	}
	.header-minbar #headerwrap #header {
		height: 100%;
		padding: 0;
		width: 228px;
	}
	
	/* header minbar headerwrap */
	.header-minbar #headerwrap #site-logo {
		margin: 0;
	}
	
	/* header minbar searchform */
	.header-minbar #searchform-wrap {
		margin: 1.6em 0;
	}
	
	/* header minbar social widget */
	.header-minbar #headerwrap .social-widget {
		margin: 1.7em 0 1em;
	}

	/* header minbar main nav */
	.header-minbar #headerwrap #main-nav a {
		padding: .4em 0;
	}
	.header-minbar #headerwrap #menu-icon-close {
		display: none;
	}
	
	/* 
	HEADER HORIZONTAL
	================================================ */
	/* pull down */
	.pull-down {
		display: none;
	}
	
	/* header horizontal social widget */
	.header-horizontal #header .social-widget {
		margin: 0 0 1em;
	}
	.header-horizontal .social-links .icon-medium i {
		margin: auto;
	}
	
	/* header horizontal header widget */
	.header-horizontal #headerwrap .header-widget {
		display: block;
		text-align: inherit;
		max-height: none !important;
	}
	
	/* 
	HEADER FULL HEIGHT
	================================================ */
	.header-full-height #headerwrap {
		height: auto;
		display: block;
	}
	.header-full-height #header {
		vertical-align: middle;
		display: block;
	}
	
	/* 
	BOXED LAYOUT
	================================================ */
	.boxed-layout #pagewrap {
		max-width: 95%;
	}
	
	/* 
	BOXED CONTENT
	================================================ */
	.boxed-content #pagewrap {
		max-width: 95%;
	}
	.boxed-content #headerwrap #header {
		padding: 0 10px 20px;
		max-width: 100%;
	}
	
	/* 
	HEADER TOPBAR
	================================================ */
	/* header topbar site description */
	.header-top-bar #headerwrap #site-description {
		margin: 2px 0 0;
	}
	/* header topbar social widget */
	.header-top-bar #header .social-widget {
		margin: 0 0 1em;
	}
	.header-top-bar .social-links .icon-medium i {
		margin: auto;
	}
	
	/* header topbar header widget */
	.header-top-bar #headerwrap .header-widget {
		display: block;
		text-align: inherit;
		max-height: none !important;
	}
	
	/* 
	BOXED COMPACT
	================================================ */
	/* boxed compact site description */
	.boxed-compact #headerwrap #site-description {
		margin: 2px 0 0;
	}
	/* boxed compact social widget */
	.boxed-compact #header .social-widget {
		margin: 0 0 1em;
	}
	.boxed-compact .social-links .icon-medium i {
		margin: auto;
	}
	
	/* boxed compact header widget */
	.boxed-compact #headerwrap .header-widget {
		display: block;
		text-align: inherit;
		max-height: none !important;
	}
	
	/* THEME COLOR RED
	================================================ */
	.theme-color-red .sidemenu {
		background: #ed1e24;
		color: #fff;
	}
	.theme-color-red #headerwrap #main-nav a {
		color: #ffc4c6;
	}
	.theme-color-red #headerwrap #main-nav .current_page_item > a, 
	.theme-color-red #headerwrap #main-nav .current-menu-item > a,
	.theme-color-red #headerwrap #main-nav a:hover,
	.theme-color-red #headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR YELLOW
	================================================ */
	.theme-color-yellow .sidemenu {
		background: #ffea00;
	}
	.theme-color-yellow #headerwrap #main-nav a {
		color: #7f6600;
	}
	.theme-color-yellow #headerwrap #main-nav .current_page_item > a, 
	.theme-color-yellow #headerwrap #main-nav .current-menu-item > a,
	.theme-color-yellow #headerwrap #main-nav a:hover,
	.theme-color-yellow #headerwrap #main-nav ul a:hover {
		color: #000;
	}
	
	/* THEME COLOR MAGENTA
	================================================ */
	.theme-color-magenta .sidemenu {
		background: #ff0074;
		color: #fff;
	}
	.theme-color-magenta #headerwrap #main-nav a {
		color: #ffc4c6;
	}
	.theme-color-magenta #headerwrap #main-nav .current_page_item > a, 
	.theme-color-magenta #headerwrap #main-nav .current-menu-item > a,
	.theme-color-magenta #headerwrap #main-nav a:hover,
	.theme-color-magenta #headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR LIME
	================================================ */
	.theme-color-lime .sidemenu {
		background: #8fca3f;
	}
	.theme-color-lime #headerwrap #main-nav a {
		color: #7f6600;
	}
	.theme-color-lime #headerwrap #main-nav .current_page_item > a, 
	.theme-color-lime #headerwrap #main-nav .current-menu-item > a,
	.theme-color-lime #headerwrap #main-nav a:hover,
	.theme-color-lime #headerwrap #main-nav ul a:hover {
		color: #000;
	}

	/* THEME COLOR BLUE
	================================================ */
	.theme-color-blue .sidemenu {
		background: #3dc7fe;
	}
	.theme-color-blue #headerwrap #main-nav a {
		color: #104e66;
	}
	.theme-color-blue #headerwrap #main-nav .current_page_item > a, 
	.theme-color-blue #headerwrap #main-nav .current-menu-item > a,
	.theme-color-blue #headerwrap #main-nav a:hover,
	.theme-color-blue #headerwrap #main-nav ul a:hover {
		color: #124e66;
	}

	/* THEME COLOR VIOLET
	================================================ */
	.theme-color-violet .sidemenu {
		background: #991896;
		color: #fff;
	}
	.theme-color-violet #headerwrap #main-nav a {
		color: #d6a3d5;
	}
	.theme-color-violet #headerwrap #main-nav .current_page_item > a, 
	.theme-color-violet #headerwrap #main-nav .current-menu-item > a,
	.theme-color-violet #headerwrap #main-nav a:hover,
	.theme-color-violet #headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR PURPLE
	================================================ */
	.theme-color-purple .sidemenu {
		background: #662d91;
		color: #fff;
	}
	.theme-color-purple #headerwrap #main-nav a {
		color: #c2abd3;
	}
	.theme-color-purple #headerwrap #main-nav .current_page_item > a, 
	.theme-color-purple #headerwrap #main-nav .current-menu-item > a,
	.theme-color-purple #headerwrap #main-nav a:hover,
	.theme-color-purple #headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR BROWN
	================================================ */
	.theme-color-brown .sidemenu {
		background: #703f30;
		color: #fff;
	}
	.theme-color-brown #headerwrap #main-nav a {
		color: #c6b2ac;
	}
	.theme-color-brown #headerwrap #main-nav .current_page_item > a, 
	.theme-color-brown #headerwrap #main-nav .current-menu-item > a,
	.theme-color-brown #headerwrap #main-nav a:hover,
	.theme-color-brown #headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR PINK
	================================================ */
	.theme-color-pink .sidemenu {
		background: #ff9bc7;
	}
	.theme-color-pink #headerwrap #main-nav a {
		color: #663e50;
	}
	.theme-color-pink #headerwrap #main-nav .current_page_item > a, 
	.theme-color-pink #headerwrap #main-nav .current-menu-item > a,
	.theme-color-pink #headerwrap #main-nav a:hover,
	.theme-color-pink #headerwrap #main-nav ul a:hover {
		color: #000;
	}
	
	/* THEME COLOR GREY
	================================================ */
	.theme-color-grey .sidemenu {
		background: #bbbbbb;
		color: #fff;
	}
	.theme-color-grey #headerwrap #main-nav a {
		color: #e6e6e6;
	}
	.theme-color-grey #headerwrap #main-nav .current_page_item > a, 
	.theme-color-grey #headerwrap #main-nav .current-menu-item > a,
	.theme-color-grey #headerwrap #main-nav a:hover,
	.theme-color-grey #headerwrap #main-nav ul a:hover {
		color: #fff;
	}

	/* THEME COLOR BLACK
	================================================ */
	.theme-color-black .sidemenu {
		background: #000;
		color: #fff;
	}
	.theme-color-black #headerwrap #main-nav a {
		color: #808080;
	}
	.theme-color-black #headerwrap #main-nav .current_page_item > a, 
	.theme-color-black #headerwrap #main-nav .current-menu-item > a,
	.theme-color-black #headerwrap #main-nav a:hover,
	.theme-color-black#headerwrap #main-nav ul a:hover {
		color: #fff;
	}
	
	/* THEME COLOR ORANGE
	================================================ */
	.theme-color-orange .sidemenu {
		background: #ff8400;
		color: #000;
	}
	.theme-color-orange #headerwrap #main-nav a {
		color: #663000;
	}
	.theme-color-orange #headerwrap #main-nav .current_page_item > a, 
	.theme-color-orange #headerwrap #main-nav .current-menu-item > a,
	.theme-color-orange #headerwrap #main-nav a:hover,
	.theme-color-orange #headerwrap #main-nav ul a:hover {
		color: #000;
	}
	
	/* THEME COLOR TURQUOISE
	================================================ */
	.theme-color-turquoise .sidemenu {
		background: #3cccc5;
	}
	.theme-color-turquoise #headerwrap #main-nav a {
		color: #18524f;
	}
	.theme-color-turquoise #headerwrap #main-nav .current_page_item > a, 
	.theme-color-turquoise #headerwrap #main-nav .current-menu-item > a,
	.theme-color-turquoise #headerwrap #main-nav a:hover,
	.theme-color-turquoise #headerwrap #main-nav ul a:hover {
		color: #124e66;
	}
	
	/* THEME COLOR GREEN
	================================================ */
	.theme-color-green .sidemenu {
		background: #00a817;
		color: #fff;
	}
	.theme-color-green #headerwrap #main-nav a {
		color: #a5e6ae;
	}
	.theme-color-green #headerwrap #main-nav .current_page_item > a, 
	.theme-color-green #headerwrap #main-nav .current-menu-item > a,
	.theme-color-green #headerwrap #main-nav a:hover,
	.theme-color-green #headerwrap #main-nav ul a:hover {
		color: #fff;
	}

	/* THEME COLOR BURGUNDY
	================================================ */
	.theme-color-burgundy .sidemenu {
		background: #b91852;
		color: #fff;
	}
	.theme-color-burgundy #headerwrap #main-nav a {
		color: #ff0074;
	}
	.theme-color-burgundy #headerwrap #main-nav .current_page_item > a, 
	.theme-color-burgundy #headerwrap #main-nav .current-menu-item > a,
	.theme-color-burgundy #headerwrap #main-nav a:hover,
	.theme-color-burgundy #headerwrap #main-nav ul a:hover {
		color: #fff;
	}

}

@media screen and (max-width: 960px) {
	.about-member-sectionrow .row_inner_wrapper .row_inner .first .themify_builder_sub_row .first{width:20%;}
	.page-id-4364 .services-full-bg-one .row_inner_wrapper .row_inner .last .module-text .brown-border{padding:9.5%;}
	table.opentime-tbl{width:100%;}
}

@media screen and (max-width: 800px) {
	#text-4364-3-0-1 .white-border h1.title-blue{font-size:2em; line-height:1em; padding-bottom:0px;}
	
	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	.loops-wrapper.grid4 .post {
		width: 48.4%; /* change grid4 to 2 columns */
	}
	.loops-wrapper.grid4 .post:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

}



@media screen and (max-width: 767px) {
    #rg-book{ padding: 2% !important;}
	.xoo-wsc-basket{bottom: 50px;}
	
	.products.columns-3 li{ margin:5px !important;}
	.woocommerce ul.products{margin-left: 0px !important;}
	
	table.shop_table tr.cart-subtotal td, table.shop_table tr.order-total td{width:88% !important;}
	.post-type-archive-product .products.columns-3 li{ margin: 10px 0 !important;}
	.post-type-archive-product #content ul.products{width: 90%;}
	
}


@media screen and (max-width: 760px) {
	.home-banner-title{font-size:1.2em; line-height:1em;}
	.home-banner-subtitle{font-size:0.8em; line-height:1.2em;}
	.title-blue{font-size:2.5em; line-height:1em;}
	.title-brown{font-size:2.5em; line-height:1em;}
	#text-4364-0-1-1 .brown-border div.white-color{font-size: 0.9em;line-height: 1.4em;}
	.title-blue-service-head{font-size:2em; line-height:1em;}
	
	#text-4364-3-0-1 .white-border h1.title-blue{font-size:2em; line-height:1em;}

	/************************************************************************************
	GENERAL
	*************************************************************************************/
	body {
		font-size: .95em;
	}

	/* heading */
	.page-title,
	h1 {
		font-size: 1.95em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.25em;
	}

	/************************************************************************************
	STRUCTURE
	*************************************************************************************/
	body .pagewidth,
	body.full_width .themify_builder_row .row_inner {
		max-width: 90%;
	}
	body #content {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		padding-top: 10%;
	}
	
	/* sidebar */
	body #sidebar {
		width: 100%;
		max-width: 100%;
		float: none;
		clear: both;
		padding-top: 10%;
	}

	/************************************************************************************
	 WOOCOMMERCE
	*************************************************************************************/
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float:none;
		width:100%;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width:100%;
		float:none;
		text-align: left;
	}
	.woocommerce ul.products {
		width: 100%;
		margin-left: -8%;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 42%;
		margin: 0 0 2.992em 8%;
		float: left;
		clear: both;
	}
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		float: right;
		clear: none!important;
	}
	
}

@media screen and (max-width: 600px) {
	
	
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{width:100% !important; margin-left:0 !important; margin-right:0 !important; float:none !important;}
	.post-type-archive-product #content ul.products li{float:left !important;}
	
	
	.related-posts .post{width:100% !important; float:none;}
	img.arrow-img-banner{margin-right:48%;}	
	.themify_builder_content-4329 .module_row_0{ padding-bottom:0% !important; padding-top:4% !important;}
	
	.about-member-sectionrow .row_inner_wrapper .row_inner .first .themify_builder_sub_row .last{padding-top:2%;}
	.contact-page-title{font-size:2.5em; line-height:1em;}
	img.one-left-img{width:auto !important; height:auto !important;}
	img.two-left-img{width:auto !important; height:auto !important;}
	.themify_builder_content-4373 > .module_row_1.module_row{padding-left:4% !important;}
	
	.pack-img-left .module.module-image img{margin-bottom: 25px;}
	.pack-img-right .module.module-image img{margin-bottom: 25px;}
	.pack-img-right .col4-2.first .module.module-image{display: block !important;}
	.pack-img-right .col4-2.last{display: none;}
	
	/************************************************************************************
	GRID
	*************************************************************************************/
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	 {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	/************************************************************************************
	POST LAYOUTS
	*************************************************************************************/
	/* all post */
	.shortcode.loops-wrapper.list-post .post,
	.shortcode.loops-wrapper.grid4 .post,
	.shortcode.loops-wrapper.grid3 .post,
	.shortcode.loops-wrapper.grid2 .post,
	.shortcode.grid2-thumb .post,
	.shortcode.list-thumb-image .post,
	.shortcode.list-large-image .post,
	.loops-wrapper.list-post .post,
	.loops-wrapper.grid4 .post,
	.loops-wrapper.grid3 .post,
	.loops-wrapper.grid2 .post,
	.loops-wrapper.grid2-thumb .post,
	.loops-wrapper.list-thumb-image .post,
	.loops-wrapper.list-large-image .post,
	.loops-wrapper.no-gutter.grid3 .post {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	/* all post title */
	.post-title,
	.loops-wrapper.list-post .post-title,
	.loops-wrapper.grid4 .post-title,
	.loops-wrapper.grid3 .post-title,
	.loops-wrapper.grid2 .post-title,
	.loops-wrapper.grid2-thumb .post-title,
	.loops-wrapper.list-thumb-image .post-title,
	.loops-wrapper.list-large-image .post-title,
	.loops-wrapper.slider .post-title {
		font-size: 1.4em;
	}

	/* all post image */
	.loops-wrapper.list-post .post-image,
	.loops-wrapper.grid4 .post-image,
	.loops-wrapper.grid3 .post-image,
	.loops-wrapper.grid2 .post-image,
	.loops-wrapper.list-large-image .post-image {
		float: none;
		position: static;
		width: auto;
		overflow: visible;
	}

	/* all post content */
	.loops-wrapper.grid2-thumb .post-content,
	.loops-wrapper.list-thumb-image .post-content {
		overflow: visible;
	}

	/* slider post */
	.loops-wrapper.slider .post-meta {
		position: static;
	}
	
	#gallery-controller .slider .carousel-nav-wrap,
	#gallery-controller .slider-dot {
		display: none;
	}
	
	/************************************************************************************
	FORM
	*************************************************************************************/
	#commentform input[type=text],
	#contactform input[type=text],
	textarea {
		margin-right: 0;
	}
	#commentform label, 
	#contactform label {
		display: block;
	}

	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist .reply {
		position: static;
	}
	#respond #cancel-comment-reply-link {
		position: static;
		display: table;
	}
	.commentwrap .pagenav.top {
		position: static;
	}

	/* 
	HEADER MINBAR
	================================================ */
	.header-minbar #body,
	.header-minbar.full_width #body,
	.header-minbar #footerwrap {
		padding-left: 0;
		padding-right: 0;
	}
	.header-minbar #headerwrap {
		left: -318px;
	}
	.header-minbar .header-bar {
		left: -128px;
	}
	.header-minbar #headerwrap #menu-icon {
		background: #ed1e24;
		color: #fff;
		left: 0;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-size: 1.2em;
	}
	.header-minbar #headerwrap #menu-icon:before {
		content: "\e661";
		font-size: 100%;
	}
	.header-minbar.minbar-open #headerwrap #menu-icon:before {
		content: "\e662";
	}
	.header-minbar.minbar-open #headerwrap #menu-icon {
		left: 318px;
	}
	.header-minbar.sidemenu-left #mobile-menu.sidemenu-on {
		left: 0;
	}
	
	/* FOOTER LEFT COL, FOOTER RIGHT COL, FOOTER HORIZONTAL LEFT, FOOTER HORIZONTAL RIGHT
	================================================ */
	.footer-horizontal-left .footer-left-col,
	.footer-horizontal-right .footer-left-col,
	.footer-horizontal-left .footer-right-col,
	.footer-horizontal-right .footer-right-col,
	.footer-left-col .main-col,
	.footer-right-col .main-col,
	.footer-left-col .section-col,
	.footer-right-col .section-col {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

	/************************************************************************************
	 WOOCOMMERCE
	*************************************************************************************/
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.cart .porduct-price,
	.woocommerce-page table.cart .product-price {
		display: none;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		float: none;
	}
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: right;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: .4em 1em;
		font-size: .9em;
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		margin-bottom: 1em;
	}
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: none;
		clear: both;
	}

	/************************************************************************************
	POST NAV
	*************************************************************************************/
	.post-nav .prev, 
	.post-nav .next {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px;
	}
	
	/************************************************************************************
	COMMENTS
	*************************************************************************************/
	.commentlist {
		padding-left: 0;
	}
	.commentlist .commententry {
		clear: left;
	}
	.commentlist .avatar {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 1em 1em 0;
	}

}

@media screen and (max-width: 480px) {
.home-banner-title{font-size:1em; line-height:1em;}
	.home-banner-subtitle{font-size:0.7em; line-height:1.2em;}
	.themify_builder_content-4329 .module_row_0{ padding-bottom:0% !important; padding-top:2% !important; }
	img.arrow-img-banner{padding-top:5% !important;}
	.popmake-content .title-blue{font-size: 2em !important;}
}
@media screen and (max-width: 450px) {
.themify_builder_content-4373 > .module_row_1.module_row{padding-left:7.5% !important;}
}


@media screen and (max-width: 400px) {
	table.shop_table tr.cart-subtotal td, table.shop_table tr.order-total td{width:83% !important;}
}

@media screen and (max-width: 380px) {
	.themify_builder_content-4329 .module_row_0{padding-top:5% !important; background-size: cover !important;background-position-x: -30px !important;}
.home-banner-title{font-size:0.8em; line-height:1em;}
	.home-banner-subtitle{font-size:0.6em; line-height:1.2em;}
	#text-4329-2-0-1 .white-border h1.title-blue{padding-bottom:0px;}
	#text-4329-2-0-1 .white-border div.btn-top-gap{ line-height:90px;}
	#text-4364-3-0-1 .white-border{padding:4.5%;}
	#text-4364-0-1-1 .white-border h1.title-brown{padding-bottom:0px;}
	input.wpcf7-captchar{width:50%;}
	.about-staff-title{font-size:1.5em; line-height:1.2em;}
	.footer-copyright, .footer-copyright a{font-size:10px; line-height:13px;}
	.popmake-content form.wpcf7-form table td{display:block;}
	.popmake-content .title-blue {    font-size: 1.5em !important;    margin-top: 20px;}
	
}
@media screen and (max-width: 320px) {
	.themify_builder_content-4329 .module_row_0{background-position-x: -80px !important;}
}


/************************************************************************************
HEADER WIDGETS
*************************************************************************************/
@media screen and (max-height:900px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 300px;
	}
}
@media screen and (max-height:750px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 300px;
	}
}

@media screen and (max-height:600px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 300px;
	}
}

@media screen and (max-height:480px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 250px;
	}
}

@media screen and (max-height:400px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 200px;
	}
}

@media screen and (max-height:320px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 130px;
	}
}

@media screen and (max-height:280px) {
	.header-horizontal #headerwrap .header-widget,
	.header-top-bar #headerwrap .header-widget,
	.boxed-compact #headerwrap .header-widget {
		max-height: 120px;
	}
}
