/*
 Theme Name:   Djirang Plantation theme
 Theme URI:    https://generatepress.com/
 Description:  Generate Press Child Theme
 Author:       Wayword
 Author URI:   https://wayword.com.au
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generate press child
*/

.hometext {
  width: 45%;
}

.main-navigation {
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    
}
.navigation-search {
    background-color: #fafafa;

}
.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}

/*CONTACT FORM STYLES*/
#cf7{
  text-align: center;
}

#contentleft {
  width: 47%;
  float: left;
  
}

#contentright {
  width: 47%;
  float: left; 
}


.wpcf7-form-control.wpcf7-submit{
  float:right;
}
#header_message {
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    background-color: #1e6131;
    color: white;
    margin-bottom: -35px;
    font-family: serif;
    position: unset;
}

#cf7_left{
  width: 47%;
  float: left;
  padding: 0px 0px 10px 0px; 
}

#cf7_right {
  width: 47%;
  float: right; 
  padding: 0px 0px 10px 0px;
}

#message_cf7{
  padding:10px;
}


/*WooCommerce Chnages*/
.woocommerce-message {
    background-color: #216031 !important; 
    }

.woocommerce a.button.alt {
    background-color: #216031 !important; 
    }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
background-color: #216031 !important; 
    }

    .woocommerce-info {
      background-color: #404040 !important;
    }

/*.Home_Intro {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}*/
.cover_buttons{
	text-align: center;
}

.page-id-8.separate-containers .site-main {
margin: 0px !important;
}

.sidebar .widget, .footer-widgets .widget {
    font-size: 14px;
}
/*textarea.wpcf7-form-control.wpcf7-textarea{ 
	width:74%;
	}
*/

#wpcf7-f369-p153-o1 .wpcf7-form-control.wpcf7-submit {
    float: left;
}
.wpcf7-form.init{
	line-height:2;
}
.logged-in .register_panel{
	display:none;
}
@media screen and (max-width: 1080px){

#contentleft {
    width: 100%;
   
}

#contentright {
    width: 100%;
}
#cf7_left{
		width:100%;
	}

#cf7_right{
		width:100%;
	}
#message_cf7{ 
	width:100%;
	}
	/* CSS */
 
