/*
Theme Name: Green Planet Child
Theme URI: https://example.com/
Description: Child theme for Green Planet
Author: Your Name
Author URI: https://example.com/
Template: green-planet
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../green-planet/style.css");


/* Custom Css */

input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}
textarea{
	 -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}

.contact-form-custom .cmsmasters_column_inner > .cmsmasters_featured_block {
    height: auto!important;
}
@media only screen and (min-width: 1025px){
	.mid_nav > li > a {
		padding: 0px 9px 0px 9px !important;
}
}
@media only screen and (min-width: 1025px){
ul.navigation > li > a {
    border-color: rgba(255,255,255,0);
    border-right: 1px solid #73a534 !important;
}
}


.cmsmasters_button span {
    
    word-spacing: 3px!important;
}

.nav_item_wrap span.nav_title{
	letter-spacing:1px!important;
}

#media_image-3{
text-align:center;
}
