/*
 Theme Name:   Roots, Roost & Rafter
 Theme URI:    https://www.rootsroostandrafter.com
 Description:  Custom theme for Roots, Roost & Rafter
 Author:       Krystal Acker
 Author URI:   https://www.krystalacker.com
 Template:     generatepress
 Version:      0.1
*/

/*////FONTS////*/

/*Grand Holiday Sans*/
@font-face {
    font-family: 'grand_holidaysans';
    src: url('/wp-content/uploads/fonts/grandholidaysans-webfont.woff2') format('woff2'),
         url('/wp-content//uploads/fonts/grandholidaysans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Restless Youth Small Caps*/
@font-face {
    font-family: 'restless_youth_small_capsRg';
    src: url('/wp-content/uploads/fonts/restlessyouthsmallcapsregular-webfont.woff2') format('woff2'),
         url('/wp-content/fonts/restlessyouthsmallcapsregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
	
/*Palate Notes*/
@font-face {
    font-family: 'palate_notes_regular';
    src: url('/wp-content/uploads/fonts/palatenotes-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/palatenotes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*////TOP BAR////*/

a.gb-button-547640a1, a.gb-button-fc3dd8b9, a.gb-button-8319cd9d, a.gb-button-0eb65fb7, a.gb-button-656dfaea, a.gb-button-21236cc4, a.gb-button-3a501923 {
	color: var(--base-2) !important;
}	

a.gb-button-547640a1:hover, a.gb-button-fc3dd8b9:hover, a.gb-button-8319cd9d:hover, a.gb-button-0eb65fb7:hover, a.gb-button-656dfaea:hover, a.gb-button-21236cc4:hover, a.gb-button-3a501923:hover {
	color: var(--contrast) !important;
}	

@media screen and (max-width: 1024px) {
	 .gb-container-dd18ed2b {
            display: none !important;
        }
}

/*////MAIN NAV////*/
.main-navigation {
	display: none;
}

/*////BLOG////*/

/*Blog Title Link Styling*/
.gb-headline a {
    text-decoration: none;
}


