/*
 Theme Name:   Denticare Child
 Theme URI:    http://denticare.bold-themes.com
 Description:  Denticare child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     denticare
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  denticare-child
*/


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

.bt_bb_overlap_columns_left .bt_bb_column:last-child {
    margin-left: 0;
}

.btLogoArea .logo img {
    height: 90px;
    padding: 10px;
}

.btMenuVertical .btLogoArea .logo img {
    height: 50px;
	padding: 0px;
}

.service-card .bt_bb_column_inner_content {
	height: 350px;
}

.btPageHeadline .bt_bb_port {
    padding-bottom: 2em;
    padding-top: 2em;
}

.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
	min-height:0 !important;
}

.btPageHeadline .bt_bb_headline_subheadline,
.btPageHeadline .bt_bb_headline_superheadline_outside {
	display: none;
}

.btComments.gutter {
	display:none;
}

@media screen and (max-width: 1024px){
	.btVerticalHeaderTop {
		top: 0;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
	}
}