
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

.dropdown-menu { min-width: 200px !important; }
.btn { font-family: Mabry Pro !important; }
.btn-check:focus + .btn, .btn:focus, .btn:disabled, .btn.disabled, fieldset:disabled .btn { color: #000 !important; background-color: #F8CD33 !important; border: 1px solid #000 !important; outline:0 !important; }
.btn.custom-styling:focus { background: #F8CD33; }
button:focus { outline:0; }
html, body { overflow-x: hidden; }

/* ————————————————————————————————————————————————————————————————

Media Queries

————————————————————————————————————————————————————————————————*/

@media (min-width: 319px) {
	.blob-one { height: 750px; }
	.blob-two { height: 650px; }
	.blob-three { height: 700px; }
}

@media (min-width: 576px) {
	.blob-one { height: 700px; }
	.blob-two { height: 600px; }
}

@media (max-width: 767.98px) {
	.ego-slider h4, .ego-slider .badge { display: none; } 
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (max-width: 1400px) {}