@import url("Global_Setting.css");
/*@import url("fonts/stylesheet.css");*/


@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap'); 


/*---------------Stiky Footer Css----------------*/
body {
	font: 14px/1.6 'Oxygen',sans-serif;
	background-color: #f2efe1;
	height: 100%;
	color: #606060;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	z-index: 0;
	float: left;
	width: 100%;
}
.background_header {
	background-color: #eee;
	float: left;
	width: 100%;
}
.background_container {
	background-color: #f2efe1;
	float: left;
	width: 100%;
}
.sidebar_primary {
	background:#eee;
}
.contact-phone {
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	right: 0;
	font-weight: 800;
	text-align: right;
	z-index: 1;
}
#masthead {
	position: relative;
}
.contact-phone img {
	padding-right: 4px;
}
h1#site-title {
	display: none;
}
/*--------------Header nav start---------------*/
#nav-primary {
	float: right;
	position: relative;
	z-index: 99;
	margin-top: 10px;
}
#nav-primary ul.menu {
	margin: 0px;
	padding: 0px;
}
#nav-primary ul.menu li {
	display: block;
	float: left;
	position:relative;
}
#nav-primary ul.menu > li > a {
	color: #666;
	display: block;
	padding: 0 10px;
	text-decoration: none;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}


#nav-primary ul.menu li:hover > a, #nav-primary ul.menu li > a.is-active {
	color:#3e9a3e;
}
.c-menu-main__item.c-menu-main__item--expanded > a:hover::after {
	color: #3e9a3e;
}
#block-nuckol-subtheme-system-main span time {
	padding-bottom: 15px;
	display: block;
}
.path-blog .arborist {
	max-width: 260px;
	margin-top: 5px;
}
.path-blog h2 {
	font-size: 26px;
}

#nav-primary ul.menu li {
	display: block;
	float: left;
	position: relative;
	font-weight: 400;
}
#nav-primary ul.menu > li > a {
	color: #777;
	display: block;
	text-decoration: none;
 transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
	font-size: 16px;
	padding: 10px;
	font-family: 'Bitter', serif;
}




#nav-primary ul.menu ul li {
	border-top: 1px solid #ddd;
	width: 100%;
}

#nav-primary ul.menu ul li a {
	font-size: 12px;
	padding: 10px;
	color: #777;
	display:block ;
}

.togglebutton {
	display: none;
}
.togglebutton .btn-open, .togglebutton .btn-close {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	float: none;
	height: 30px;
	text-decoration: none;
	width: 20px;
	position: relative;
	background-color: transparent;
	margin: 0 auto;
	display: table;
	padding:0;
}
.btn-open {
	background-image:url(../images/toggle_open.png);
}
.btn-close {
	background-image: url(../images/toggle_close.png);
	background-size: 20px !important;
	background-position: center top;
}
.btn-close:focus {
	outline: 0;
	box-shadow: inherit;
}
.togglebutton .btn-open::before{
	content: "Menu";
	position: absolute;
	right: -50px;
	top: -10px;
	color: #fff;
}
.togglebutton .btn-close::before {
content: "Menu";
	position: absolute;	
	right: -50px;
	top: -10px;
	color: #fff;
}



#nav-primary ul.menu {
	display: block;
}
 #nav-primary a.drop_d1::after {
 content: "\f0d7";
 font-family: 'FontAwesome';
 display: block;
 float: right;
 height: 15px;
 margin-left: 5px;
 margin-top: 2px;
 width: 15px;
}

/*--------------Header nav end---------------*/
#site-logo {
	padding-top: 8px;
	padding-left: 1px;
	position: relative;
	left: -1px;
}
.site-branding {
	margin-bottom: 8px;
}

.slick-slide img {
	display: block;
	width: 100%;
}

#preface-area {
	background: none repeat scroll 0 0 #1c5631;
	border-bottom: 5px solid #277644;
	border-top: 5px solid #277644;
	padding: 40px 0 20px;
	color: #fff;
	text-align: center;
}

