/*
Theme Name: Mediax
Theme URI: https://wordpress.themeholy.com/mediax
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Mediax - Health & Medical WordPress Theme  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mediax
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

.th-blog-custom .col-xxl-8.col-lg-7 {
	width: 100%;
}

.th-blog-custom .col-xxl-4.col-lg-5 {
	display: none;
}

.th-blog-custom .col-lg-12 {
	width: 25%;
}

.th-blog-custom .blog-single .th-btn {
	box-shadow: none;
	background: #da2d26;
    color: white;
}

.th-blog-custom .blog-single .blog-content {
	padding: 30px;
}

.th-blog-wrapper.has-sidebar .col-xxl-8.col-lg-7 {
	width: 100%;
}

.th-blog-wrapper.has-sidebar .blog-img {
	float:left;
	width: 600px;
	margin: 0 20px 20px 0;
}

.th-blog-wrapper.has-sidebar .blog-content p {
	text-align: justify;
}

.th-blog-wrapper .blog-img {
	float: left;
	width: 600px;
	margin: 0 20px 20px 0;
}

.th-blog-wrapper.blog-details .blog-single .blog-content {
	overflow: initial;
}

.blog-single.insights .blog-title,
.th-blog-wrapper.th-blog-custom .blog-single .blog-content .blog-title {
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.th-blog-wrapper.th-blog-custom .blog-single .blog-img {
	width: 100%;
	margin: 0;
	float: none;
}

.th-blog-wrapper.blog-details .insights .blog-content .wp-block-heading {
	font-size: 28px;
}

.th-blog-wrapper.blog-details .blog-single .blog-content .wp-block-heading {
	font-size: 28px;
}

.th-blog-wrapper .insights.blog-single .blog-img {
	float:none;
	width: auto;
	margin: 0;
}

@media screen and (max-width: 1200px) {
	.th-blog-wrapper.has-sidebar .blog-img {
    	width: 450px;
    	margin: 0 20px 0 0;
	}
	
	.th-blog-wrapper.blog-details.has-sidebar .blog-content {
    	padding: 0;
	}
	
	.th-blog-wrapper .blog-img {
	    width: 450px;
		margin: 0 20px 20px 0;
	}
	
}

@media screen and (max-width: 1024px) {
	.th-blog-wrapper.has-sidebar .blog-img {
    	width: 350px;
    	margin: 0 20px 0 0;
	}
	
	.th-blog-wrapper.blog-details.has-sidebar .blog-content {
    	padding: 0;
	}
	
	.th-blog-wrapper .blog-img {
		float: none;
	    width: 100%;
		margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.th-blog-wrapper.has-sidebar .blog-img {
    	width: 100%;
    	margin: 0 0 20px 0;
	}
	
	.blog-content {
 	   padding: 30px;
	}
	
	.th-blog-wrapper .blog-img {
		float: none;
	    width: 100%;
		margin: 0 20px 20px 0;
	}
}