/*
Check style.css for 0 - 7

1 Buttons
2 Calender
3 Woocommerce
4 Service Table

/************ Scroll Top ***************/
.tp-caption.rev_group .tp-mask-wrap {
	overflow: visible!important;
}

.avadanta-scroll-top.fixed-bottom {
    display: none;
}

.avadanta-scroll-top:not(.fixed-bottom) {
      bottom: 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 22px;
    height: 38px;
    position: fixed;
    right: 55px;
    text-align: center;
    width: 36px;
    z-index: 1002;
    -webkit-box-shadow: 8px 8px 26px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 8px 8px 26px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 8px 8px 26px 0px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 0px;
    overflow: hidden;
    line-height: 45px;
}

.avadanta-scroll-top:not(.fixed-bottom).on {
    visibility: visible;
    opacity: 1;
    bottom: 80px;
}


/************ Footer Image Gallery ***************/

.gallery {margin-bottom: 1.0em;padding: 5px 0;}
.gallery-item {display: inline-block;text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 10px; 
    margin-bottom: 10px;} 
.gallery-item  img{width: 100%;height: auto;}
.gallery-columns-2 .gallery-item {max-width: 50%; }
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%; }
.gallery-columns-8 .gallery-item {max-width: 12.5%; }
.gallery-columns-9 .gallery-item {max-width: 11.11%; }
.gallery-caption {display: block; }


/************ Calender Styling ***************/

.calendar_wrap table th, .calendar_wrap table td {
	padding: 7px 10px;
}
.calendar_wrap table th a, .calendar_wrap table td a {
	display: block;
	color: #529e19;
}

.calendar_wrap table th a:hover, .calendar_wrap table td a:hover {
	color: #ffffff;
}

.calendar_wrap table th {
	color: #3c3838;
	font-weight: 700;
}

.calendar_wrap table td#prev {
	text-align: left;
}

.calendar_wrap table td#next {
text-align: right; }

.calendar_wrap table tfoot td:first-child, .calendar_wrap table tfoot tr, .calendar_wrap table tfoot td {
border: none; }