.slider-wrapper {
	float: left;
	width: 100%;
	position: relative;
	max-height: 550px;
	background: #000;
	overflow: hidden;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

section {
	float: left;
	width: 100%;
}
.slick-dots {
	display: none !important;
}

.preface-description {
	display: block;
	margin: 5px auto 15px;
	max-width: 350px;
}#preface-area a {
	color: #a8b963;
	font-weight: 800;
}#preface-area a:hover {
	color: #7d894b;
}#primary, #sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}.mid_contain #primary img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	max-width: 92%;
	margin: 0.5em 1em 0.5em 0;
}.marker, .form-required {
	color: #f00;
}
.arborist h4 {
	color: #512c1d;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 300;
}
.arborist img {
	display: block;
	margin: 0 auto;
}

#footer-Primary {
	padding: 20px 0px 0px 0px;
	background: #826458;
	border-top: 5px solid #3e9a3e;
	float: left;
	width: 100%;
}
.fotter_bottom a {
	color: #fff !important;
}
#footer-Primary h2{
font-size: 20px;
font-weight: 800;
color: #2a1208;	
margin-bottom: 10px;
padding: 10px 0px;
text-transform: uppercase;
}
#footer-Primary  p{color:#fff;}

#footer-Primary .day {
	display: inline-block;
	width: 50px;
}
#footer-Primary .hours {
	color: #fff;
}
#footer-Primary  a{
color: #a8b963;
font-weight: 800;	
}
/*.doverlay {
	background: url(../images/overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}*/



.flex-caption h2::before {
	content: url('../images/logo-ko.png');
	display: block;
	position: relative;
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
}

.slider-wrapper .slick-prev {
	left: 0;
	width: 50px;
	height: 100px;
	margin: -50px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: 0px;
	position: absolute;
	top: 50%;
	z-index: 110;
	cursor: pointer;
	text-indent: -9999px;
}

.slider-wrapper  .slick-next {
	width: 50px;
	height: 100px;
	margin: -50px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	background-position-x: 0px;
	background-position-y: 0px;
	position: absolute;
	top: 50%;
	z-index: 110;
	cursor: pointer;
	text-indent: -9999px;
	background-position: 100% 0;
  right: 0px;
}


.slider-wrapper .slick-prev:hover {
	background-position: bottom left !important;
	background: url(../images/bg_direction_nav.png);
}


.slider-wrapper .slick-next:hover {
	background-position: bottom right !important;
	background: url(../images/bg_direction_nav.png);
}

.flex-caption {
	width: 800px;
	position: absolute;
	/* top: 28%; */
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 120;
	color: #fff;
	z-index: 999;
	top: 41%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.frmore {
	background: rgba(255,255,255,0.2);
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	border: 1px solid #fff;
	padding: 5px 0px;
	margin: 10px auto;
	font-weight: bold;
	color: #fff !important;
}
.responsive .slick-slide {
	position: relative;
}
.responsive .slick-slide::before {
	content: "";
	background: url(../images/overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;
}
.arborist_thumb {
	float: left;
	width: 100%;
}
.arborist_thumb .left {
	float: left;
}

ul.inline, ul.links.inline {
	margin-left: 0;
}ul.inline li {
	margin: 0;
	padding: 0;
}.links li a {
	background-color: #3e9a3e;
	color: #fff;
	padding: 4px 5px;
	border-radius: 4px;
	text-shadow: none;
	font-weight: normal;
}.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}ul.inline li {
	display: inline;
	list-style-type: none;
	
}.links li a:hover {
	background-color: #D7D5D3;
	color: #100101;
}


#nav-primary ul.menu li:hover > a.drop_d::after, #nav-primary ul.menu li > a.is-active.drop_d::after {
	color: #3e9a3e;
}

.drop_d::after {
	/* content: ""; */
	content: "\f101";
	font-family: fontawesome;
	color: #777;
	margin-left: 4px;
	font-size: 13px;
}

#footer-Primary a:hover {
	color: #7d894b;
}

