/*
Theme Name:     Rank Monsters
Description:    Blank Divi Theme for Rank Monsters
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.et_pb_map_container { 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.btnSubmitPayment a{
	border:1px solid #000;
	border-radius: 40px;
	padding: 10px 20px !important;
}
.btnSubmitPayment a:hover {
	background-color:#000;
	color:#fff !important;
	
}
.btnSubmitPayment{padding:0 !important;}

/**** Vertical Process ***/
.verticalProcessList{
	border: 3px solid #ED3841;
}

.siteTitleLogo{
	margin-left: -18px;
	margin-top:-18px;
}

@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 2) {
	.siteTitleLogo{
	margin-left: -33px;
	margin-top:-10px;
}
}
.widgettitle{
	font-size:21px;
	
}