/*
Theme Name: Travis Crawford
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: High Caliber
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1691451051
Updated: 2023-08-07 23:30:51

*/

.two-col-li{
    columns:2;
}
.flex-list {
    display: flex;
    flex-wrap: wrap;
}
.sub-h1-text{
    color:#ED2E24;
    font-size:2rem;
    font-weight:400;
}

@media(max-width:450px){
	.sub-h1-text{
    	font-size:1.6rem;
}
	.two-col-li{
	columns:1;
}
}

/*Gravity Forms CSS*/
input#gform_submit_button_2 {
    font-size: 24px;
    border-radius: 5px;
    font-family: 'Oswald';
    background-color: #EE3224;
    padding: 10px 30px;
}
input#gform_submit_button_3{
	    font-size: 24px;
    border-radius: 5px;
    font-family: 'Oswald';
    background-color: #EE3224;
    padding: 10px 30px;
}
input#gform_submit_button_3:hover{background-color: #0547B5;}
input#gform_submit_button_2:hover {background-color: #0547B5;}

div#gform_fields_3 {
    grid-row-gap: 15px;
}