.not-front h2 {
	color: #512c1d;
	text-transform: capitalize;
	font-size: 26px;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}
a:visited {
	color: #512c1d;
}
.breadcrumb > .active {
	color: #9e5639;
}
.breadcrumb a {
	padding: 0 5px;
	font-family: sans-serif;
}
.breadcrumb a:first-child {
	padding-left: 0;
}.internal_pages {
	padding-top: 40px;
}

.node h2.title a, h1.page-title {
	color: #512c1d;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.not-front .internal_pages .col-md-8 img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
}
.side_bar ul {
	background-color: #F5F3EA;
	padding: 10px;
	max-width: 260px;
    
}

.side_bar > h2 {
	color: #512c1d;
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.side_bar  ul li.leaf {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	margin:0;
	padding:0;
}.side_bar li a {
	padding: 10px 10px;
}
.contact-phone a {
	font-family: sans-serif;
}

.side_bar li a:hover {
	color: #3e9a3e;
}

.side_bar ul, .side_bar ol {
	margin: 0 0 1em 1.5em;
}

.internal_pages ul.gallery {
	padding-left: 0 !important;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
ul.gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 20%;
	padding: 0 3px;
}
ul.gallery li a img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	max-width: 97.4%;
	margin: 0.5em 1em 0.5em 0;
}



.contact_form label{
	color: #444;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-size: 13px;
  display: inline;
  margin-right: 1em;
}
.contact_form input[type="text"]{
background-color: rgba(0,0,0,.05);
  border: 1px solid #DEDBCE;	
  width:100%;
}
.contact_form textarea{
	width:100%;
}
.contact_form .form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.contact_form .form-actions{
	padding-top:10px;
	margin-top: 1em;
  margin-bottom: 1em;
	
}
.contact_form input[type="submit"] {
	padding: 6px .8em 5px .8em;
	background-image: none !important;
	background-color: #3e9a3e;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	font-size:13px;
	font-weight:bold;
}
.blog_post span {
	color: #606060;
	width:100%;
}
.blog_post  .blg_title{
	width:100%;
	float:left;
}
.blog_post .blg_img {
	float: left;
	width: 31%;
}


.blog_post .blg_con {
	float: left;
	width: 69%;
	padding-left: 15px;
}

.blg_con p {
	margin-bottom: 0;
}

.testimo_list {
	float: left;
	width: 100%;
	margin-bottom:40px;
}
.testimo_list span {
	font-weight: 800;
	font-style: italic;
	font-family: sans-serif;
}

.front-page-blogs article div div:first-child {
	float: left;
}

.path-blog .views-field.views-field-field-blog-thumbnail {
	float: left;
}

.view-id-gallery_ img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.c-menu-main__item.c-menu-main__item--expanded > a::after {
	content: "\f101";
	font-family: fontawesome;
	color: #777;
	margin-left: 4px;
	font-size: 13px;
}

.path-gallery #block-nuckol-subtheme-system-main .views-row{
float:left;
}

.page-node-type-gallery .views-field-field-image a.colorbox {
	width: 20%;
	float: left;
}
#sidebar {
	max-width: 260px;
}
#sidebar .menu.c-menu-main {
	background-color: #F5F3EA;
	padding: 10px;
	list-style: none;
}

#sidebar .menu.c-menu-main li a:hover {
	color: #3e9a3e;
}

#sidebar .menu.c-menu-main li {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

#sidebar .menu.c-menu-main li a.is-active{
color:#000;
}

#sidebar h2 {
	color: #512c1d;
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 15px;
}

.path-node .views-field-field-image a.colorbox img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	height: auto;
	margin: 2.5px;
	margin-bottom: 10px;
}
.path-node .col-sm-12 h2{
font-size:26px;
margin-bottom:10px;
}

.fotter_bottom {
	padding: 10px 0px;
	font-size: 12px;
	background-color: #331c12;
	position: relative;
	margin-top: 70px;
	color:#bbb;
}
.fotter_bottom .waves {
	position: absolute;
	top: 7px;
	left: 50%;
}
.fotter_bottom .col-12 > div {
	float: left;
}
.fotter_bottom .col-12 {
	padding: 10px;
	position: relative;
}

