/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 12 2025 | 13:39:08 */
@media(max-width: 1025px){
	.pos_static{
		position: static;
	}
	.rg_header_menu.elementor-widget-navigation-menu{
		position: static;
	}
	.rg_header_menu.elementor-widget-navigation-menu nav{
		width: 100%;
		right: 0;
	}
}
#google_translate_element .skiptranslate {
	height: 35px;
	overflow: hidden;
}
#google_translate_element{
	margin-right: 0;
    margin-left: auto;
	width: 200px;
}
#google_translate_element select{
	margin-top: 0;
	margin-bottom: 0;
	outline: none;
}

.d_flex{
	display: flex;
	 gap: 17px;
}
.rg_contactform label{
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.rg_contactform label span{
	font-weight: 400;
}
.rg_contactform .wpcf7-form-control{
	margin-top: 5px;
	margin-bottom: 5px;
}
.rg_contactform .wpcf7-submit, .rg_contactform .submit_btn{
	background-color: #1e73be;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 40px;
	cursor: pointer;
}
.rg_contactform form .wpcf7-response-output{
	margin-top: 10px;
	margin-bottom: 10px;
}
@media(max-width: 575px){
	.rg_contactform input{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ==== GALLEY PAGE ==== */
.page-id-1142 .elementor-slideshow__title{
	display: none;
}
@media(min-width: 480px){
	.gallery_imgs .elementor-image-gallery .gallery-item img {
		aspect-ratio: 1;
		object-fit: cover;
	}
}

.button_blue{
	align-self: center;
}
.button_blue a{
	padding: 15px 30px 15px 30px !important;
    background-color: var(--e-global-color-primary);
    color: #FFFFFF !important;
    border-radius: 50px 50px 50px 50px;
}
.button_blue a:after{
	content: none !important;
}
.endorse_form .wpforms-field-row,.endorse_form .wpforms-field-medium {
    width: 100%;
    max-width: 100% !important;
}
.endorse_form .wpforms-submit{
	background-color: #1e73be;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 40px;
    cursor: pointer;
}

.current-menu-item.elementor-widget-button a{
	color: #fff !important;
}