/*
Theme Name: enoee.dk
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#YTMuteBtn{
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 1000;
	
}
#YTMuteBtn a{

	color: #cd5c5c;
}

#YTMuteBtn a:hover{
	color: #ee0000;
}

/*Contact form 7 styling of button and captcha*/
#recaptcha > div{
	margin: 0 auto;
}

.wpcf7 p:last-of-type{
	text-align: center;
}

.wpcf7 p:last-of-type input{
	margin: 1em;
}

/*header*/

#logo a{
	color: #8224e3;
}
.transparent #logo a{
	color: #e2e2e2;
}

/*scroll to bullets*/
.scroll-to-bullets a{
	background-color: rgba(205,92,92,0.6) !important;
	border: 3px solid rgba(255,0,0,0.65) !important;
}

.scroll-to-bullets a.active{
	background-color: #e2e2e2 !important;
	border: 3px solid #8224e3 !important;
}
@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#YTMuteBtn{
		position: fixed;
		top: 24px !important;
	    right: 16px !important;
		z-index: 1000;		
	}
	#YTMuteBtn a{
		font-size: 1.5em !important;
	}
			

}