/******************************************************************
Theme Name:  coast. framework
Theme URI: http://www.coaststudios.com.au
Description: coast. framework Theme - Built on Foundations 6 
Author: coast.
Author URI: http://www.wearecoast.com.au
Version: 1.7
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass, Coast Studios, coast, foundations 6
******************************************************************/

/* Further Testing */

/*=============================================

Custom Overwrite CSS 

TRY AND USE SASS IF POSSIBLE

MAKE SURE YOU COMMIT CHANGES TO THE REPO SO
THEY AREN'T OVERWRITTEN
==============================================*/

/* ONLY USE IF YOU DON'T KNOW HOW TO USE SASS/SCSS 
 OTHERWISE EDIT FILES IN SCSS FOLDER AND COMPILE */


 /* Example 

 header {
 	display: none;
 }

 */

 /* START ALL CUSTOM CSS BELOW THIS LINE */


.wishlist-content, .cart-content {
	height: 100vh;
	overflow-y: auto;
}

.header_skeleton a.logo {
max-width: 400px;
}

.footer .grid-x {
    padding: 2rem 0 2.5rem 0;
}

.top-sticky {
    font-size: 13px;
    letter-spacing: 1.3px;
}
p{
   font-size: 14px;
   letter-spacing: 0.5px;
}

li {
   font-size: 14px;
   letter-spacing: 0.5px;
}


h5 {
    font-weight: 300;
}

.footer .footer_menus h3 {
letter-spacing: 1.5px;
}



.links .boxes .outerbox, .links .boxes .outerbox .background {
    min-height: 200px;
}

.links .boxes .align-center, .links .boxes .align-left, .links .boxes .align-middle, .links .boxes .align-right {
    display: inline-grid;
}

#content .favourites .padding {
	padding: 80px 0 50px 0;
}

.header_skeleton.default .social-cell {
	display: none;
}

.instagram_feed {
    padding: 0px 0 50px;
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: museo-slab,'Roboto Slab', sans-serif !important;
}


.slide-out.active {
    overflow-y: auto;
}

.woocommerce div.product form.cart .variations td.label {
    background: none;
}

.woocommerce-main-image {
display:none;
}

div.cart-collaterals:nth-of-type(1), #woocommerce_product_search-3 h2 {
    display:none;
}

