

.responsive body
{
   min-width: 240px;
}
  
.responsive img 
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}  
  
.responsive .wsd-content-layout img,
.responsive .wsd-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .wsd-content-layout img 
{
   margin: 1%;
}

.responsive.responsive-phone .wsd-collage,
.responsive.responsive-tablet .wsd-collage {
   margin: 0 !important;
}

.responsive .wsd-content-layout .wsd-sidebar0, 
.responsive .wsd-content-layout .wsd-sidebar1, 
.responsive .wsd-content-layout .wsd-sidebar2 
{
   width: auto !important;
}
    
.responsive .wsd-content-layout, 
.responsive .wsd-content-layout-row, 
.responsive .wsd-layout-cell 
{
   padding: 0;
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .wsd-vmenublock,
.responsive.responsive-tablet .wsd-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .wsd-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .wsd-responsive-embed iframe,
.responsive .wsd-responsive-embed object,
.responsive .wsd-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.responsive .wsd-header 
{
   width: auto !important;
   max-width: none !important;
   min-height: 150px !important;
   min-width: 0 !important;
   text-align: center;
}

.default-responsive .wsd-header 
{
   height: auto;
}

.default-responsive .wsd-header *
{
   position:  !important;
   /*position: relative;*/
   /*position: absolute;*/
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.default-responsive .wsd-header .wsd-headline, 
.default-responsive .wsd-header .wsd-slogan 
{
   /*display: block !important;*/
   display: none;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
   text-align: center !important;
}
    
.default-responsive .wsd-header .wsd-headline a, 
.default-responsive .wsd-header .wsd-slogan 
{
   white-space: normal !important;
}

.default-responsive .wsd-header .wsd-logo
{
   display: inline-block;
   margin: auto !important;
   left: auto;
   top: auto !important;
   width: auto;
   height: auto;
}

.responsive .wsd-header .wsd-slidenavigator 
{
   position: absolute;
}

.default-responsive .wsd-header .wsd-positioncontrol 
{
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
   width: auto;
   height: auto;
   margin: auto;
}

.responsive .wsd-header #wsd-flash-area
{
   display: none;
}

/* Search and other elements in header element directly */
.default-responsive .wsd-header>.wsd-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

.default-responsive .wsd-header .wsd-textblock 
{
   position: relative !important;
   display: block !important;
   margin: auto !important;
   left: 0 !important;
   right: 0 !important;
   top: auto !important;
   height: auto !important;
   width: auto;
   background-image: none;
}

/* '.wsd-header *' used noram align, but for '.wsd-textblock *' we must force align because of preview */
.responsive .wsd-header .wsd-textblock *
{
   text-align: center !important;
}

.default-responsive .wsd-header .wsd-shapes > .wsd-textblock,
.default-responsive .wsd-header .wsd-slide-item > .wsd-textblock
{
   display: none !important;
}

.default-responsive .wsd-header .wsd-shapes > .wsd-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

.default-responsive .wsd-header .wsd-slider .wsd-textblock *
{
   text-align: center !important;
   width: auto !important;
   height: auto !important;
   display: block;
}

/* For icons like facebook, rss, etc. */
.responsive .wsd-header>.wsd-textblock>div 
{
   width: 100%;
}
/* dynamic width nav */
.responsive nav.wsd-nav,
.responsive .wsd-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
   min-width: 0;
   text-align: center !important;
}

.responsive nav.wsd-nav
{
   min-width: 1%;
}

.responsive .wsd-nav 
{
   padding-left: 0;
   padding-right: 0;
}

/* full width hmenu, instead of inline-block */
.responsive .wsd-nav ul.wsd-hmenu 
{
   float: none;
   text-align: center;
   display: none;
}

/* elements on different lines */
.responsive .wsd-nav ul.wsd-hmenu li,
.responsive .wsd-hmenu-extra1,
.responsive .wsd-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .wsd-nav ul.wsd-hmenu>li:first-child, 
.responsive .wsd-nav ul.wsd-hmenu>li:last-child, 
.responsive .wsd-nav ul.wsd-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .wsd-nav ul.wsd-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .wsd-nav ul.wsd-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   height: auto;
   white-space: normal;
}