#sidebar .webform-submission-form .form-item label {
	color: #444;
	font-family: 'Bitter', serif;
	font-weight: 400;
}


#sidebar .webform-submission-form input.form-text,
#sidebar .webform-submission-form input.form-email 
 {
	background-color: rgba(0,0,0,.05);
	border: 1px solid #DEDBCE;
	width:100%;
}

#sidebar .webform-submission-form .form-textarea{
width:100%;
}

#sidebar .webform-submission-form input[type="submit"] {
	padding: 6px .8em 4px .8em;
	background-image: none !important;
	background-color: #3e9a3e;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  position: relative;
  font-weight: bold;
  padding: 4px .8em 5px .8em;
  font-size: 13px;
}

#sidebar .webform-submission-form input[type="submit"]:hover {
	background-image: none !important;
	background-color: #338733;
}

#sidebar .webform-submission-form .form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

#block-nuckol-breadcrumbs nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#block-nuckol-breadcrumbs nav ol li a {
	font-family: sans-serif;
	color: #111;
}
.page-node-type-page h2 {
	font-size: 26px;
	color: #512c1d;
}

.useful-links img {
	width: 100% !important;
	height: auto !important;
	max-width: 150px !important;
}
.useful-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mid_contain {
	padding-top: 25px;
}
#block-nuckol-breadcrumbs nav ol li:after{
content: "\f101";
  font-family: fontawesome;
  color: #777;
  margin-left: 4px;
  font-size: 13px;
}
#block-nuckol-breadcrumbs nav ol li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
}

#block-nuckol-breadcrumbs nav ol li:last-child:after{
content:inherit;
} 
#block-nuckol-primary-local-tasks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #b7b7b7;
	margin: 0 0 5px 0;
	float: left;
	width: 100%;
}#block-nuckol-primary-local-tasks ul li{
display:inline;
}

#block-nuckol-primary-local-tasks ul li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5385em;
	margin: 0;
	padding: 0 1em;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
}

#block-nuckol-primary-local-tasks ul li a:hover {
	background: #888;
	text-decoration: none;
}
#block-nuckol-primary-local-tasks ul li a:hover, #block-nuckol-primary-local-tasks ul li a.is-active {
	background: #666;
	border: none;
	color: #fff;
}

#block-nuckol-page-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#block-nuckol-page-title h1{
color: #512c1d;
font-size: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#block-nuckol-breadcrumbs {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#block-nuckol-subtheme-system-main,#block-nuckol-cta {
	float: left;
	width: 100%;
}


/*.testimonialtextslide{
padding-bottom: 30px;
margin-bottom: 0 !important;
}

.testimonialtextslide .slick-prev {
	left: 0;
}
.testimonialtextslide .slick-next {
	right: 0;
}
.testimonialtextslide .slick-prev::before {
	content: "\f053";
	font-family: fontawesome;
	color: #331c12;
}

.testimonialtextslide .slick-next::before {
	content: "\f054";
	font-family: fontawesome;
	color: #331c12;
}

.testimonialtextslide p {
	display: block;
	max-width: 525px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.testimonialtextslide img {
	display: inline-block;
	margin: 20px 0;
}*/

/*---------------------*/

.testimonial {
	color: #512c1d;
	text-align: center;

}

.testimonial .container{
	border-top: 1px solid #ccc;
	padding-top: 25px;
}




.testimonial h2 {
	font-size: 26px;
	margin-bottom: 40px;
}
.testimonialtextslide .slick-prev::before {
	content: "\f053";
	font-family: fontawesome;
	color: #331c12;
}

.testimonialtextslide  .slick-next::before {
	content: "\f054";
	font-family: fontawesome;
	color: #331c12;
}
.testimonialtextslide .col-md-12::before {
	border-top: 1px solid #ccc;
	padding-top: 25px;
	content: "";
	display: block;
}
.testimonialtextslide .slick-prev {
	left: 0;
}
.testimonialtextslide .slick-next {
	right: 0;
}

