<script>
document.addEventListener("DOMContentLoaded", function () {

    const frequency = document.getElementById("gf_delete_frequency");
    const customWrapper = document.getElementById("gf_custom_days_wrapper");
    const customInput = document.getElementById("gf_delete_custom");

    function toggleCustomDays() {
        if (frequency.value === "custom") {
            customWrapper.style.display = "flex";
            customInput.disabled = false;
        } else {
            customWrapper.style.display = "none";
            customInput.disabled = true;
        }
    }

    frequency.addEventListener("change", toggleCustomDays);

    // Run on page load
    toggleCustomDays();
});
</script>

@media only screen and (max-width: 1000px){
	
		.header_bottom {
		background-color: #1591cd;
	}
				.header_bottom,
		nav.mobile_menu{
				background-color: #1591cd !important;
		}
		
	 		.subtitle{
			font-size: 13.6px;
		}
	 		
			.title h1,
		.title h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:75.2px;
		}
				.title.title_size_small h1,
		.title.title_size_small h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:75.2px;
		}
									}

@media only screen and (min-width: 600px) and (max-width: 768px){
			.title h1,
		.title h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:47px;
		}
				.title.title_size_small h1,
		.title.title_size_small h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:47px;
		}
				.title.title_size_medium h1,
		.title.title_size_medium h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:33px;
		}
							.content h3{
			font-size:27.3px;
		}
					
			.subtitle{
			font-size: 13.6px;
		}
	 }

@media only screen and (min-width: 480px) and (max-width: 768px){
	        section.parallax_section_holder{
		height: auto !important;
		min-height: 400px !important;
	}
		
	}

@media only screen and (max-width: 600px){
			.title h1,
		.title h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:37.6px;
		}
				.title.title_size_small h1,
		.title.title_size_small h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:37.6px;
		}
				.title.title_size_medium h1,
		.title.title_size_medium h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:33px;
		}
							.content h3{
			font-size:19.5px;
		}
				.content h4{
			font-size:17.5px;
		}
				}

@media only screen and (max-width: 480px){

			.title h1,
		.title h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:37.6px;
		}
				.title.title_size_small h1,
		.title.title_size_small h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:28.2px;
		}
				.title.title_size_medium h1,
		.title.title_size_medium h1.title_like_separator .vc_text_separator.full .separator_content{
			font-size:19.8px;
		}
						.content h2{
				font-size:18px!important;
			}
				.content h3{
			font-size:15.6px;
		}
				.content h4{
			font-size:14px;
		}
				
		section.parallax_section_holder{
		height: auto !important;
		min-height: 400px !important;
	}
		
	
	
	}