/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Garden Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/*colors
dk green: #384001;
lt green: #667302;
yellow: #f9a61f;
*/
p {
	font-size: 16px;
	line-height: 1.7em;
}
p .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #f9a61f;
}

h1 {
	text-transform: uppercase;
}
h2 {
	font-size: 50px;
	line-height: 1.1em !important;
}
h2 {
	font-size: 50px;
	line-height: 1.1em !important;
}
h2.garden {
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: right;
}
/*hide page title*/

/*h1.entry-title {
    display: none!important;
}*/

h6 {
	line-height: 1.1em !important;
}

.page-id-2070 #logo {
	display: none !important;
}

.recipe-template-default div.container, .herb-template-default div.container { 
	max-width: none; width: 100%; padding-top: 0 !important;
}
.et_pb_post .entry-content {
    padding-top: 0px !important;
}

/*SITE INFO*/
#description {
	width:100%;
	background-color:#fafafa;
}
.description {
	width: 80%;
	padding: 30px;
	margin: 0 auto;
}
.description-right {
	float: right;
	width:40%;
	padding-left: 30px;
}
#gardening {
	width:100%;
	padding: 60px 20px;
	background-image: url("http://mygoldenherbalgarden.com/wp-content/uploads/2024/04/garden-bg1-1.jpg"), linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
}
.garden-left {
	width: 30%;
	float: left;	
	padding: 30px;
}
.garden-right {
	padding: 30px;
	width: 70%;
	float: left;
	background-color: #ffffff;
}
.garden-info-left {
	width: 50%;
	float: left;
}
.garden-info-right{
	width: 50%;
	float: left;
}
.herb-template-default div.container {
	padding: 0 40px 40px 40px;
}
#seeds {
	width:100%;
}
.seeds {
	width: 80%;
	padding: 30px;
	margin: 0 auto;
}
#harvesting {
	width:80%;
	margin: 0 auto;
}
#pets {
	width:100%;
	display: flex;
   justify-content: space-between;
}
.pets-left {
	width: 50%;	
	min-height: 300px;
	float: left;
	background-image: url("https://mygoldenherbalgarden.com/wp-content/uploads/2025/05/reese-e1746643073601.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-basis: 50%;
  	box-sizing: border-box;
}
.pets-right {
	width: 50%;
	float: left;
	padding: 30px;
	background-color:#667302;
	flex-basis: 50%;
  	box-sizing: border-box;
}
.pets-right h2, .pets-right p {
	color: #ffffff;
}
#videos {
	width:100%;
	text-align: center;
}
.videos-left {
	width: 50%;
	float: left;
	padding: 30px;
}
.videos-right {
	width: 50%;
	float: left;
	padding: 30px;
}
.site-info-full {
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
}
.site-info-wrap {
	width:80%;
	margin: 0 auto;
	background-color: #fdfcf2;
}

.uses {
	width: 100%;
	min-height: 300px;
}
/*.site-info-1{
	width: 25%;
	float: left;
	padding: 30px;
	height: 100%;
	min-height:300px;
}
.site-info-2{
	width: 25%;
	float: left;
	background-image: url("http://mygoldenherbalgarden.com/wp-content/uploads/2024/04/herbs2.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	min-height:300px;
}
.site-info-3{
	width: 25%;
	float: left;
	padding: 30px;
	min-height:300px;
}
.site-info-4{
	width: 25%;
	float: left;
	background-image: url("http://mygoldenherbalgarden.com/wp-content/uploads/2024/04/herbs4.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: bottom;
	min-height:300px;
}
.site-info-5{
	width: 25%;
	float: left;
	padding: 30px;
	min-height:300px;
}
.site-info-6{
	width: 25%;
	float: left;
	background-image: url("http://mygoldenherbalgarden.com/wp-content/uploads/2024/04/herbs3.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	min-height:300px;
}
.site-info-7{
	width: 25%;
	float: left;
	padding: 30px;
	min-height:300px;
}
.site-info-8{
	width: 25%;
	float: left;
	background-image: url("http://mygoldenherbalgarden.com/wp-content/uploads/2024/04/herbs5.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	min-height:300px;
}*/
/*RECIPE PAGES*/
.recipe-page {
	width: 100%;
}

@media only screen and ( max-width: 685px ) {
.site-info-right{
	padding-left: 0px;
}
/*.site-info-1,.site-info-2,.site-info-3,.site-info-4,.site-info-5,.site-info-6,.site-info-7,.site-info-8{
	width: 50%;
	float: left;
	}*/	
	.garden-left,.garden-right,.pets-left,.pets-right,.videos-left,.videos-right {
		width: 100%;
	}
	#pets {
		flex-direction: column;
	}	
}