#page.page-mobile {
	position: fixed;
	left: 0;
}


/* =Mobile Menu
---------------------------------------------------------------------- */

#mobile-menu, #mobile-screen, #mobile-header {
	display: none;
}
#mobile-menu {
	background: #ED5F6E;
	overflow: auto;
	transform: translatez(0);
	-o-transform: translatez(0);
	-ms-transform: translatez(0);
	-moz-transform: translatez(0);
	-webkit-transform: translatez(0);
}
#mobile-screen {
	background: rgba(0,0,0,0.5);
	left: 0;
	height: 100%;
}
#mobile-screen, #mobile-menu {
	position: relative;
	z-index: 50000;
	display: none;
	float: right;
}
#mobile-header {
	width: 100%;
	background: #ED5F6E;
	float: left;
}
#mobile-logo {
	text-decoration: none;
}
#mobile-logo img {
	float: left;
}
#mobile-header-icon {
	font-size: 40px;
	color: #ffffff;
	cursor: pointer;
	float: right;
}
#mobile-header-icon:before {
	float: right;
}
#mobile-menu-wrapper ul {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li.menu-item-has-children > a:before {
	content: 'c';
	font-family: 'proto2'!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-variant: normal!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -14%;
	width: 20%px;
	float: left;
	font-size: 21px;
	color: #ffffff;
	transition: 0.1s transform;
	-ms-transition: 0.1s -ms-transform;
	-webkit-transition: 0.1s -webkit-transform;
}
#mobile-menu-wrapper li.menu-item-has-children > a.open:before {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#mobile-menu-wrapper .sub-menu {
	display: none;
}
#mobile-menu-wrapper a {
	color: #ffffff;
	line-height: 21px!important;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 78%;
	padding: 11px 5% 11px 17%;
}
#mobile-menu-wrapper #menu-main-menu > li > a {
	border-bottom: 1px dotted #eeeeee;
}
#mobile-menu-wrapper .sub-menu {
	background-color: #f9f9f9;
	box-shadow: 0 0 6px 2px #dbdbdb inset;
	-moz-box-shadow: 0 0 6px 2px #dbdbdb inset;
	-webkit-box-shadow: 0 0 6px 2px #dbdbdb inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu {
	background-color: #f3f3f3;
	box-shadow: 0 0 6px 2px #d0d0d0 inset;
	-moz-box-shadow: 0 0 6px 2px #d0d0d0 inset;
	-webkit-box-shadow: 0 0 6px 2px #d0d0d0 inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu .sub-menu {
	background-color: #ededed;
	box-shadow: 0 0 6px 2px #c0c0c0 inset;
	-moz-box-shadow: 0 0 6px 2px #c0c0c0 inset;
	-webkit-box-shadow: 0 0 6px 2px #c0c0c0 inset;
}
#mobile-menu-wrapper .sub-menu .sub-menu .sub-menu .sub-menu  {
	background-color: #e7e7e7;
	box-shadow: 0 0 6px 2px #b0b0b0 inset;
	-moz-box-shadow: 0 0 6px 2px #b0b0b0 inset;
	-webkit-box-shadow: 0 0 6px 2px #b0b0b0 inset;
}
#mobile-menu-wrapper .sub-menu a {
	border-bottom: 1px dotted #585858;
	background:#333;
}
#mobile-search {
	float: left;
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 19px 0 10px;
}
#mobile-search .screen-reader-text, #mobile-search .search-submit {
	display: none;
}
#mobile-search .search-form {
	float: left;
	padding-left: 16.5%;
	width: 60%;
	margin-right: 16px;
}
#mobile-search input[type="search"] {
	line-height: 17px;
	font-size: 13px;
	color: #999999;
	padding: 7px;
	text-decoration: none;
	float: left;
	margin: 0!important;
	width: 97%!important;
	border: 1px solid #e3e3e3;
}
#mobile-search input[type="search"]:focus {
	border: 1px solid #999999;
}
#mobile-search-icon:before {
	font-size: 26px;
	line-height: 34px;
	float: left;
	color: #9b9b9b;
	cursor: pointer;
}


