/*
 Theme Name:   M4 Child Theme
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@import url("https://use.typekit.net/ydl8sqh.css");

.site-header {
  background: linear-gradient(90.28deg, #000000 0%, #715E32 100%); 
/* background-color: #131a1a !important; */
}

.tab-spilt-black::before {
    content: "";
    position: absolute;
    mask-image: url(/wp-content/themes/m4_ranch_group/assets/images/m4-div-spilt.png);
    width: 100%;
    min-height: 80px;
    bottom: 0;
    left: 0;
    margin-bottom: -1px;
    z-index: 1;
	    background-color: #131a1a;
}

/* Button Styles */
.tab-btn-arrow::after {
    content: "";
    margin-left: 0px;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    width: 10px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-position: center;
}

.tab-btn-arrow:hover.tab-btn-arrow::after {
    margin-left: 10px;
    opacity: 1;
}
