/*
 Theme Name:   Vihara Child Theme
 Theme URI:    http://vihara.themerex.net/
 Description:  Vihara Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     vihara
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  vihara
*/


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

.sc_events_default .sc_events_item {
    /* padding: 0 1em 0 70px; */
    width: 100%;
	padding:30px;
	border-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.sc_events_default .sc_events_item_info {
    /* padding: 0 1em 0 70px; */
    width: 100%;
}

.sc_services_default .sc_services_item {
    background-color: white !important;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.sc_services_default .sc_services_item .sc_services_item_thumb{
	border-radius: 16px;
}

.sc_team_item_email, .sc_team_item_phone{
    font-size: 0.8rem;
}

.sc_team_item {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 8px;
}

.sc_team_item > .sc_team_item_thumb  {
	border-radius: 8px 8px 0px 0px;
}

#contact-info .sc_icons_item{
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.radius>.elementor-widget-wrap, .radius>.elementor-widget-container, .radius>.elementor-widget-wrap>.elementor-background-overlay{
	border-radius: 8px;
}

.box-shadow>.elementor-widget-wrap, .box-shadow>.elementor-widget-container {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.height-150{
	height:150px;
}