/* =Media Queries
---------------------------------------------------------------------- */

@media (max-width: 1400px) {
	.inner-page {
		width: 90%;
	}
	.featured-category .cat-popup {
		font-size: 17px;
	}
	.inset .upper h2 {
		font-size: 34px;
	}
	.inset .upper .button {
		margin-right:15px;
	}
	.archive-category.vertical .img-container {
		width:40%;
	}
	.archive-category.horizontal .img-container	{
		width:54.5%;
	}
	#featured-category-all p {
		width:70%;
		font-size:24px;
	}
	
	#logo-left > div > ul > li {
		margin-right:20px;
	}
	#logo-right > div > ul > li {
		margin-left:20px;
	}
}

@media (max-width: 1000px) {
	/* General */
	html {
		font-size: 82%;
	}
	#page.page-mobile {
		top: 80px;
	}
	
	/* Header */
	#header {
		display: none;
	}
	#mobile-header {
		display: inline-block;
	}
	#mobile-menu {
		right: -40%;
		width: 40%;
	}
	#mobile-screen {
		width: 60%;
	}
	#mobile-logo img {
		height: 64px;
		padding: 8px;
	}
	#mobile-header-icon:before {
		padding: 20px;
	}
	
	/* Body */
	.regular-text {
		font-size: 13px;
	}
	.popup-box .inner-page .inset {
		width: 92%;
		left: 4%;
	}
	.inset .upper h2 {
		font-size: 27px;
	}
	.inset .upper .greeting {
		font-size: 18px;
		line-height: 156%;
		max-width: 59%;
	}
	.variation-selector {
		width: 250px;
	}
	.shop_table.cart .qty {
		width: 26px;
	}
	.shop_table.cart img {
		width: 37px;
		height: auto;
	}
	.shop_table th, .shop_table td {
		padding: 7px;
	}
	.shop_table.cart .minus, .shop_table.cart .plus {
		-webkit-appearance:none;
	}
	.shop_table.cart .button {
		margin-left: 6px;
	}
	.woocommerce-checkout .shop_table {
		width: 99.9%;
	}
	.shop_table .product-name .variation-Style p {
		font-size: 13px;
	}
	.woocommerce-account .login .button {
		width: 100%;
		margin-bottom: 7px;
	}
	
	/* Footer */
	.footer-column, .footer-widget {
		width: 47%;
		margin:0 3% 3em 0;
	}
	.footer-column.odd {
		clear: left;
	}
	.footer-column.even {
		float: right;
	}
	#footer-2 {
		padding: 15px 0;
	}
	#footer-2-left, #footer-2-right {
		float: none;
		margin: 11px auto;
		display: table;
	}

	/* Forms & Buttons */
	.gform_wrapper input[type="submit"], #comments #submit, .button {
		font-size: 10px;
		padding: 0 16px;
	}

}

@media screen and (min-width: 768px){
	#homepage_carousel .slide .col-md-3 {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		width: 25%;
	}
	#homepage_carousel .slide .col-md-6 {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
}

@media screen and (min-width:1200px) and (max-width: 1400px){
	#homepage_carousel .slide p {
		font-size: 1.2rem;
	}
	#homepage_carousel .slide .link {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px){
	#homepage_carousel .slide p {
		font-size: 1rem;
	}
	#homepage_carousel .slide .link {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	#homepage_carousel .slide img {
		max-height: 200px;
	}
	#homepage_carousel .slide p {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	#homepage_carousel .slick-prev {
		left: 0;
	}
	#homepage_carousel .slick-next {
		right: 0;
	}
	#homepage_carousel .slide .row {
		flex-flow: row wrap;
	}
}

