/*
 Theme Name:   Dr.Skin Theme based on Medeus
 Theme URI:    http://medeus.themerex.net/
 Description:  Dr.Skin Theme based on Medeus Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     medeus
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  medeus
*/


/* =Theme customization starts here
------------------------------------------------------------ */

body.single-cpt_team .page_content_wrap .team_page_wrap_info {
	display: none !important;
}
#service-list-wrap #service-list-wrap_sc .sc_icons_item .sc_icons_image img {
	max-width: 230px;
    height: 230px;
    object-fit: cover;
    /* overflow: visible; */
    margin: 0 auto;
    margin-bottom: 0px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
} 

.sc_team .sc_team_columns_wrap .sc_team_item .sc_team_item_info .trx_addons_hover_team {
	display: none !important;
}
.sc_team .sc_team_columns_wrap .sc_team_item .post_featured.sc_team_item_thumb .trx_addons_hover_team .sc_team_item_socials {
	display: none !important;
}
.sc_team .sc_team_columns_wrap .sc_team_item .post_featured.sc_team_item_thumb .sc_team_item_socials {
	display: none !important;
}


.booked-calendar-shortcode-wrap .booked-calendar .entryBlock .booked-appt-list .timeslot {
	padding: 15px 15px;
}

@media (max-width: 767px) {
	.about-service-icon-wrap .sc_icons_divider .sc_icons_item .sc_icons_item_more_link {
		display: none;
	}
}

@media (max-width: 479px){
	.about-service-icon-wrap .sc_icons .sc_icons_columns_wrap .sc_icons_item {
		text-align: center;
	}
}