.responsive .wsd-nav ul.wsd-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .wsd-nav ul.wsd-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .wsd-nav .ext, 
.responsive .wsd-nav ul.wsd-hmenu>li>ul, 
.responsive .wsd-nav ul.wsd-hmenu>li>ul>li,
.responsive .wsd-nav ul.wsd-hmenu>li>ul>li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .wsd-nav ul.wsd-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .wsd-nav ul.wsd-hmenu li.active>ul
{
   display: block !important;
}
.responsive .wsd-nav ul.wsd-hmenu ul li.active>a
{
   font-weight: bold;
}

.wsd-nav .wsd-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   -svg-background: linear-gradient(to bottom, #707070 0, #000 100%);
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   outline: none;
   padding: 5px;
   position: relative;
   vertical-align: bottom;
   width: 20px;
}

.wsd-nav .wsd-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.wsd-nav .wsd-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .wsd-nav .wsd-menu-btn 
{
   display: inline-block;
}

.responsive .wsd-nav .wsd-hmenu.visible 
{
   display: block;
}

.responsive .wsd-nav ul.wsd-hmenu>li>ul>li:first-child:after 
{
   display: none;
}
.responsive .wsd-nav ul.wsd-hmenu ul a
{
   padding-left: 4% !important;
}
.responsive .wsd-nav ul.wsd-hmenu ul ul a
{
   padding-left: 6% !important;
}
.responsive .wsd-nav ul.wsd-hmenu ul ul ul a
{
   padding-left: 8% !important;
}
.responsive .wsd-nav ul.wsd-hmenu ul ul ul ul a
{
   padding-left: 10% !important;
}
.responsive .wsd-nav ul.wsd-hmenu ul ul ul ul ul a
{
   padding-left: 12% !important;
}
  
.responsive .wsd-nav ul.wsd-hmenu>li>ul
{
   padding: 5px;
}
  
.responsive .wsd-nav ul.wsd-hmenu>li>ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .wsd-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 1% !important;
   margin-left: 1% !important;
   margin-top: 1% !important;
}

#wsd-resp {
   display: none;
}

@media all and (max-width: 899px)
{
    #wsd-resp, #wsd-resp-t { display: block; }
    #wsd-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #wsd-resp, #wsd-resp-m { display: block; }
    #wsd-resp-t { display: none; }
}

#wsd-resp-desktop {
   display: none;
}
#wsd-resp-tablet-landscape {
   display: none;
}
#wsd-resp-tablet-portrait {
   display: none;
}
#wsd-resp-phone-landscape {
   display: none;
}
#wsd-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #wsd-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #wsd-resp-tablet-landscape { display: block; }
	#wsd-header-name img { margin: 60px 15%; }
	#wsd-header-email a img { margin: 0 15%; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #wsd-resp-tablet-portrait { display: block; }
	#wsd-main { background: #FFFFFF url('images/background_green.jpg') no-repeat fixed; background-size: cover; }
	#wsd-header-name img { clear: none; height: 113px; margin: 15px; top: 50px; width: 378px; }
	#wsd-header-email a img { margin: 0; }
	.wsd-object813173978 { background-image: url("images/LOGO_sml.png"); }
	.wsd-resp-sidebar { display: none; }
	img.wsd-recipes { margin: 7px; }
	.wsd-classes-page-1 { float: none; margin: auto; width: 100%; }
	.wsd-classes-page-2 { float: none; margin: auto; width: 100%; }
	.wsd-resize { display: none; } 
	p.wsd-front-page-buttons { line-height: 350%;  }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #wsd-resp-phone-landscape { display: block; }
	#wsd-main { background: #FFFFFF url('images/background_green.jpg') no-repeat fixed; background-size: cover; }
	#wsd-header-name img { clear: none; height: 113px; margin: 15px; top: 50px; width: 378px; }
	#wsd-header-email a img { margin: 0; }
	.wsd-object813173978 { background-image: url("images/LOGO_sml.png"); }
	.wsd-resp-sidebar { display: none; }
	.wsd-classes-page-1 { float: none; margin: auto; width: 100%; }
	.wsd-classes-page-2 { float: none; margin: auto; width: 100%; }
	img.wsd-recipes { margin: 7px; }
	.wsb-footer-panel { width: 150px; height: 150px; }
	.wsb-footer-panel-inner, .wsb-footer-panel-inner-2 { width: 150px; height: 150px; }
	.wsb-footer-panel a:link, .wsb-footer-panel a:visited, .wsb-footer-panel a:hover, .wsb-footer-panel a:active { font-size: 1em; }
	.wsd-resize { display: none; } 
	.woocommerce ul.products li.product h3 { height: auto; }
	p.wsd-front-page-buttons { line-height: 350%;  }
	.wsd-commentsform { width: 50%; }
	#commentform { width: 100%; }
}

