.text-center {
    text-align: center;
    margin: 0;}
.cmed_dashicons {
    margin-right: 5px;
}
.cmed_google_map {
    margin-bottom: 30px !important;
}
.cmed_expert_image{
    margin-bottom: 30px;
}
.cmed_related_expert_image{
    height: 150px;
}
.cmed_add_link_ico{
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons; 
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

/* GAT 6/14 : switching to an ARIAL 
body {
    font-family: 'Varela Round', sans-serif; }
*/

body {
    font-family: Arial, sans-serif; }

.list-unstyled {
    padding: 0;
}
.list-unstyled li {
    list-style: none; }

.list-inline li {
    display: inline-block;
    margin-right: 15px; }

.img-responsive {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: block; }

.expert-container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-sizing: border-box; }

.expert-container .cmed_content_block {
    margin-top: 30px;
}
.expert-title {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 15px; }

.expert-info-blocks li {
    padding: 5px;
    border: 1px solid #d9d9d9;
    color: gray;
    border-radius: 3px;
    font-size: 13px; }
.expert-info-blocks li i {
    margin-right: 5px; }


.expert-info {
    margin-top: 0px;
}

.expert-aside {
    width: 30%;
    float: left;
    margin-top: 0px;
    /* Following 2 lines added by GAT */
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}

.cmed-cat {
    background:darkgrey;
    color:white !important;
    border: 1px solid;
    border-radius: 25px;
    padding:6px;
    font-weight:700;
}

.cmed-tag {
    background:darkgrey;
    color:white !important;
    border: 1px solid;
    border-radius: 25px;
    padding:6px;
    font-weight:700;
}

.expert-info-text {
    width: 70%;
    float: right;
    /* word-break: break-all; */
    /* padding: 0 0 0 50px; */
    padding: 0 0 0 30px;
    box-sizing: border-box;
    text-align: justify;
    overflow: hidden;
}
.expert-info-text h2 {
    font-weight: normal;
    margin-top: 0; }
.expert-info-text p {
    font-size: 18px; }

.expert-widget {
    background: #2e3641;
    color: #fff;
    padding: 0px;
    //margin-top: 30px;
    margin-top: 0px;
}
.expert-widget h3 {
    margin-top: 0; }
div.expert-widget ul li:first-child{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
div.expert-widget ul li:last-child{
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

div.expert-widget ul li{
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.expert-widget li {
    margin-bottom: 0px; }
.expert-widget a {
    color: #fff;
    text-decoration: none; }
.expert-widget a i {
    margin-right: 5px; }

div.cmed_related_experts{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

div.cmed_over_related{
    margin-top: 30px;
    margin-bottom: 30px;
}

div.cmed_under_related{
    margin-top: 30px;
}
.expert-related {
    //max-width: 150px;
    clear: none;
    vertical-align: top;
    width: 150px;
    padding: 0 0 5px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin: 0 15px 15px ;
    position: relative;}
.expert-related img {
    max-width:100%;
    max-height:100%;
    margin: 2px auto;
    display:block;
}
.expert-related a {
    color: gray;
    text-decoration: none; }
.expert-related h5 {
    position:absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index:2;
    margin: 5px 0 0; }
.expert-related:hover {
    background: #f4f4f4; }

@media screen and (max-width: 767px) {
    .expert-aside {
        float: right;
        width: 100%; }

    .expert-info-text {
        width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 15px; } }
@media screen and (max-width: 410px) {
    .expert-related {
        max-width: 130px;
        margin: 0 0 15px 0; } }
