/* 
Theme Name: NerdStuds
Theme URI: https://github.com/elementor/hello-theme/
Description: This is a custom child theme built using the Elementor Hello theme.
Author: Jeremy Cox
Author URI: https://nerdstuds.com/
Template: hello-elementor
*/

:root {
	--dark-blue: #132933;
	--mid-blue: #126082;
	--light-blue: #45B7E4;
	--grey: #EEEEEE;
	--text: #132933;
}

/* General Styles */

*:focus:not(:focus-visible),
body input:focus,
body button:focus,
body a:focus,
body i:focus,
body *:focus,
body input:focus-visible,
body button:focus-visible,
body a:focus-visible,
body i:focus-visible,
body *:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.box-shadow-img img {
	-webkit-box-shadow: -20px 20px 0px 0px var(--light-blue);
	box-shadow: -20px 20px 0px 0px var(--light-blue);
}

.elementor-icon-list-icon {
	padding: 10px;
	background: var(--light-blue);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}

.elementor-icon-list-text {
	padding-left: 15px !important;
}