.maptooltip2 {
    pointer-events: none;
    position: absolute;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: white;
    padding: 0 5px;
    z-index: 5;
    margin: 0 auto;
    color: #d8722e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none; 
}
.maptooltip2.active {
    display: block; 
}
.maptooltip2.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; 
}
img {
    max-width: 100%;
    height: auto;
}
.page-esdw .main-content a{
    color:#d8722e;
}
.page-esdw .w3-border {
    border: 1px solid #d8722e !important;
    outline: none;
}
.w3-border.parsley-error{
    border-color:#900 !important;
}

.submit {
    background: #d8722e;
    border: none;
    color: #fff;
    padding: 2px 15px;
    cursor: pointer;
}
.selectize-input {
    border: none;
}
.selectize-input,
.selectize-input.focus {
    box-shadow: none;
}
.selectize-image{
    display: inline-block;
    margin:5px 10px 5px 10px;
}

.submit-btn {
    background: #ef7e05;
    border: none;
    color: #fff !important;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.submit-btn:hover {
    background-color: #ac4907;
}
.submit-btn:disabled {
    background-color: #f4aa5b;
    cursor:default;
}
#mapDiv {
    z-index: 9;
}
.event-date {
    position: static;
    opacity: 1;
    margin-bottom: 20px;
    background: transparent;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #d8722e;
}
.d-none {
    display: none;
}
.form-backlink .btn {
    margin-bottom: 30px;
}
.selectize-input {
    border: 1px solid #ef7e05;
    padding: 7px 8px;
    border-radius: 0px;
    line-height: 2;
}
.selectize-input.dropdown-active {
    border-radius: 0px;
}
.read-more-button .btn {
    margin-top: 20px;
    padding: 0 14px;
    font-size: 15px;
}
.country-detail-backlink{
    text-align: right;
}
.country-detail-backlink a {
    color: #ef7e05;
    font-size: 20px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 500;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ef7e05;
    padding: 15px 8px;
    border-radius: 0px;
    line-height: 2;
}

select::-ms-expand {
    display: none;
}
form .editable {
    min-height: 150px;
}
.page-esdw form .form-group label{
    font-size:16px;
    color:#ef7e05;
    font-weight: 400;
} 
.medium-editor-element p{
    margin-top:0;
}
.events-detail-wrap h2{
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}
.events-detail-wrap{
    padding: 10px;
    border: 1px solid #ef7e05;
}
.events-detail .header h2{
    text-transform: uppercase;
    font-size: 25px;
}
.country-list-popup a{
    color: #ef7e05;
    display: inline-block; 
    margin: 0 5px 0 0;
    padding: 0;
    font-weight: 500;
}
.country-list-popup-v1 a{
    margin-bottom: 20px;
    line-height: 16px;
}
.country-list-popup a:hover{
    text-decoration: underline;
    color: #ef7e05;
}
.country-header{
    padding-left: 5%;
    border-top: 1px solid;
    padding-top: 5%;
}
.country-header h2{
    color: #ef7e05;
    font-size: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;;
}
.country-header h2 span{
    font-size: 19px;
}
.page-esdw .w3-card .card-header, .page-esdw .section-header{
    background-color: #ef7e05;
}
.page-esdw .w3-card .card-content strong{
    color: #ef7e05;
    font-size: inherit;
}
.w3-card-border{
    border: 1px solid #ef7e05;
}
.w3-card-small .card-header {
    padding: 10px 15px;
}
.w3-card-small .card-header h3{
    margin:0;
    color:#FFF;
}
.w3-card-small .card-content{
    padding: 15px 10px;
}
.w3-card.w3-card-small .card-content a{
    display: inline-block;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}
.card-block{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ef7e05;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 15px;
}
.card-block h4{
    margin-bottom:2px;
}
.card-content .card-block:last-child{
    border:none;
}
.page-esdw .w3-input, .page-esdw .form-group{
    font-size:14px;
    line-height: 22px;
    color:#666666;
}
.page-esdw .form-group{
    margin-bottom:30px;
}
/* .events-detail h1{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #05317B;
    margin-top: 0;
} */
.events-detail h1 ,.country-detail h1{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #ef7e05;
    margin-top: 0;
}
.page-esdw h1, .page-esdw h2, .page-esdw h3, .page-esdw h4{
    color: #ef7e05;
}
.parsley-errors-list{
    margin: 0;
}
.parsley-errors-list li{
    color:#900;
    font-size: 12px;
    line-height: 14px;
    background: none;
    background: none !important;
    padding: 0 !important;
    font-weight: 400;
}


#event_preview {
    display:none;
	position: absolute;
	top: auto;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1000;
	width: 96%;
	padding: 10px;
	background: #fff;
	margin: auto;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	max-width: 1190px;
	/*transform: translate(-50%, -50%);
	 height: 800px; */
	overflow-y: auto;
    overflow-x: hidden;
    font-size:14px;
    line-height: 18px;
}
#event_preview .w3-card .card-content{
    font-size:14px;
    line-height: 18px;
}
.alert{
    padding:10px;
}
.alert.green {
	background: #2eb44b;
	border: 1px solid #2eb44b;
	color: #fff;
}
.a2a_s_facebook, .a2a_s_x, .a2a_s_a2a{
    background-color: #ef7e05 !important;
}
.footer .footer-content{
    background-color: #333333;
}
.page-esdw .ce-image .ce-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-esdw .ce-image .ce-gallery .ce-row{
    margin-bottom:0;
}
.flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-esdw #sub-banner #sub-banner-head h1::before{
    content: "ESDW";
}
.bg-color-orange{
    background-color: #ef7e05;
    color: #fff;
}
.bg-color-orange .btn-orange {
    background-color: #fff;
    color:#ef7e05 !important;
    font-weight: 400;
}
.flatpickr-calendar.hasTime{
    max-width: 200px !important;
}
.page-esdw #sub-banner-head{
    display: none;
}
#menu-242 > a{
    color: #ef7e05;
}
@media screen and (min-width: 1024px) {
    .ce-file-download li:nth-child(4n){
        margin-right:0 !important;
    }
}
@media screen and (max-width: 375px) {
    .page-esdw .ce-image .ce-gallery .ce-row{
        max-width:156px;
    }
}
@media screen and (max-width: 360px) {
    .page-esdw .ce-image .ce-gallery .ce-row{
        max-width:46%;
    }
}
