/* 
 Theme Name:   crazy4bugs
 Theme URI:    https://child-theme.grace-victoria.online
 Description:  razy4Bugs is a seasonal family-owned farm. We have been in operation since 2016.
 Author:       Grace Vaughn
 Author URI:   https://grace-victoria.online
 Template:     graphene
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');
@font-face {
font-family: FiraSans;
src: url(FiraSans.ttf) format("truetype");

}

#content {
	background-image: url('planks.jpg');
}

body {
	font-family: 'Fira Sans', sans-serif;

}
.h1, h1 {
	font-family: 'Single Day', cursive;
	font-size: 45px !important;
}
.h2, h2 {
	font-family: 'Single Day', cursive;
	font-size: 22px;
}
.h3, h3 {
	font-family: 'Single Day', cursive;
	font-size: 18px;
}

.entry-content {
padding-top: .2em;
}

.post-title, .entry-title {
    font-family: 'Single Day', cursive;;
    font-size: 50px !important;
    font-weight:25px;
    color: #ff0000;
}

.post, .singular .post, .singular .posts-list .post, .homepage_pane, .comment-respond, .entry-author {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
	padding: 20px;
}

    
.sidebar .sidebar-wrap {

background-color: rgba(255, 255, 255, 0.9) !important;
border-color:rgba(255, 255, 255, 0.1) !important;
border-radius: 5px;

}

.carousel-indicators .active { background-color: #93b46a; }

.navbar .nav > li > a {
font-family: 'Single Day', cursive;
font-weight: 400 !important;
font-size: 1.15em;

}
.nav ul li  {
    font-family: 'Single Day', cursive;
}

.navbar #header-menu-wrap .nav ul li a:hover {
    font-family: 'Single Day', cursive;
    background-color: #e9b74c;
    font-size: 1.5em;

}

#post-0 h1.post-title.entry-title, #post-0 ul.post-meta {

display: none;

}
#tribe-events-pg-template  {
    background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
    
}
#div, .tribe-events, .tribe-events-l-container {
    border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
}

.entry-footer .comment-link {

display: none;

background-color: pink;
}

.nf-error-msg, .ninja-forms-req-symbol { color: #d36b32 !important; }

#nf-field-27 { background-color: #287616;}

