/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2017 | 06:40:57 */
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
  	/* Footer */
    .footer-widgets {
  		padding-left				: 30px						;
      	padding-right				: 30px						;
  	}

}
@media only screen and (max-width: 767px)
{
  	/* UTILITY - Reverse column */
	.sm_reversal
    {
      	display						: flex						;
      	flex-direction				: column-reverse			;
    }
  
  	/* MASTER - Reduce 35px margin */
  	.wpb_content_element
  	{
     	margin-bottom				: 15px					!important;
  	}
  
  	/* UTILITY - No margin on wpb_content_element */
  	.sm_nomarg_content .wpb_content_element
  	{
     	margin-bottom				: 0px					!important;
  	}
  
  	/* UTILITY - Minor padding adj */
  	.sm_pdtop-10
  	{
     	padding-top					: 10px					;
  	}
 	.sm_pdbtm-10
  	{
     	padding-bottom				: 10px					;
  	}
  	
  	/* UTILITY - Side margin */
  	.sm_sidemarg-small
  	{
     	margin-left					: 7.5%					;
      	margin-right				: 7.5%					;
  	}
  
  	/* FOOTER - Add padding */
  	#footer .footer-widgets 
  	{
     	padding-left				: 7.5%					;
      	padding-right				: 7.5%					;
  	}
  
  	/* FOOTER - Centralize */
  	#footer .textwidget, #footer .widget-title, #footer .widget_black_studio_tinymce
  	{
     	text-align					: center				!important;
  	}
  	
  	
  		
  	/* THE GRID - Title size */
  	.tg-item-title a
  	{
      	font-size					: 15px					!important;
      	line-height					: 1.2					!important;
  	}
	
  	/* Quote list */
  	.product-thumbnail {
   		display						: none 					!important;
	}
	.product-remove {
  		width						: 35px					;	
  	}
  	.shop_table .product-remove a.yith-ywraq-item-remove {
  		position					: relative				;
      	top							: 0						!important;
  	}
  
}