/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2023 | 12:43:02 */
/** YouTube **/
.awyt-video{
	width: 100%!important;
}
.awyt-video .awyt_video_wrapper{
	background: linear-gradient(#ff0000DE, #212121DE)!important;
	border: none!important;
	border-radius: 5px;
}
.awyt-video .awyt_video_wrapper h3{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.awyt-video .awyt_video_wrapper p{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
    font-weight: 400;
}
.awyt-video .awyt_video_wrapper p span{
    margin: 10px auto;
    padding: 5px 20px;
    width: 70%;
    font-weight: 700;
    text-decoration: none;
    background-color: #212121;
    border: 1px solid #212121;
    color: #FEFEFE;
    border-radius: 5px;
    display: block;
}
.awyt-video .awyt_video_wrapper p span:hover{
    background-color: #FEFEFE;
    color: #212121!important;
}
.awyt-video .awyt_video_wrapper p a{
	
}
.awyt-video .awyt_video_wrapper p a:hover{
	
}

/** Google-Maps **/
.awmp-map{
	width: 100%!important;
}
.awmp-map .awmp_map_wrapper{
    /* background: linear-gradient(#dff4da, #f9f9f9)!important; */
    border: 2px solid #f9f9f9!important;
    border-radius: 5px;
}
.awmp-map .awmp_map_wrapper h3{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #212121!important;
}
.awmp-map .awmp_map_wrapper p{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
    font-weight: 400;
    color: #212121!important;
}
.awmp-map .awmp_map_wrapper p span{
    margin: 10px auto;
    padding: 5px 20px;
    width: 70%;
    font-weight: 700;
    text-decoration: none;
    background-color: #212121;
    border: 1px solid #212121;
    color: #FEFEFE!important;
    border-radius: 5px;
    display: block;
}
.awmp-map .awmp_map_wrapper p span:hover{
    background-color: #FEFEFE;
    color: #212121!important;
}
.awmp-map .awmp_map_wrapper p a{
	color: #212121!important;
}
.awmp-map .awmp_map_wrapper p a:hover{
	
}