/*
theme-default.css
*/


/*--------------------------------------------------
=>> Common - Begining Css
--------------------------------------------------*/

blockquote {
	border-left: 3px solid #007A33;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #007A33;
}

.btn-default {
	background: #007A33;
}

td a {
	color: #007A33;
}

/*--------------------------------------------------
=>> Site Branding Text & Navar Brand
--------------------------------------------------*/

.site-branding-text .site-title a:focus {
	color: #007A33;
}

/*--------------------------------------------------
=>> Navbar
--------------------------------------------------*/

.navbar.navbar-header-wrap .nav .menu-item .btn-border:hover,
.navbar.navbar-header-wrap .nav .menu-item .btn-border:focus,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .btn-border:hover,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .btn-border:focus {
	background: #007A33;
	border: 2px solid #007A33;
}

.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link:hover,
.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .nav-link:focus {
	color: #007A33;
}

.navbar.navbar-header-wrap.header-fixed-top .nav .menu-item .btn-border {
	border: 2px solid #007A33;
}

.navbar .nav .menu-item:hover .nav-link,
.navbar .nav .menu-item.active .nav-link,
.navbar .nav .menu-item .nav-link:focus {
	color: #007A33;
}

.navbar .nav .dropdown-item:focus,
.navbar .nav .dropdown-item:hover {
	color: #007A33;
}

@media (min-width: 992px) {
	.navbar .nav .dropdown-menu {
		border-bottom: 3px solid #007A33 !important;
	}
}

/*Multilevel Dropdown Active Colors*/

.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu>.menu-item>.dropdown-item:hover,
.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu>.menu-item>.dropdown-item:focus {
	color: #007A33 !important;
}

.navbar .nav .dropdown-menu .menu-item.active .dropdown-item {
	color: #007A33 !important;
}

.navbar .nav .dropdown-menu>.menu-item>ul.dropdown-menu .menu-item.active .dropdown-item {
	color: #007A33 !important;
}

/*Add Menu*/
.navbar .nav .menu-item .nav-link.add-menu {
	border: 2px solid #007A33;
}

.navbar .nav .menu-item .nav-link.add-menu:hover,
.navbar .nav .menu-item .nav-link.add-menu:focus {
	background-color: #007A33;
}

/*--------------------------------------------------
=>> Theme Combined Classes
--------------------------------------------------*/

.theme-bg-default {
	background-color: #007A33 !important;
}

.text-default {
	color: #007A33 !important;
}

.entry-header .entry-title a:hover,
.entry-header .entry-title a:focus {
	color: #007A33 !important;
}

/*--------------------------------------------------
=>> WooCommerce Menubar Cart Info  
--------------------------------------------------*/

.woo-cart-block>a .cart-total {
	background: #007A33;
}

/*--------------------------------------------------
=>> Theme Main Slider
--------------------------------------------------*/
.divider-sm-center,
.divider-sm-left,
.divider-sm-right {
	border-top: 6px solid #007A33;
	border-top: 6px solid #007A33;
}

.theme-caption-bg {
	border-left: 3px solid #007A33;
}

/*--------------------------------------------------
=>> Slider Next/Prev Button Styles
--------------------------------------------------*/

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-next:hover,
.owl-carousel .owl-next:focus,
.theme-sponsors .owl-carousel .owl-prev:hover,
.theme-sponsors .owl-carousel .owl-next:hover {
	background-color: #007A33;
}

.owl-theme .owl-dots .owl-dot.active span {
	border: 2px solid #007A33;
}

.testimonial.bg-default .owl-theme .owl-dots .owl-dot.active span {
	background-color: #007A33;
}

/*--------------------------------------------------
=>> Theme Page Header Area
--------------------------------------------------*/

.theme-page-header-area .overlay {
	background-color: rgba(0, 123, 255, 1);
}

/*--------------------------------------------------
=>> Theme Section Title & Subtitle
--------------------------------------------------*/

.theme-separator-line-horrizontal-full {
	background-color: #007A33;
}

/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/

.theme-info-area .media:hover i.icon,
.theme-info-area .media i.icon.active {
	background: #007A33;
}

/*--------------------------------------------------
=>> Theme Service Area
--------------------------------------------------*/

.theme-services .service-content-thumbnail a {
	color: #007A33;
}

.theme-services .service-content-thumbnail i.fa {
	background: #007A33;
}

.theme-services .service-content:hover .service-content-thumbnail i.fa {
	background: #007A33;
	box-shadow: 0px 0px 0px 1px #007A33;
}

.theme-services .service-title a:hover,
.theme-services .service-title a:focus {
	color: #007A33;
}

.service-links a {
	border: 1px solid #007A33;
}

.theme-services .service-content:hover .service-links a,
.theme-services .service-content:focus .service-links a {
	background: #007A33;
	border: 1px solid #007A33;
}



/*--------------------------------------------------
=>> Theme Service Area Two
--------------------------------------------------*/

.theme-services .service-content-thumbnail-two,
.theme-services .service-content-thumbnail-two a {
	color: #007A33;
}

.service-links-two a {
	border-bottom: 2px solid #007A33;
}

