@import url("../Divi/style.css");
/*
Theme Name: Make Your Life Epic
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0 - Mel K
*/
#header-middle {
	display: flex
}
	#header-middle .et_pb_social_media_follow {
		width: 100%;
		max-width: 190px;
	}
		.et-social-amazon a.icon, .et-social-bandcamp a.icon, .et-social-behance a.icon, .et-social-rss a.icon {
			position: relative;
		}
		.et-social-amazon a.icon:before, .et-social-bandcamp a.icon:before, .et-social-behance a.icon:before, .et-social-rss a.icon:before {
			content: '';
			background: no-repeat center / contain;
			max-width: 16px;
			position: absolute;
			left: 50%;
			transform: translate(-50%);
		}
			.et-social-amazon a.icon:before {
				background-image: url(/wp-content/uploads/2026/02/mel-k-rumble-icon.png);
			}
			.et-social-bandcamp a.icon:before {
				background-image: url(/wp-content/uploads/2026/02/mel-k-icon-bitchute.png);
			}
			.et-social-behance a.icon:before {
				background-image: url(/wp-content/uploads/2026/02/mel-k-icon-substack.png);
			}
			.et-social-rss a.icon:before {
				background-image: url(/wp-content/uploads/2026/02/mel-k-locals-icon-orange.png);
				max-width: 100%;
			}


#hero {
	padding: 0;
}
#hero input#gform_submit_button_2 {
    position: relative;
    background: #D94467;
    color: #FFFAD5;
    padding: 0.5em 3em;
    border: 1px solid #d94467;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    transition: all .2s ease-out;
    text-transform: uppercase;
}
	#hero input#gform_submit_button_2:hover {
		background: #fff;
		color: #d94467;
	}

#hero-links {
    position: absolute;
    bottom: 0;
    z-index: 20;
}
#hero-links img {
    position: relative;
    top: 5px;
}
#hero-links .stream img {
    top: 2px;
}


/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1080px){
	
	.et_pb_menu_0_tb_header {
		width: 40%;
	}
	.mobile_menu_bar {
    top: -9px;
}
	
	#hero-links {
		position: relative
	}
		#hero-links h2 {
			font-size: 22px;
		}
}