/**
Theme Name: Woods Outfitting : Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: A custom child theme for Woods Outfitting.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

 
/* -------------------------------------------------

    COLORS
    ----------------
    green       : 54b435  or  236F00
    blue        : 2786a2
    yellow      : E7E200

------------------------------------------------- */



/* -------------------------------------------------
    JAVASCRIPT CHECK IF TABLET OR MOBILE
------------------------------------------------- */

.hc-tablet-check {
    display: none;
    visibility: hidden;
}
.hc-mobile-check {
    display: none;
    visibility: hidden;
}    
/* TABLET */
@media (max-width: 1024px) { /* set tablet size here (see: elementor settings) */
    .hc-tablet-check {
        visibility: visible;
    }
}
/* MOBILE HEADER */
@media (max-width: 767px) { /* set mobile size here (see: elementor settings) */
    .hc-tablet-check {
        visibility: hidden;
    }
    .hc-mobile-check {
       visibility: visible;
    }    
}



.wo-gallery-1 img {
    aspect-ratio: 3 / 2.25;
    object-fit: cover;
    padding: 8px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.wo-gallery-1 img:hover {
    background-color: #ddd;
}
