/*
Theme Name: GRTW           
Template: donovan
*/

/* FONTS */

@font-face{
	font-family:montserrat-regular;
	font-style:normal;
	font-weight:400;
	src:url(../../../../static/fonts/montserrat/montserrat-regular.woff) format("woff2"),url(../../../../static/fonts/montserrat/montserrat-regular.woff) format("woff")
}
@font-face{
	font-family:roboto-slab-regular;
	font-style:normal;
	font-weight:400;
	src:url(../../../../static/fonts/roboto-slab/roboto-slab-regular.woff) format("woff")
}

/* VARIABLES */

:root {
	--button-color: #68c6b4 !important;
	--button-hover-color: #68c6b4 !important;
	--link-color: #68c6b4 !important;
	--submenu-color: #68c6b4 !important;
	--navi-color: #68c6b4 !important;
	--navi-hover-text-color: rgba(255, 255, 255, 0.9) !important;
	
	--text-font: montserrat-regular, Helvetica  !important;
    --title-font: roboto-slab-regular, Arial  !important;
    --navi-font: montserrat-regular, Helvetica  !important;
    --widget-title-font: roboto-slab-regular, Arial  !important;
}

/* BG */

body {
	background: #eee !important;
}

/* LOGO */

.site-title {
	background: url(../../../../static/img/logo-grtw.png) transparent no-repeat center top;
	background-size: 100px 100px;
	padding-top: 110px !important;
}

@media only screen and (min-width: 55em) {
    .site-title {
		background-position: left top;
    }
}

/* MENU ARROW */

.menu-item-1386 a:before {
	content: "← ";
}

/* CAPS */

.site-title,
.entry-title,
.widget-title, 
.archive-title, 
.comments-title, 
.comment-reply-title {
	text-transform: uppercase;
}

/* HIDE COMMENT LINK ON HOME PAGE */

.entry-footer .entry-comments {
	display: none;
}