/* 
 Theme Name:   crazy4bugs
 Theme URI:    child.krgaines.com
 Description:  Crazy4Bugs is a seasonal family-owned farm. We have been in operation since 2016
 Author:       gaineskr1 864-123-4567
 Author URI:   https://krgaines.com
 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=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');

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

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

h3, .h3 { 
font-family:'Pacifico', cursive;
}

h1.post-title.entry-title {
    font-family: 'casual', cursive !important;
    letter-spacing:  .1em;
    font-size: 48px;
		color: #d36b32 !important;
		text-shadow: 2px 2px 1px #27170c;
}

h2 {
    font-family: 'Lily Script One', cursive !important;
    letter-spacing:  .03em;
    font-size: 33px;
		color: #287616 !important;
	margin:0 !important;
}

h1 {
    font-family: 'Lily Script One', cursive !important;
    letter-spacing:  .03em;
    font-size: 33px;
		margin: 0 !important;
}


body {
    font-family: 'Sniglet', cursive;
}

strong{
	font-family: 'Nanum Pen Script', cursive;
	font-size: 30px;
}

#block-3 {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
	padding: 20px;
}

#block-2 {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
	padding: 20px;
}

.tribe-common  {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
	padding: 20px;
}

.tribe-events-calendar-month__body {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(39, 23, 12, 0.7);
	padding: 20px;
}

.carousel-indicators .active {
	margin-right: 2px;
	margin-left: 2px;
	width: 9px;
	height: 9px;
	background-color: #d36b32 !important;
} 


.ninja-forms-req-symbol {
color: #d36b32 !important;
}

.header_title {
	visibility: hidden;
}

.tribe-events-calendar-month__mobile-events-icon--event {
	background-color:#287616 !important;
}

.navbar #header-menu-wrap .nav ul li a:hover {
  background-color: #6d4e47;
    text-shadow: 2px 2px 1px #27170c;
    font-size: 1.15em;
}

.navbar .nav > li > a {
  font-weight: 400 !important;
  text-shadow: 2px 3px 1px black;
  font-size: 1.3em;
}
  
