/*
Theme Name: KellyJones.ca
Theme URI: 
Author: Kelly Jones
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kellyjones-ca
Tags: 
*/

body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Forms & Inputs */

select {
    appearance: none; /* Removes default arrow and OS styling */
    background-color: #fff;
    /* background-image: url('custom-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center; */
    border: 2px solid #3498db;
    padding: 5px 10px;
    border-radius: 8px;
    width: 200px;
    cursor: pointer;
}

/* Project Galleries */

.acf-field-blocks-gallery-grid {
    column-gap: 15px;
    row-gap: 15px;
}

.acf-field-blocks-gallery-grid .acf-field-blocks-gallery-item img {
    border: solid 2px #666;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}