/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

/* ==========================================================================
XURBIA STYLE KEN BURNS - LINEAR
========================================================================== */
@media only screen and (min-width: 767px) {
	.xurbiaKenBurnsHeader .et_parallax_bg {
		animation: xurbiaKenburns 25s forwards;
	}
}
@media only screen and (min-width: 767px) {
	.xurbiaKenBurnsHeaderthirty .et_parallax_bg {
		animation: xurbiaKenburns 30s forwards;
	}
}
@media only screen and (min-width: 767px) {
	.xurbiaKenBurnsHeaderSlow .et_parallax_bg {
		animation: xurbiaKenburns 35s forwards;
	}
}
@media only screen and (min-width: 767px) {
	.xurbiaKenBurnsSection .et_parallax_bg {
		animation: xurbiaKenburns 30s infinite;
	}
}
@keyframes xurbiaKenburns {
	0% {
		opacity: 0;
		-ms-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		-webkit-transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		transform: scale3d(1.05, 1.05, 1.05) translate3d(-15px, 0px, 0px);
		animation-timing-function: linear;
	}
	1% {
		opacity: 1;
	}
	100% {
		-ms-transform: scale3d(1.4, 1.4, 1.4) translate3d(-25px, -55px, 0px);
		-webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(-25px, -55px, 0px);
		transform: scale3d(1.4, 1.4, 1.4) translate3d(-25px, -55px, 0px);
	}
}
/* ==========================================================================
END XURBIA STYLE KEN BURNS - LINEAR
========================================================================== */



.ds-video-image-overlay1.et_pb_fullwidth_header:before {
        content: url(http://wrr.nevcangold.com/wp-content/uploads/2016/11/white_stripes.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
}


.ds-video-image-overlay2.et_pb_fullwidth_header {
        opacity: .9;
}


span.et_toggle_slide_menu:before {
content: "Menu" !important;
display: block !important;
font-family: inherit !important;
color: #000000 !important;
position: absolute;
font-size: 16px;
left: -40px;
top: 6px;
}

span.et_toggle_slide_menu:after {
content: "Close Menu" !important;
display: block !important;
font-family: inherit !important;
color: #000000 !important;
position: absolute;
font-size: 16px;
left: -76px;
width: 80px;
top: 6px;
-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