.testimonialtextslide p {
	display: block;
	max-width: 525px;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	color: #666;
}
.testimonialtextslide span{color:#666;}
#block-nuckol-views-block-testimonials-block-1 {
	margin-bottom: 40px;
}

.testimonialtextslide .slick-slide img {
	display: inline-block;
	margin: 20px 0;
	width:180px;
}

.testimonialtextslide .text_slide {
	padding-bottom: 30px;
}
.testimonialtextslide h2 {
	font-size: 26px;
	margin-bottom: 55px;
	color: #512c1d;
}
.testimonialtextslide .slick-prev::before, .testimonialtextslide .slick-next::before {
	font-size: 35px;
}

.js input.form-autocomplete {
	border: 1px solid #ccc;
	margin: 2px 0;
	padding: 4px;
}

#masquerade-block-form input[type="submit"] {
	padding: 4px 6px;
	background-image: none !important;
	background-color: #3e9a3e;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
	border: 0 none;
	border-radius: 4px;
	font-weight:600;
}





#nav-primary ul.menu ul {
	padding:0;
	left: 0;
	position: absolute;
	top: 40px;
	width: 160px;
	display: none;
	background-color: rgb(245,243,234);	
	border: 0 none !important;
	z-index: 999;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
}

.path-frontpage h2 a {
	font-size: 36px;
}

.path-about .col-md-8 .views-row .views-field-title span {
	font-weight: 800;
	font-style: italic;
	/* margin: 20px 0; */
	margin-bottom: 20px;
	display: block;
	color: #606060;
	font-family: sans-serif;
}

.path-about .col-md-8 .views-row .views-field-title span a{
color: #606060;
}

.flex-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
}

#block-nuckol-subtheme-block-3 p a {
	font-weight: 800;
	font-family:sans-serif;
}

.btn-primary {
    display: inline-block; /* Prevents full-width block behavior */
    width: auto; /* Ensures it only takes the necessary width */
    max-width: 100%; /* Prevents it from expanding too much */
    margin: 20px auto; /* Centers the button */
    padding: 12px 24px; /* Controls the button size */
    background-color: #3e9a3e !important;
    border-color: #3e9a3e !important;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    line-height: 1.5; /* Ensures proper text spacing */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #357f35 !important;
    border-color: #357f35 !important;
}

.btn-wrapper {
    text-align: center; /* Centers the button */
    margin: 40px 0; /* Adds spacing above and below */
    display: flex; /* Prevents full-page blocking */
    justify-content: center; /* Centers button inside the wrapper */
    align-items: center; /* Ensures vertical alignment */
    width: 100%; /* Keeps it from expanding beyond the container */
    height: auto; /* Prevents it from covering the entire page */
    pointer-events: none; /* Ensures only the button is clickable */
}

.btn-wrapper a {
    pointer-events: auto; /* Re-enables clicking for the button */
}

.page-node-type-webform form .form-item label {
	color: #444;
	font-family: 'Bitter', serif;
	font-weight: 400;
	display: inline;
	float: left;
	width: 100%;
}

.page-node-type-webform form input.form-text, 
.page-node-type-webform form input.form-email,
.page-node-type-webform form input.form-tel,
.page-node-type-webform form .form-select

 {
	background-color: rgba(0,0,0,.05);
	border: 1px solid #DEDBCE;
	width: 100%;
}

.page-node-type-webform form .form-textarea {
	width: 100%;
}

.page-node-type-webform form .form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.page-node-type-webform form input[type="submit"] {
	padding: 6px .8em 4px .8em;
	background-image: none !important;
	background-color: #3e9a3e;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 6px;
	box-shadow: inset 0 1px 0 0 white;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	position: relative;
	font-weight: bold;
	padding: 4px .8em 5px .8em;
	font-size: 13px;
}

.page-node-type-webform form input[type="submit"]:hover {
	background-image: none !important;
	background-color: #338733;
}






























