/*
 Theme Name:   UTFI - Template Theme
 Theme URI:    https://generatepress.com
 Description:  Child Theme for UTFI
 Author:       Second Mile
 Author URI:   https://www.thesecondmile.com
 Template:     generatepress
 Version:      1.0
*/

/*** TYPOGRAPHY ***/
html,body {
    /*font-family: Montserrat, sans-serif;*/
	background-color: var(--background-body);
    color: #4b4b4b;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*** Form Select ***/
div.form_page select,
.ginput_container_select select {
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* SVG background image */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    /*background-color: #efefef;*/
    padding-right: 30px;
  }

.min-height--unset {
	min-height: unset!important;
}

// Very Small Devices (micro-mobile)
@media (max-width: 440px) {
  .site-logo {
    margin: 0 auto;
  }
}

// Base-3 is buried and pulling in the wrong accent color; redirecting it to one controlled via cms
body {
	--base-3: var(--primary-accent);
}
