body, .cmsmasters_open_project .cmsmasters_project_likes a span, .cmsmasters_open_project .cmsmasters_project_comments a span, .cmsmasters_open_profile .cmsmasters_profile_likes a span, .cmsmasters_open_profile .cmsmasters_profile_comments a span, .footer_copyright a{
font-size: 16px !important;
line-height: 22px !important;
}
.mapplic-element{
border: 1px solid #ccc !important;
}
select {
padding: 10px;
width: 100%;
border: none;
font-family: 'Open Sans';
font-weight: 400;
font-size: 12px;
line-height: 22px;
color: #555;
background-color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.16);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16);
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.mapplic-levels-up, .mapplic-levels-down{
display: none!important;
}
.mapplic-levels-select {
background-color: #fff;
border: none;
border-radius: 0;
color: #2f3435;
margin: 0;
margin-right: 0px;
padding: 8px;
padding-right: 25px !important;
margin-right: 20px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
outline: none;
-webkit-appearance: none;
}
@media only screen and (max-width: 480px) {
.mapplic-sidebar{
display: none;
}
.mobile{
display: block;
}
.desktop{
display: none;
}
}
@media only screen and (max-width: 1023px) {
.mobile{
display: block;
}
.desktop{
display: none;
}
}
@media only screen and (min-width: 1024px) {
.mobile{
display: none;
}
.desktop{
display: block;
}
}