.calendar_wrap table tbody tr:nth-child(even) th, .calendar_wrap table tbody tr:nth-child(even) td {
background-color: #fff;
color: #3c3838; }

.calendar_wrap table tbody tr:nth-child(odd) th {
background-color: #fff;
color: #3c3838; }

.calendar_wrap table caption {
	color: #262626;
}
.calendar_wrap table tr td a:hover {
	color: #529e19;
}
.calendar_wrap table tbody #today {
	color: #529e19;
}

select {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
select { 
	background-color: #fff;
	color: #85868a;
	font-size: 14px;
	padding: 11px 22px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
	outline: none;
}

/**************** Service Table **********************/

.bizz_table_ctn {
	display: table;
	width: 100%;
}
.bizz_table_ctn .table_col:first-child {
	margin-left:0!important;
}

.bizz_table_1_col .table_col, .bizz_table_2_col .table_col, 
.bizz_table_3_col .table_col, .bizz_table_4_col .table_col,
.bizz_table_5_col .table_col {
	padding-left: 15px;
	padding-right: 15px;
}

.bizz_table_1_col .table_col {
	width:100%;
}
.bizz_table_2_col .table_col {
	width:50%;
	float:left;
}
.bizz_table_3_col .table_col {
	width:33.333%;
	float:left;
}
.bizz_table_4_col .table_col {
	width:25%;
	float:left;
}
.bizz_table_5_col .table_col {
	width:20%;
	float:left;
}
.table_col {
	text-align:center;
}
.table_col h3 {
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	margin:0;
	padding: 13.5px;
}
.table_col .table_line:last-child {
	border-bottom:none!important;
}
.table_col p {
	margin:0;
	padding:0 15px;
	line-height:49px;
}

/**************** Buttons **********************/
.button_3d {
	border-bottom: 5px solid rgba(0, 0, 0, 0.2) !important;
}
.ta_left {
	display:inline-block;
	vertical-align:bottom;
}
.ta_right {
	text-align:right;
	float:right;
	display:block;
}
.ta_center {
	display:block;
	text-align:center;
	clear:both;
}
.ta_left i, .ta_right i, .ta_center i {
	transition: all linear .2s;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
}
.bizz_3d_bt {
	border-bottom: 5px solid rgba(0, 0, 0, 0.2) !important;
}
.bizz_3dstroke_bt {
	border-bottom-width:5px !important;
}
.bizz_3dstroke_bt:hover {
	border-bottom: 5px solid rgba(0, 0, 0, 0.5) !important;
}
.smallmedium_bizz_bt.bizz_3d_bt, .mediumlarge_bizz_bt.bizz_3d_bt {
	border-bottom:3px solid rgba(0, 0, 0, 0.2) !important;
}
.smallmedium_bizz_bt.bizz_3dstroke_bt, .mediumlarge_bizz_bt.bizz_3dstroke_bt {
	border-bottom-width:3px !important;
}
.smallmedium_bizz_bt.bizz_3dstroke_bt:hover, .mediumlarge_bizz_bt.bizz_3dstroke_bt:hover {
	border-bottom:3px solid rgba(0, 0, 0, 0.5) !important;
}
.small_bizz_bt.bt_icon_left i, .medium_bizz_bt.bt_icon_left i {
	margin-right:8px;
}
.small_bizz_bt.bt_icon_right i, .medium_bizz_bt.bt_icon_right i {
	margin-left:8px;
}
.smallmedium_bizz_bt.bt_icon_left i {
	margin-right:20px;
}
.smallmedium_bizz_bt.bt_icon_right i {
	margin-left:10px;
}
.mediumlarge_bizz_bt.bt_icon_left i {
	margin-right:15px;
	font-size:25px;
	vertical-align:middle;
}
.mediumlarge_bizz_bt.bt_icon_right i {
	margin-left:15px;
	font-size:25px;
	vertical-align:middle;
}
.large_bizz_bt.bt_icon_left i {
	margin-right:20px;
}
.xlarge_bizz_bt.bt_icon_left i {
	margin-right:30px;
}
.large_bizz_bt.bt_icon_right i {
	margin-left:20px;
}
.xlarge_bizz_bt.bt_icon_right i {
	margin-left:30px;
}
.bt_icon_border {
	padding:0 !important;
}
.bt_icon_border.bt_icon_left.small_bizz_bt i {
	margin:0;
	padding:10px 12px 11px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_left.smallmedium_bizz_bt i {
	margin:0;
	padding:15px 20px 16px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
}
.bt_icon_border.bt_icon_left.medium_bizz_bt i {
	margin:0;
	padding:16px 18px 15px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_left.mediumlarge_bizz_bt i {
	margin:0;
	padding:15px 50px;
	font-size: 20px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_left.large_bizz_bt i {
	margin:0;
	padding:30px 30px 31px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_left.xlarge_bizz_bt i {
	margin:0;
	padding:30px 35px 30px;
	float:left;
	border-right:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.small_bizz_bt i {
	margin:0;
	padding:10px 12px 11px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.smallmedium_bizz_bt i {
	margin:0;
	padding:15px 20px 16px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.medium_bizz_bt i {
	margin:0;
	padding:16px 18px 15px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.mediumlarge_bizz_bt i {
	margin:0;
	padding:23px 25px 23px;
	font-size: 20px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.large_bizz_bt i {
	margin:0;
	padding:30px 30px 31px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
}
.bt_icon_border.bt_icon_right.xlarge_bizz_bt i {
	margin:0;
	padding:30px 35px 30px;
	float:right;
	border-left:1px solid rgba(0,0,0,0.15);
	
	vertical-align:middle;
}
.bt_icon_border.bt_icon_left.small_bizz_bt span {
	margin:0;
	padding:10px 12px 11px;
	float:right;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_left.smallmedium_bizz_bt span {
	margin:0;
	padding:15px 20px 16px;
	float:right;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_left.medium_bizz_bt span {
	margin:0;
	padding:16px 18px 15px;
	float:right;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_left.mediumlarge_bizz_bt span {
	margin:0;
	padding:23px 25px 23px;
	float:right;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_left.large_bizz_bt span {
	margin:0;
	padding:30px 30px 31px;
	float:right;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_left.xlarge_bizz_bt span {
	margin:0;
	padding:30px 35px 30px;
	float:left;
	display:block;
	border-left:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.small_bizz_bt span {
	margin:0;
	padding:10px 12px 11px;
	float:right;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.smallmedium_bizz_bt span {
	margin:0;
	padding:15px 20px 16px;
	float:right;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.medium_bizz_bt span {
	margin:0;
	padding:16px 18px 15px;
	float:right;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.mediumlarge_bizz_bt span {
	margin:0;
	padding:23px 25px 23px;
	float:right;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.large_bizz_bt span {
	margin:0;
	padding:30px 30px 31px;
	float:right;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.bt_icon_border.bt_icon_right.xlarge_bizz_bt span {
	margin:0;
	padding:30px 35px 30px;
	float:left;
	display:block;
	border-right:1px solid rgba(255,255,255,0.15);
	
}
.small_bizz_bt {
	font-size:14px;
	text-align:center;
	min-width:120px;
	max-width:100%;
	padding:10px 15px 11px;
	display:inline-block;
	vertical-align: middle;
	
}
.smallmedium_bizz_bt {
	font-size: 16px;
	text-align: center;
	min-width: 160px;
	max-width: 100%;
	padding: 15px 20px 16px;
	display: inline-block;
	vertical-align: middle;
	
}
.medium_bizz_bt {
	font-size:16px;
	text-align:center;
	min-width:170px;
	max-width:100%;
	padding:16px 18px 15px;
	display:inline-block;
	vertical-align: middle;
	
}
.mediumlarge_bizz_bt {
	font-size:20px;
	text-align:center;
	min-width:225px;
	max-width:100%;
	padding:15px 50px;
	display:inline-block;
	vertical-align: middle;
	
}
.large_bizz_bt {
	font-size:24px;
	text-align:center;
	min-width:270px;
	max-width:100%;
	padding: 20px 50px;
	display:inline-block;
	vertical-align: middle;
	
}
.xlarge_bizz_bt {
	font-size:30px;
	text-align:center;
	min-width:350px;
	max-width:100%;
	padding:30px 45px 30px;
	display:inline-block;
	vertical-align: middle;
	
	line-height:40px;
}
.small_bizz_bt.bizz_3d_bt {
	padding:11px 15px 11px;
	
}
.smallmedium_bizz_bt.bizz_3d_bt {
	padding: 15px 20px 16px;
	
}
.medium_bizz_bt.bizz_3d_bt {
	padding:16px 18px 16px;
	
}
.mediumlarge_bizz_bt.bizz_3d_bt {
	padding:23px 18px 23px;
}
.large_bizz_bt.bizz_3d_bt {
	padding: 30px 30px 32px;
}
.xlarge_bizz_bt.bizz_3d_bt {
	padding:30px 45px 31px;
}

.border_1px {
	border-width:1px;
}
.border_2px {
	border-width:2px;
}
.border_3px {
	border-width:3px;
}
.border_4px {
	border-width:4px;
}
.border_5px {
	border-width:5px;
}
.border_6px {
	border-width:6px;
}
.small_bizz_bt.border_1px {
	padding:9px 14px 10px;
}
.bt_icon_border.small_bizz_bt.border_1px i, .bt_icon_border.small_bizz_bt.border_1px span {
	padding:9px 12px 10px;
}
.small_bizz_bt.border_2px {
	padding:8px 13px 9px;
}
.bt_icon_border.small_bizz_bt.border_2px i, .bt_icon_border.small_bizz_bt.border_2px span {
	padding:8px 12px 9px;
}
.small_bizz_bt.border_3px {
	padding:7px 12px 8px;
}
.bt_icon_border.small_bizz_bt.border_3px i, .bt_icon_border.small_bizz_bt.border_3px span {
	padding:7px 12px 8px;
}
.small_bizz_bt.border_4px {
	padding:6px 11px 7px;
}
.bt_icon_border.small_bizz_bt.border_4px i, .bt_icon_border.small_bizz_bt.border_4px span {
	padding:6px 12px 7px;
}
.small_bizz_bt.border_5px {
	padding:5px 10px 6px;
}
.bt_icon_border.small_bizz_bt.border_5px i, .bt_icon_border.small_bizz_bt.border_5px span {
	padding:5px 12px 6px;
}
.small_bizz_bt.border_6px {
	padding:4px 9px 5px;
}
.bt_icon_border.small_bizz_bt.border_6px i, .bt_icon_border.small_bizz_bt.border_6px span {
	padding:4px 12px 5px;
}
.smallmedium_bizz_bt.border_1px {
	padding:14px 18px 15px;
}
.bt_icon_border.smallmedium_bizz_bt.border_1px i, .bt_icon_border.smallmedium_bizz_bt.border_1px span {
	padding:14px 18px 15px;
}
.smallmedium_bizz_bt.border_2px {
	padding:13px 17px 14px;
}
.bt_icon_border.smallmedium_bizz_bt.border_2px i, .bt_icon_border.smallmedium_bizz_bt.border_2px span {
	padding:13px 18px 14px;
}
.smallmedium_bizz_bt.border_3px {
	padding:12px 16px 13px;
}
.bt_icon_border.smallmedium_bizz_bt.border_3px i, .bt_icon_border.smallmedium_bizz_bt.border_3px span {
	padding:12px 18px 13px;
}
.smallmedium_bizz_bt.border_4px {
	padding:11px 15px 12px;
}
.bt_icon_border.smallmedium_bizz_bt.border_4px i, .bt_icon_border.smallmedium_bizz_bt.border_4px span {
	padding:11px 18px 12px;
}
.smallmedium_bizz_bt.border_5px {
	padding:10px 14px 11px;
}
.bt_icon_border.smallmedium_bizz_bt.border_5px i, .bt_icon_border.smallmedium_bizz_bt.border_5px span {
	padding:10px 18px 11px;
}
.smallmedium_bizz_bt.border_6px {
	padding:9px 13px 10px;
}
.bt_icon_border.smallmedium_bizz_bt.border_6px i, .bt_icon_border.smallmedium_bizz_bt.border_6px span {
	padding:9px 18px 10px;
}
.medium_bizz_bt.border_1px {
	padding:15px 18px 14px;
}
.bt_icon_border.medium_bizz_bt.border_1px i, .bt_icon_border.medium_bizz_bt.border_1px span {
	padding:15px 18px 14px;
}
.medium_bizz_bt.border_2px {
	padding:14px 17px 13px;
}
.bt_icon_border.medium_bizz_bt.border_2px i, .bt_icon_border.medium_bizz_bt.border_2px span {
	padding:14px 18px 13px;
}
.medium_bizz_bt.border_3px {
	padding:13px 16px 12px;
}
.bt_icon_border.medium_bizz_bt.border_3px i, .bt_icon_border.medium_bizz_bt.border_3px span {
	padding:13px 18px 12px;
}
.medium_bizz_bt.border_4px {
	padding:12px 15px 11px;
}
.bt_icon_border.medium_bizz_bt.border_4px i, .bt_icon_border.medium_bizz_bt.border_4px span {
	padding:12px 18px 11px;
}
.medium_bizz_bt.border_5px {
	padding:11px 14px 10px;
}
.bt_icon_border.medium_bizz_bt.border_5px i, .bt_icon_border.medium_bizz_bt.border_5px span {
	padding:11px 18px 10px;
}
.medium_bizz_bt.border_6px {
	padding:10px 13px 9px;
}
.bt_icon_border.medium_bizz_bt.border_6px i, .bt_icon_border.medium_bizz_bt.border_6px span {
	padding:10px 18px 9px;
}
.mediumlarge_bizz_bt.border_1px {
	padding:22px 18px 22px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_1px i, .bt_icon_border.mediumlarge_bizz_bt.border_1px span {
	padding:22px 18px 22px;
}
.mediumlarge_bizz_bt.border_2px {
	padding:21px 17px 21px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_2px i, .bt_icon_border.mediumlarge_bizz_bt.border_2px span {
	padding:21px 18px 21px;
}
.mediumlarge_bizz_bt.border_3px {
	padding:20px 16px 20px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_3px i, .bt_icon_border.mediumlarge_bizz_bt.border_3px span {
	padding:20px 18px 20px;
}
.mediumlarge_bizz_bt.border_4px {
	padding:19px 15px 19px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_4px i, .bt_icon_border.mediumlarge_bizz_bt.border_4px span {
	padding:19px 18px 19px;
}
.mediumlarge_bizz_bt.border_5px {
	padding:18px 14px 18px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_5px i, .bt_icon_border.mediumlarge_bizz_bt.border_5px span {
	padding:18px 18px 18px;
}
.mediumlarge_bizz_bt.border_6px {
	padding:17px 13px 17px;
}
.bt_icon_border.mediumlarge_bizz_bt.border_6px i, .bt_icon_border.mediumlarge_bizz_bt.border_6px span {
	padding:17px 18px 17px;
}
.large_bizz_bt.border_1px {
	padding:29px 29px 30px;
}
.bt_icon_border.large_bizz_bt.border_1px i, .bt_icon_border.large_bizz_bt.border_1px span {
	padding:29px 30px 14px;
}
.large_bizz_bt.border_2px {
	padding:28px 28px 29px;
}
.bt_icon_border.large_bizz_bt.border_2px i, .bt_icon_border.large_bizz_bt.border_2px span {
	padding:28px 30px 29px;
}
.large_bizz_bt.border_3px {
	padding:27px 27px 28px;
}
.bt_icon_border.large_bizz_bt.border_3px i, .bt_icon_border.large_bizz_bt.border_3px span {
	padding:27px 30px 28px;
}
.large_bizz_bt.border_4px {
	padding:26px 26px 27px;
}
.bt_icon_border.large_bizz_bt.border_4px i, .bt_icon_border.large_bizz_bt.border_4px span {
	padding:26px 30px 27px;
}
.large_bizz_bt.border_5px {
	padding:25px 25px 26px;
}
.bt_icon_border.large_bizz_bt.border_5px i, .bt_icon_border.large_bizz_bt.border_5px span {
	padding:25px 30px 26px;
}
.large_bizz_bt.border_6px {
	padding:24px 24px 25px;
}
.bt_icon_border.large_bizz_bt.border_6px i, .bt_icon_border.large_bizz_bt.border_6px span {
	padding:24px 30px 25px;
}
.xlarge_bizz_bt.border_1px {
	padding:29px 44px 29px;
}
.bt_icon_border.xlarge_bizz_bt.border_1px i, .bt_icon_border.xlarge_bizz_bt.border_1px span {
	padding:29px 35px 29px;
}
.xlarge_bizz_bt.border_2px {
	padding:28px 43px 28px;
}
.bt_icon_border.xlarge_bizz_bt.border_2px i, .bt_icon_border.xlarge_bizz_bt.border_2px span {
	padding:28px 35px 28px;
}
.xlarge_bizz_bt.border_3px {
	padding:27px 42px 27px;
}
.bt_icon_border.xlarge_bizz_bt.border_3px i, .bt_icon_border.xlarge_bizz_bt.border_3px span {
	padding:27px 35px 27px;
}
.xlarge_bizz_bt.border_4px {
	padding:26px 41px 26px;
}
.bt_icon_border.xlarge_bizz_bt.border_4px i, .bt_icon_border.xlarge_bizz_bt.border_4px span {
	padding:26px 35px 26px;
}
.xlarge_bizz_bt.border_5px {
	padding:25px 40px 25px;
}
.bt_icon_border.xlarge_bizz_bt.border_5px i, .bt_icon_border.xlarge_bizz_bt.border_5px span {
	padding:25px 35px 25px;
}
.xlarge_bizz_bt.border_6px {
	padding:24px 39px 24px;
}
.bt_icon_border.xlarge_bizz_bt.border_6px i, .bt_icon_border.xlarge_bizz_bt.border_6px span {
	padding:24px 35px 24px;
}

/* Subscribe form */

.subrc-form input.wpcf7-email {
	height: 45px;
    line-height: 45px;
    width: 77%;
    font-size: 12px;
    background: #292929;
    border: none;
    color: #8d8d8d;
    padding: 0 40px 0 15px
}

.subrc-form input.wpcf7-submit {
	width: 22%;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    background: #529e19;
    border: none;
    margin-left: -3px;
    font-size: 12px;
    border-left: 1px solid #529e19;
    text-transform: uppercase;
    position: relative;
}
.subrc-form input.wpcf7-submit:hover {
    color: #292929;
    background: #ffffff;
    border-left: 1px solid #292929;
    transition: all 0.4s linear;
}

span.wpcf7-not-valid-tip { padding: 5px }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { color:#262626 }


div.wpcf7 .ajax-loader {
    position: absolute;
    top: 17px;
    right: 78px;
}

.widget_search { position: relative }

.venta-sidebar-widget .search-input {
	box-shadow: none !important;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 0;
    height: 40px;
    font-weight: 400;
    background-color: #f4f3f3
}
.venta-sidebar-widget #searchform a {
    position: absolute;
    right: 0;
    top: 5px;
    color: #656262;
    outline: 0;
    border: 0;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*----------------------------- 404-custom-css -----------------------*/
.error-page{
  background-image: url(../img/error.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  display: table;
  width: 100%;
}
.error-box{
  display: table-cell;
  vertical-align: middle;
}
.error-page h1{
  color: #232323;
  font-size: 160px;
  font-weight: 600;
  line-height: 170px;
}
.error-page h1> span{
  color: #529e19;
}

.counter-column .style03 .counter_content { margin-left: 0; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {color: #797979;}

.post-password-form p {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.post-password-form p label {
	-ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    display: block;
    margin: 0;
}
.post-password-form p [type=submit] {
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 10%;
    background: #529e19;
    border: solid 1px #e6e6e6;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
	border: 1px solid #e5e5e5;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: 36px;
    padding: 0.4em;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.vc_row[data-vc-full-width] {
    overflow: unset!important;
}

.section_heading .heading_content.avadanta_ct_left {
	text-align: left;
}

.section_heading .heading_content.avadanta_ct_center {
	text-align: center;
}

.section_heading .heading_content.avadanta_ct_right {
	text-align: right;
}

/*----------------------------- Woocommerce-custom-css -----------------------*/
#woocommerce-single h1.page-title {display: none;}

#woocommerce-single .woocommerce-result-count {
	width: 70%;
    float: left;
    margin-bottom: 3em;
}

#woocommerce-single .woocommerce-ordering {
	width: 30%;
    float: left;
    margin-bottom: 3em;
}

.added_to_cart.wc-forward,
.woocommerce-page input[type="submit"],
.woocommerce-page .button.alt,
.woocommerce-page .checkout_coupon .button,
.woocommerce-page button.alt,
.woocommerce-page .button.alt.disabled,
.woocommerce-page button.alt.disabled,
.woocommerce-page a.button,
.woocommerce-page #respond input#submit,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button[disabled]:disabled,
.woocommerce .products .product .button {
	background-color: #529e19!important;
	font-size: 14px;
	border: 2px solid #529e19;
	color: #fff;
	padding: 0 10px;
	line-height: 28px;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
}

.woocommerce-page .cart .button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	background-color: #529e19!important;
	font-size: 14px;
	border: 2px solid #529e19;
	color: #fff;
	padding: 0 10px;
	line-height: 33px;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
}

.woocommerce-page a.button:hover,
.woocommerce-page .checkout_coupon .button:hover,
.added_to_cart.wc-forward:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce-page .button.alt:hover,
.woocommerce-page .checkout_coupon .button:hover,
.woocommerce-page .button.alt.disabled:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page input.button:disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button[disabled]:disabled:hover,
.woocommerce .products .product .button:hover,
.woocommerce-page .cart .button {
	color:#fff!important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
	width: 180px!important;
}
.woocommerce a.added_to_cart {padding-top: 0;}
.woocommerce-page #respond input#submit:hover { color: #fff; }

.woocommerce #review_form #respond .form-submit input { margin-top: 1em; }

.woocommerce span.onsale {
	height: 50px;
	width: 50px;
	min-width: inherit;
	min-height: inherit;
	font-size: 16px;
	color: #fff;
	padding: 0;
	background-color: #529e19;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	margin: 0 !important;
	top: 14px !important;
	left: 14px !important;
	right: auto !important;
	font-weight: normal;
}

.single-product #woocommerce-single .entry-summary .entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.single-product #woocommerce-single .entry-summary .price {
    font-size: 24px;
    color: #529e19;
    font-weight: 400;
}

.single-product #woocommerce-single .quantity .qty {
	width: 5em;
    text-align: left;
    padding: 5px 10px;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    color: #000;
}

.single-product .product_meta .sku_wrapper span,
.single-product .product_meta .posted_in span,
.single-product .product_meta .tagged_as span,
.single-product .product_meta .sku_wrapper a,
.single-product .product_meta .posted_in a,
.single-product .product_meta .tagged_as a {
    color: rgba(30, 35, 49, 0.87);
    font-weight: normal;
}

.single-product section.related h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-product #woocommerce-single .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.single-product #woocommerce-single .woocommerce-tabs #tab-description p { line-height: 28px; }

.woocommerce .star-rating span::before { color: #ffab00; }
.single-product #woocommerce-single .entry-summary .woocommerce-review-link {display: none;}

.woocommerce .products ul, .woocommerce ul.products { width: 100%; text-align: center; }

.woocommerce ul.products li.product .price ins {color: #529e19;}
.woocommerce .products .star-rating {float: right;}

#woocommerce-single .woocommerce-Reviews .comment-form .stars a {
	color: #529e19;
}

#woocommerce-single .woocommerce-Reviews .comment-form .stars a:hover {
	color: #529e19;
}
.woocommerce nav.woocommerce-pagination {
	width: 100%;
	margin: 30px -5px 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {border:none;}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
	color: #797979;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 20px;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-color: #e4e4e4;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
	color: #fff;
	background: #529e19 !important;
	border-color: #529e19;
	-webkit-box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
	-moz-box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
	box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
}

@media screen and (max-width: 480px) {
	.woocommerce ul.products li.product,
	#woocommerce-single .woocommerce-ordering {
	    width: 100%!important;
	}

	#woocommerce-single .woocommerce-result-count {
	    width: 100%;
	    margin-bottom: 0;
	}
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
	color: #1e2331;
    font-size: 16px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: .5em!important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 50%;
    flex: inherit;
    max-width: 100%;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 45px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3,
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.woocommerce-checkout #customer_details label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #e5e5e5;
	padding: 0.5em;
}