/* 
 Theme Name:   crazy4bugs
 Theme URI:    
 Description:   Crazy4Bugs is a seasonal family-owned farm. We have been in operation since 2016. —Do not delete GRAPHENE, it is needed to run Crazy4Bugs.
 Author:       Zaide Palacios 864-569-9250
 Author URI:   http://www.gozaide.com
 Template:     graphene
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Lobster+Two&family=Oswald:wght@200;400;700&display=swap');

@font-face {
	font-family: casual;
	src: url(ShaneCasual.ttf);
}

#content{
	background-image: url('https://graphene.gozaide.com/wp-content/uploads/2022/02/planks.jpg') !important;
	background-attachment: fixed;
	background-size:cover; 
	background-position: center center;
}

 * .post, .singular .post, .singular .posts-list .post, .homepage_pane, .comment-respond, .entry-author, .sidebar .sidebar-wrap {
     
	background-color: rgba(147, 180, 106, .9)!important;
	border-color: #d36b32;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.7);
	padding: 20px;
}

body {
	font-family: Oswald;
}
.h1, h1 {
	font-family: casual, cursive, sans-serif;
	font-size: 55px !important;
	/*letter-spacing:.05em;*/
}
.h2, h2 {
	font-family: Lobster, cursive, sans-serif;
	font-size: 22px;
}
.h3, h3 {
	font-family: "Lobster Two", sans-serif;
	font-size: 18px;
}
.tribe-events-view {
    background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-color: #d36b32;
	border-radius: 20px;
	border-top: 6px solid #d36b32;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.7);
	padding: 20px;
    
}
.navbar #header-menu-wrap .nav ul li a:hover {
	background-color: #93B46A;
	color: #27170C;
}
.carousel-indicators .active {
	background-color: #E9B74C;
}
.header_title{
	display:none;}

.sidebar .sidebar-wrap {
    background-color: rgba(147, 180, 106, .9)!important;
    border-color: #d36632;
}
.post-title, .entry-title {
    letter-spacing: .05em;
    color: #e9b74c;
    text-shadow: 2px 2px 3px #27170c;
}
post-title, .post-title a, .post-title a:hover, .post-title a:visited {
    color:#e9b74c;
}
div#post-0 h1.post-title{display:none;}

.entry-footer .comment-link{display:none;}

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