@media (max-width: 479px)
{
    #wsd-resp-phone-portrait { display: block; }
	#wsd-main { background: #FFFFFF url('images/background_green.jpg') no-repeat fixed; background-size: cover; }
	#wsd-header-name img { clear: none; height: 86px; margin: 50px 0; width: 285px; }
	#wsd-header-email a img { height: 41px; margin: 0; width: 50px; }
	.wsd-object813173978 { background-image: url("images/LOGO_tinyl.png"); }
	.wsd-postcontent h1 { font-size: 2em; text-align: center; }
	.wsd-front-one { float: none; margin: auto; width: 100%; text-align: center; }
	.wsd-front-two { float: none; margin: auto; width: 100%; }
	.wsd-footer-optin-social { height: 100% }
	#optin { width: 100%; float: none; margin: auto; }
	.wsd-footer-facebook { width: 100%; float: none; margin: auto; }
	.wsd-resp-sidebar { display: none; }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; margin: 				0 auto 10%; width: 60%; }
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin: 0 auto 10%; }
	.woocommerce ul.products li.product h3 { height: auto; }
	.wsd-classes-page-1 { float: none; margin: auto; width: 100%; }
	.wsd-classes-page-2 { float: none; margin: auto; width: 100%; }
	img.attachment-225x225 { display: none; }
	.size-full { 	max-width: 50% !important; }
	#optin input[type="submit"] { width: 138px; }
	#optin form { margin: auto; float: none; width: 180px; margin: 0 20%; }
	#optin h2 { text-align: center; }
	.wsd-footer-facebook { text-align: center; }
	img.wsd-recipes { margin: 7px; }
	.wsb-footer-panel { width: 150px; height: 150px; }
	.wsb-footer-panel-inner, .wsb-footer-panel-inner-2 { width: 150px; height: 150px; }
	.wsb-footer-panel a:link, .wsb-footer-panel a:visited, .wsb-footer-panel a:hover, .wsb-footer-panel a:active { font-size: 1em; }
	.wsd-article th, .wsd-article td { padding: 5px; }
	.wsd-resize { display: none; } 
	.wsd-article th, .wsd-article td { font-size: 13px; }
	.woocommerce-cart table.cart .product-thumbnail { display: none; }
	.woocommerce table.shop_table td { padding: 6px 3px; }
	.woocommerce table.shop_table th { padding: 9px 3px; }
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { font-size: 0.80em; }
	p.wsd-front-page-buttons { line-height: 350%;  }
	.wsd-mob-port { clear: both; margin: auto; float: none; }
	.wsd-commentsform { width: 90%; }
	#commentform { width: 100%; }
	
}

.responsive .wsd-content-layout, 
.responsive .wsd-content-layout-row, 
.responsive .wsd-layout-cell 
{
   display: block;
}

.responsive .wsd-layout-cell 
{
   width: auto !important;
   height: auto !important;
}

.responsive .wsd-content-layout:after, 
.responsive .wsd-content-layout-row:after, 
.responsive .wsd-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .wsd-post
{
   border-radius: 0;
}

.responsive .wsd-footer-inner
{
   width: auto;
   padding: 2% !important;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .responsive-layout-row-3 .responsive-tablet-layout-cell 
{
   width: 33.33% !important;
}

