
@charset 'utf-8';
/*
Theme Name: Healthy Blog-child
Theme URI:  http://healthy-blog.axiomthemes.com/
Description: Healthy Blog - Multipurpose and Multiskin Responsive Wordpress theme
Author: AxiomThemes
Author URI:  http://axiomthemes.com/
Template: healthy-blog
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, 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: healthy_blog
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.sidebar {
	display: none;
}

body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content {
	float: none;
}

body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content_wrap,
body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content 

{
	margin: auto;
}

@media (max-width: 479px){
	p {
		font-size: 15px;
	}
	h5 {
		font-size: 17px !important;
	}
	.page_wrap .content_wrap, .page_wrap .content_container, .page_wrap .sc_content_width_1_1 {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

h1 {
	text-transform: none;
}

.sc_layouts_title_breadcrumbs {
	display: none;
}

.single .wpb_column.vc_column_container.vc_col-sm-8.sc_layouts_column.sc_layouts_column_align_right.sc_layouts_column_icons_position_left {
	display: none;
}

.header_author_avatar_wrapper .author_avatar {
	width: 60px;
	height: 60px;
}
.header_author_avatar_wrapper .author_description {
	padding-left: 0;
}


.header_author_avatar_wrapper .scheme_default.author_info .author_title {
	margin-bottom: 5px;
	margin-top: 5px;
}

.scheme_default.author_info {
	border: none;
	padding: 10px;
}

.trx_addons_scroll_to_top, .nav-links-single {
	display: none !important;
}

.header_author_avatar_wrapper .author_info {
	background: rgb(243, 243, 243);
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px;
}

.header_author_avatar_wrapper .author_avatar {
	position: static;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 10px;
}

.header-bar {
	padding: 5px 20px;
	color: black;
	background-color: initial;
		background-image: linear-gradient(90deg,#FAE2EF 0%,#F1E8C6 100%);
}

@media (min-width: 1024px) {
	.scheme_default.author_info {
		min-height: auto;
		
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	.author_avatar {
		top: 1.25rem;
	}
	.header_author_avatar_wrapper .author_info {
		padding-left: 20px;
	}
	.header_author_avatar_wrapper .author_description,
	.header_author_avatar_wrapper .author_avatar { 
		padding: 20px;
	}
	
	.header_author_avatar_wrapper .author_description {
		padding-left: 10px;
	}
	
	
}

.footer_wrap .widget.widget_text p {
	text-transform: none;
}
.disclaimer_advertorial {
	display: none;
}

.single .disclaimer_advertorial {
	display: block;
}

hr, .vc_separator {
	margin: 20px 0;
}

.scheme_default .wp-block-button:not(.is-style-outline) .wp-block-button__link, .scheme_default .sc_button_default2.sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image), .scheme_default .sc_button_default2 button, .scheme_default .comments_wrap .form-submit input[type="submit"] {
	background-color: #fd9aa4;
	font-weight: bold;
}

.post_tags {
	display: none !important;
}