/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme
 Author:         JD Themes
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_fullwidth_header_subhead ul {
list-style:none !important; 	
}
.et_pb_fullwidth_header_subhead ul li {
	cursor:pointer;
}
.et_pb_fullwidth_header_subhead ul li:before {
	font-family: 'ETmodules';
    color: white;
    font-size: 2em;
    padding-left: 1px;
    opacity: 0.7;
    right: 0px;
    position: absolute;
    top: 30px;
	cursor:pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
@media screen and (min-width:1024px){
	.mejs-container { background:transparent !important; }
	.et_pb_section_video_bg {  background:url('https://stadium.ittlh.work/wp-content/uploads/2019/01/House-1-.jpg'); background-repeat:no-repeat; background-size:cover;    background-position: center; }
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .et_pb_fullwidth_header_subhead ul li.arrow_triangle-right:before, .et_pb_fullwidth_header_subhead ul li.icon_pause:before {
	display:none;
	}
}
@supports (-ms-ime-align:auto) {
    .et_pb_fullwidth_header_subhead ul li.arrow_triangle-right:before, .et_pb_fullwidth_header_subhead ul li.icon_pause:before {
	display:none;
	}
}
@-moz-document url-prefix() {
    .et_pb_fullwidth_header_subhead ul li.arrow_triangle-right:before, .et_pb_fullwidth_header_subhead ul li.icon_pause:before {
	display:none;
	}
}
.et_pb_fullwidth_header_subhead ul li.arrow_triangle-right:before, .et_pb_fullwidth_header_subhead ul li.icon_pause:before {
	right:40px;	
	font-size:3em;
}
.arrow_triangle-right:before {
	content: "\45";
}
.icon_pause:before {
    content: "\60";
}
.icon_vol-mute:before {
    content: "\e067";
}
.icon_vol-high:before {
    content: "\e069";
}
.et_pb_fullwidth_header_subhead ul li em {
    font-style: normal;
    display: none;
    text-align: center;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

#et-footer-nav .container { text-align:center; }
#main-header .lastchild a {
	background: #782F40;
    color: white !important;
    padding: 20px !important;
}