@media (max-width: 650px) {
	/* General */
	html {
		font-size: 68%;
	}
	#page.page-mobile {
		top: 59px;
	}

	/* Header */
	#mobile-menu {
		right: -77%;
		width: 77%;
	}
	#mobile-screen {
		width: 23%;
	}	
	#mobile-logo img {
		height: 43px;
		padding: 8px;
	}
	#mobile-header-icon:before {
		padding: 9px;
	}
	
	/* Body */
	#sidebar {
		display: none;
	}
	#content, #content.flexible-content {
		width: 100%;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		margin: 2px!important;
	}
	h1, h2, h3, h4  {
		font-size: 24px;
	}
	.page-title {
		font-size: 28px;
	}
	.entry-title {
		font-size: 31px;
	}
	.large-text {
		font-size: 19px;
		line-height: 166%;
	}
	.medium-text {
		font-size: 16px;
		width: 100%;
	}
	.regular-text {
		font-size: 12px;
		line-height: 124%;
	}
	article p, article li {
		font-size: 14px;
	}
	#featured-category-all p {
		font-size: 17px;
	}
	.featured-category {
		width: 48.5%;
	}
	.archive-category {
		width: 100%;
		margin-top: 25px;
	}
	.archive-category .text span.title {
		font-size: 14px;
	}
	.shop-category {
		width: 50%;
	}
	.shop-category.odd {
		clear: left;
	}
	.shop-category span {
		font-size: 12px;
	}
	.inset .upper .left {
		max-width: 90%;
	}
	.inset .upper h2 {
		font-size: 15px;
	}
	.inset .upper .button {
		font-size:14px;
	}
	.inset .upper .greeting {
		font-size: 13px;
		line-height: 147%;
		max-width: 77%;
	}
	.inset .lower p {
		font-size: 8px;
		max-width: 58%;
	}
	.inset .lower p a {
		font-size: 8px;
	}
	.variation-selector {
		display: block;
		width: calc(100% - 2px);
		margin: 15px 0 0;
		height: 34px;
	}
	.variation-selector p, .variation-selector .toggle {
		line-height: 34px;
	}
	.add-wrapper {
		float: left;
		width: 100%;
		margin-top: 13px;
	}
	.add-wrapper .variation-select {
		float: left;
		width: 45%;
		clear: none;
	}
	.add-wrapper .button {
		float: right;
		width: 45%;
		font-size: 10px!important;
		text-align: center;
		padding: 0!important;
	}
	.popup-socials div {
		font-size: 14px;
		line-height: 28px;
		margin-left: 12px;
	}
	.wp-pagenavi span, .wp-pagenavi a {
		padding: 7px 10px !important;
	}
	.gform_wrapper input[type="submit"], #comments #submit, .button {
		font-size: 9px;
		padding: 0 13px;
	}
	.woocommerce-checkout .button {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.shop_table .product-name .variation-Style p {
		font-size: 9px;
	}
	#error-cat {
		width: 90%;
	}
	#addressInput {
		padding: 5%!important;
		width: 90%!important;
	}
	#addy_in_radius {
		margin-bottom: 7px;
	}
	#addressSubmit, #radius_in_submit {
		padding: 0!important;
		width: 100%!important;
	}
	.col-1, .col-2 {
		width:auto;
		float:none;
		clear:both;
	}

	
	/* Footer */
	#footer-2, #footer-2 a {
		font-size: 12px;
		letter-spacing: 0px;
	}
	.footer-column, .footer-widget {
		width: 100%;
		float: left;
		margin-bottom:4em;
	}
	#footer-2-left span {
		margin: 0 4px;
	}

	/* Forms & Buttons */
	.gform_wrapper input[type="submit"] {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		display: table;
		margin: 0 auto;
	}
	#footer-copyright p {
		font-size: 11px;
		line-height: 130%;
	}

}

@media (max-width: 550px) {
	.inset .upper .button {
		clear:both;
		margin:0.7em 0;
		font-size:1em;
		line-height:1;
		height:auto;
		padding:1em;
	}
}

@media (max-width: 430px) {
	html {
		font-size: 60%;
	}
	.inset .upper .button {
		font-size:0.8em;
		padding:0.5em 1em;
	}
}