/*
Theme Name: Theme
Theme URI: 
Author: 
Author URI: Asteria
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pagination .page-numbers {
  padding: 5px 10px;
  border: 1px solid #bf9d87;
  margin: 0 5px;font-size: 20px;
}
.pagination .page-numbers.current {
  color:#bf9d87;
}
@media screen and (min-width: 1024px){   
  .pcbr { display:block; }
  .spbr { display:none; }
}
@media screen and (max-width: 1023px){   
  .pcbr { display:none; }
  .spbr { display:block; }
}

.profile-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.profile-content .profile-col{
    width: calc(50% - 15px);
}
.header-it-profile{
    background: #f7f7f7;
    padding: 3px 10px;
    border-bottom: 2px solid #cdcdcd;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
.body-it-profile{
    padding: 15px 10px 15px;
}
.p-body .body-it-profile h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.p-body .body-it-profile p{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}
.p-body .body-it-profile ul{
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
    line-height: 20px;
}
.cl-red{
    color: #cc0000;
}
@media (max-width: 603px){
    .profile-content .profile-col{
        width: 100%;
    }
}