.service-links-two a:hover,
.service-links-two a:focus {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Project Filter
--------------------------------------------------*/

.filter-tabs .nav-item.show .nav-link,
.filter-tabs .nav-link.active,
.filter-tabs .nav-link:hover {
	color: #007A33;
}

.filter-tabs .nav-item .nav-link::after {
	background: #007A33;
}

/*--------------------------------------------------
=>> Theme Project Area
--------------------------------------------------*/

.theme-project .theme-project-content:hover {
	background-color: #007A33;
}

.theme-project .theme-project-content:hover .content-area:before {
	border-color: transparent transparent #007A33 transparent;
}

.theme-project .theme-project-content .click-view a:hover,
.theme-project .theme-project-content .click-view a:hover {
	background-color: #007A33;
}


/*--------------------------------------------------
=>> Theme Funfact Area
--------------------------------------------------*/
.theme-funfact-overlay {
	background-color: rgba(0, 123, 255, 0.95);
}

.theme-funfact.vrsn-two .theme-funfact-icon {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Testimonial Area
--------------------------------------------------*/

.theme-testimonial-block {
	border-top: 3px solid #007A33;
}

.theme-testimonial-block::after,
.testimonial-content.vrsn-two::before {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme CTA
--------------------------------------------------*/

.youtube-click i.fa {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Team Area
--------------------------------------------------*/

.team-block .team-content {
	background: #007A33;
}

/*--------------------------------------------------
=>> Contact Page Area
--------------------------------------------------*/

.theme-contact-widget i.fa {
	color: #007A33;
}

/*--------------------------------------------------
=>> 404 Error Page Area
--------------------------------------------------*/

.theme-error-page .error-title b,
.theme-error-page .error-title i {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Blog Sidebar 
--------------------------------------------------*/

.entry-content a {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Blog Meta Info
--------------------------------------------------*/

.entry-meta a:hover,
.entry-meta a:focus {
	color: #007A33;
}

.entry-meta .cat-links a {
	color: #007A33;
}

.entry-meta .tag-links a:hover,
.entry-meta .tag-links a:focus {
	background-color: #007A33;
	border: 1px solid #007A33;
}

.more-link {
	border: 2px solid #007A33;
}

.more-link:hover,
.more-link:focus {
	border: 2px solid #007A33;
	background: #007A33;
	color: #fff !important;
}

.pagination a:hover,
.pagination a.active,
.page-links a:hover,
.post-nav-links a:hover,
.post-nav-links .post-page-numbers.current {
	background-color: #007A33;
	border: 1px solid #007A33;
}

.pagination .nav-links .page-numbers.current {
	background-color: #007A33;
	border: 1px solid #007A33;
}

.comment-date a:hover,
.comment-date a:focus {
	color: #007A33;
}

.pull-left-comment img {
	border: 3px solid #007A33;
}

.reply a {
	border: 2px solid #007A33;
}

.reply a:hover,
.reply a:focus {
	border: 2px solid #007A33;
	background-color: #007A33;
}

.logged-in-as a {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Widgets Area
--------------------------------------------------*/

.widget a:hover,
.widget a:focus {
	color: #007A33;
}

.sidebar .widget .widget-title {
	border-top: 3px solid #007A33;
}

.widget button[type="submit"] {
	background-color: #007A33;
	border-color: #007A33;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
	background-color: #007A33;
	border: 1px solid #007A33;
}

address i {
	color: #007A33;
}

.widget_recent_comments .recentcomments a {
	color: #007A33 !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption-text a {
	color: #007A33;
}


/*--------------------------------------------------
=>> Site Footer Area
--------------------------------------------------*/

.site-footer {
	border-top: 3px solid #007A33;
	border-bottom: 3px solid #007A33;
}

.footer-sidebar .widget a:hover,
.footer-sidebar .widget a:focus {
	color: #007A33;
}

/*--------------------------------------------------
=>> Theme Site Info Area
--------------------------------------------------*/

.site-info a:hover,
.site-info a:focus {
	color: #007A33;
}

/*--------------------------------------------------
=>> Page Scroll Up/Down Area
--------------------------------------------------*/

.page-scroll-up a,
.page-scroll-up a:hover,
.page-scroll-up a:active {
	background: #007A33;
}


/*--------------------------------------------------
=>> Shop Products 
--------------------------------------------------*/

/*Product Buttons*/
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.product_type_grouped:hover,
.woocommerce ul.products li.product .button.product_type_simple:hover,
.woocommerce ul.products li.product .button.product_type_external:hover,
.woocommerce ul.products li.product .button.product_type_variable:hover {
	color: #007A33;
	border-bottom: 2px solid #007A33;
}

.woocommerce ul.products li.product a.added_to_cart {
	color: #007A33;
	border-bottom: 2px solid #007A33;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
	color: #007A33;
	border-bottom: 2px solid #007A33;
}

/*Product Single View*/

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover {
	background: #007A33;
}

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name a {
	color: #007A33;
}

.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover {
	color: #007A33;
}

.woocommerce #review_form #respond .form-submit input:hover {
	background: #007A33;
}

/*Product Cart View*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	background-color: #007A33;
}

/*Product Cart Table*/
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
	color: #007A33;
}

.woocommerce-cart table.cart td.actions .coupon button.button:hover {
	background: #007A33;
	color: #fff;
}

.woocommerce-cart table.cart td.actions button.button {
	background: #007A33;
	color: #fff;
}

#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,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce button.button.woocommerce-Button {
	background-color: #007A33;
}

.checkout_coupon.woocommerce-form-coupon .form-row button.button:hover {
	background-color: #007A33;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: #007A33;
}

/*WooCommerce Widgets*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #007A33;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	background-color: #007A33;
}

/*WooCommerce Pagination*/
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #007A33;
	border: 1px solid #007A33;
	color: #fff;
}