@media (min-width: 320px) 
  and (max-width: 942px) {
	.custom-desc-tabs > ul > li a{
  		font-size:22px;
   		margin-top:5px;
  }
    
    h4.ui-accordion-header{
     border-bottom: 1px solid black !important;
    padding-bottom: 5px !important;
    }
    
    #tabs-app-accordion > h4 a{
     	    padding: 10px 0 0 0 !important; 
    }
    
  }

/* ------  Media Queries Max 568 (Mobile) ------  */ 

@media (min-width: 320px) 
  and (max-width: 590px) {

    .collection-collage__item.one-whole, .collection-collage__item.one-half{
	    width: 100%;
        height: 400px;
      background-size:cover;

    }
    .main-content h4, .main-content .h4{
     	font-size:1em; 
    }
    
    .site-footer{
        background-position: bottom center;
    	padding: 50px 0px 200px 0;
    }
    
    .hero__text-content h1.hero__title, .hero__text-content .hero__title.h1{
    font-size: 4em;
    letter-spacing: .1em;
    
    }
    
    .section-header .rte{
     width:90%; 
    }
    
    .rte h1, .rte .h1{
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0;
    margin: 0 auto;
    line-height: 1.4em;
    }
    
    .single-option-radio label{
      margin: 3px 1px 1px 1px;
  }
    
.hero__text-content h1.hero__title, .hero__text-content .hero__title.h1 {
    font-size:3.75em;

  }
  }


@media (min-width: 320px) 
  and (max-width: 768px){
  
.collection-grid__item-title--wrapper .collection-grid__item-title{
 	font-size:.8em; 
}
    
    #tabs > ul > li.ui-state-active a, .custom-desc-tabs > ul > li.ui-state-active a, #tabs > ul > li:last-child a, .custom-desc-tabs > ul > li:last-child a, #tabs > ul > li:first-child a, .custom-desc-tabs > ul > li:first-child a, li.ui-state-default{
	border-bottom: 1px solid black;
      font-size:22px;
}
    .site-footer {
        background-size: 300px;
    }
  }


@media (max-width: 568px)
{

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: inline; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		width:100% !important; 
        padding: 0;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
  
  	td p, td h4, td li {
    margin-left: 20px;}
  
   .hallmarks ul{
    margin-top:-15px; 
   }
  
  table img{
        padding-bottom: 30px;
  }
  
  
  
}

@media 
only screen and (max-width: 480px){
  table ul{
	margin-top: 0;
    padding-bottom: 10px;
  }
  
  
}