/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* ------------------------------- GLOBAL STYLING ------------------------------- */

body{overflow-x: hidden !important;}


#homeslider h1, #homeslider h2{text-shadow: 0px 0px 15px rgba(0,0,0,0.2);}

#rank-math-analytics-stats-wrapper{display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0px !important;}

/* ------------------------------- FOOTER STYLING ------------------------------- */


#hide-feature-cols-wrap{overflow: hidden !important;}
.home-feature-col{transition: all ease 0.3s;}
.home-feature-col:hover{background:#76D650; color: #FFF !important; }
.home-feature-col:hover a{color: #FFF !important;}
.home-feature-col a{transition: all ease 0.3s;}

/* ------------------------------- FOOTER STYLING ------------------------------- */

.footer-menu{}
.footer-menu ul{margin: 0; padding: 0;}
.footer-menu ul li{display: block; list-style-type: none;}
.footer-menu ul li a{display: block; font-family: 'Open Sans', sans-serif; color: #EEE; text-decoration: none; font-size: 15px; padding: 0px 0px; transition: all ease 0.3s; margin-bottom: 15px;}
.footer-menu ul li a:hover{color:#FFF; padding-left: 2px;}

.footer-recent-posts h5{display: none !important; visibility: hidden !important; opacity: 0 !important;}

/* ------------------------------- CROCOBLOCK STYLING ------------------------------- */






/* ------------------------------- WOOCOMMERCE CART STYLING ------------------------------- */

.woocommerce-info{color: #004085 !important; background-color: #cce5ff !important; border:1px solid #a3b7cc !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.woocommerce-info::before{color: #004085 !important;}

.woocommerce-notices-wrapper .woocommerce-message{color: #856404 !important; background-color: #fff3cd !important; border:1px solid #ffeeba !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.woocommerce-notices-wrapper .woocommerce-message::before{color: #856404 !important;}

.return-to-shop a.button{background:#121C2A !important; color:#FFF !important; padding: 20px 30px !important; opacity: 1; font-family: "Be Vietnam Pro", Sans-serif !important; font-weight: 600 !important; text-transform: capitalize !important;}
.return-to-shop a.button:hover{opacity: 0.9;}

.woocommerce table.shop_table thead{}
.woocommerce table.shop_table th{}
.woocommerce table.shop_table tbody{background: #FFF !important;}
.woocommerce table.shop_table tobdy tr{}
.woocommerce table.shop_table td{vertical-align: middle; background: #FFF !important; border-top: none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important;}
.woocommerce table.shop_table td.product-thumbnail img{max-width: 60px !important;}
.woocommerce table.shop_table td.product-name a{color:#111 !important;}
.woocommerce table.shop_table td.product-quantity input.qty{border:1px solid #DDD !important; padding-left: 5px !important; padding-right: 2px !important;}

.woocommerce table.shop_table td.actions {padding: 10px !important;}

.woocommerce table.shop_table td.actions #coupon_code {width: 120px !important; height: 50px;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}



.woocommerce table.shop_table td.product-remove{text-align: center !important;}
.woocommerce table.shop_table td.product-remove a.remove{color:#F00 !important;}

.woocommerce table.shop_table td.actions .button{font-family: "Be Vietnam Pro", Sans-serif !important; height: 50px; border: 2px solid  #444 !important; color:#444 !important; background: #FFF !important;}
.woocommerce table.shop_table td.actions .button:hover{ border: 2px solid  #444 !important; color:#FFF !important; background: #444 !important;}

.woocommerce table.shop_table{
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}


.woocommerce-cart-form .shop_table .product-thumbnail img {
    width: auto;
    max-width: 100px;
}
.cart-collaterals{}
.cart-collaterals .cart_totals{}
.cart-collaterals .cart_totals h2{font-family: "Be Vietnam Pro", Sans-serif !important; font-size: 26px; font-weight: 600; color: #111;}
.shop_table th {font-family: "Be Vietnam Pro", Sans-serif !important;}

.cart-collaterals .cart_totals table.shop_table th{background:#FFF !important; color: #292F35 !important; border-bottom:1px solid #EEE !important; vertical-align: middle !important;}
.cart-collaterals .cart_totals table.shop_table td{vertical-align: middle !important;}


a.checkout-button{font-family: "Be Vietnam Pro", Sans-serif !important; color: #FFF !important; background: #4caf50 !important; position: relative !important; transition: all ease 0.3s; opacity: 1; font-size: 16px !important; font-weight: 600 !important; padding: 20px 10px !important; text-transform: capitalize;}

a.checkout-button::after{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    margin-right: 1em;
    position: absolute !important;
    right: auto;
    margin-left: 15px; transition: all ease 0.3s;
}
.checkout-button:hover, .checkout-button:focus{background:#388e3c !important;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.08);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.checkout-button:hover::after{margin-left: 20px;}


.orderable-drawer img.orderable-product__image{display: none !important; visibility: hidden !important; opacity: 0 !important;}


/* ------------------------------- WOOCOMMERCE CHECKOUT STYLING ------------------------------- */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{border:1px solid #DDD !important; padding: 8px 10px 8px 10px;}
.form-row label{font-size: 14px !important; font-weight: normal !important;}

.select2-container{line-height: 40px !important;}
.select2-container .selection{line-height: 40px !important;}
.select2-container--default .select2-selection--single{border: 1px solid #DDD !important; height: 40px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 38px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px !important; right: 10px !important;}



.checkout-order-review-block #order_review_heading{display: none !important; visibility: hidden !important; opacity: 0 !important;}

.checkout-order-review-block .woocommerce-checkout-review-order-table{background:none !important; border:none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.checkout-order-review-block .woocommerce-checkout-review-order-table thead{background:none !important;}
.checkout-order-review-block .woocommerce-checkout-review-order-table thead th{background:none !important; font-weight: 500 !important; color:#111 !important; border-top:none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important;}

.checkout-order-review-block .woocommerce-checkout-review-order-table tbody{background:none !important;}
.checkout-order-review-block .woocommerce-checkout-review-order-table tr{}
.checkout-order-review-block .woocommerce-checkout-review-order-table tbody th{background:none !important; font-weight: 500 !important; color:#111 !important; border-top:none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important;}
.checkout-order-review-block .woocommerce-checkout-review-order-table tbody td{background:none !important; font-weight: 500 !important; color:#111 !important; border-top:none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important;}

.checkout-order-review-block .woocommerce-checkout-review-order-table tfoot th{background:none !important; font-weight: 500 !important; color:#111 !important; border-top:none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important; text-align: left !important;}
.checkout-order-review-block .woocommerce-checkout-review-order-table tfoot td{background:none !important; font-weight: 500 !important; color:#111 !important; border-top:none !important; border-left:none !important; border-right:none !important; border-bottom:1px solid #EEE !important;}

.checkout-order-review-block .woocommerce-checkout-review-order-table dl.variation{font-size: 13px !important; color: #5A5A5A !important;}
.checkout-order-review-block .woocommerce-checkout-review-order-table select{border:1px solid #DADADA !important;}


abbr.required{color:#F00 !important;}


#payment.woocommerce-checkout-payment{background: #FFF !important;}
#payment.woocommerce-checkout-payment .wc_payment_methods{padding: 0px !important; border:none !important;}

#payment.woocommerce-checkout-payment .wc_payment_methods li{list-style-type: none !important; padding-bottom: 20px !important;}

#payment.woocommerce-checkout-payment .wc_payment_methods li.woocommerce-notice{font-size: 15px !important;}


#payment.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label{width: 87% !important;}

#shipping_method.woocommerce-shipping-methods{padding: 0px !important;}
#shipping_method.woocommerce-shipping-methods li{list-style-type: none !important; padding-bottom: 5px !important;}
#shipping_method.woocommerce-shipping-methods li input{margin-right: 10px !important;}

table.woocommerce-checkout-review-order-table select{background: #FFF !important;}

.woocommerce-checkout #payment div.payment_box{background: #f6f6f6 !important; margin: 5px 0px 0px 0px !important; padding: 20px !important;}
.woocommerce-checkout #payment div.payment_box::before{border: 1em solid #EEE !important;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;}

.woocommerce-checkout #payment div.payment_box fieldset{padding: 0px !important; border: none !important;}


.woocommerce-checkout #payment div.form-row{margin: 0px !important; padding: 10px !important;}

#payment.woocommerce-checkout-payment .place-order{padding: 30px 0px !important;}

#payment.woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p{font-size: 13px !important; padding-bottom: 15px !important;}




#place_order{float: none !important; width: 100% !important; padding: 20px !important; text-transform: uppercase !important; background: #029103 !important; color:#FFF !important; border:none !important;}



/* ------------------------------- ORDERABLE STYLING ------------------------------- */


.orderable-tabs__list .orderable-tabs__item a.orderable-tabs__link{width: 100%; text-align: center; border-radius: 5px; color: #333 !important;}
.orderable-tabs__list .orderable-tabs__item--active a.orderable-tabs__link{width: 100%; text-align: center; border-radius: 5px; color: #FFF !important;}



.orderable-products-list__item .orderable-product__content h2.orderable-product__title{font-size: 20px !important;}
.orderable-products-list__item .orderable-product__content p.orderable-product__description{font-size: 15px !important; color: #7a7a7a !important;}

.orderable-products-list__item .orderable-product__actions{padding-top: 5px !important;}

.orderable-floating-cart{z-index: 99 !important;}

ul.orderable-tabs li.orderable-tabs__item a.orderable-tabs__link{border:1px solid #EEE; margin-bottom: 5px;}

.orderable-product__hero--title{background: #121C2A !important;}
.orderable-product__hero--title .orderable-product__image{visibility: hidden !important;}

table.orderable-product__options, table.orderable-product__options td, table.orderable-product__options th{border: none !important;}

h4.orderable-product-fields__title{font-size: 18px !important; font-weight: 500 !important;}
table.orderable-product__options th.orderable-product__option-label label{font-size: 18px !important; font-weight: 500 !important;}

.orderable-product__content-wrap .orderable-product__title{color:#222 !important;}
button.orderable-product__add-to-order{border-radius: 5px !important;}
span.orderable-quantity-roller__roller{border-radius: 5px !important;}
.orderable-mini-cart__buttons a.checkout{border-radius: 5px !important; text-transform: uppercase !important; font-family: "Montserrat", Sans-serif !important; font-weight: 600 !important;}





/* ------------------------------- GRAVITY FORMS STYLING ------------------------------- */


.gform_required_legend{display: none !important; visibility: hidden !important; opacity: 0 !important;}

.gform_wrapper{margin-top: 0px !important;}
.gform_wrapper .top_label .gfield_label{font-weight: normal !important; font-size: 14px !important;}
span.gfield_required{color:#F00 !important;}
.ginput_container{margin-top: 4px !important;}

.gfield_description{font-style: italic;}

.sidebar-form{}
.sidebar-form ul.gform_fields{list-style-type: none !important;}
.sidebar-form ul.gform_fields li.gfield{padding-right: 0px !important;}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	font-family: inherit;
	padding: 8px 5px;
	letter-spacing: normal;
	border: 1px solid #DDD;
    border-radius: 4px;
	-moz-appearance: 4px;
	-webkit-appearance: 4px;
    font-size: 15px;
}

.ginput_container_date input.datepicker{width: 100% !important;}

.gform_wrapper textarea{border:1px solid #DDD; height: 120px !important;}

.gform_wrapper .gform_footer input[type="submit"]{background: #029103 !important; color: #FFF !important; border: none !important; width: 100% !important; padding: 15px !important; font-size: 17px !important; text-transform: uppercase !important; font-family: "Montserrat", Sans-serif !important; font-weight: 600 !important;
border-radius: 4px;
	-moz-appearance: 4px;
	-webkit-appearance: 4px;}


.gp-referral-form{}
.gp-referral-form .gfield_checkbox .gchoice{display: inline-block; width: 50%;}


.gform_drop_area .gform_button_select_files{color:#333 !important; border: 1px solid #333 !important; background:none !important;}
.gform_drop_area .gform_button_select_files:hover{color:#FFF !important; border: 1px solid #333 !important; background:#333 !important;}

.gform_wrapper select{
    outline: none !important;
	display: block;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	height: 45px;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #DDD;
	box-shadow: none !important; 
	border-radius: 4px;
	-moz-appearance: 4px;
	-webkit-appearance: 4px;
	appearance: none;
	background:url('images/select-bg.png');
	background-position: right center;
	position: relative;
    text-indent: 5px;
}

.gform_wrapper select::-ms-expand {
	display: none;
}
.gform_wrapper select:hover {}
.gform_wrapper select:focus {
	border-color: #CCC;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.gform_wrapper select option {
	font-weight:normal;
}


.gfield_checkbox .gchoice{padding-top: 5px !important; padding-bottom: 5px !important;}
.gform_wrapper.gravity-theme .gfield-choice-input{margin-right: 10px !important;}



.custom-staff-widget {
    /* Add your styles here */
}

.staff-profile {
    /* Add your styles here */
}

.staff-profile img {
    /* Add your styles here */
}

.staff-profile h3 {
    /* Add





/* ------------------------------- MEDIA QUERY STYLING ------------------------------- */

