/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Global */
.padding-top-sm {
	padding-top: 40px !important;
}
.padding-top-md {
	padding-top: 80px !important;
}
.padding-bottom-sm {
	padding-bottom: 40px !important;
}
.padding-bottom-md {
	padding-bottom: 80px !important;
}
.fusion-sharing-box h4 {
	font-size: 16px !important;
}
/* End Global */

/* Header */
.fusion-logo img {
	height: 150px;
}
/* End header */

/* Blog */
#main .post h2 a,
.fusion-page-title-bar h1 {
	color: blue !important;
}
#main .post h2 a:hover {
	color: #000 !important;
}
.myblog-content {
	margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 0px solid #eaeaea;
}
.mygrid-title {
	background-color: rgba(29, 36, 45, 0.8);	
}
.fusion-read-more {
    background-color: #339966;
    padding: 5px 20px;
    color: white;
} 
.fusion-read-more::after {
	display: none;
}
/* End Blog */

/* Single Post */
.avada-has-titlebar-content_only.fusion-body .fusion-page-title-bar {
	background: #f6f6f6 !important;
}
.single-post-category {
	padding: 5px 0;
  	border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}
.myblog-content li {
	margin: 20px 0;
}
.myblog-content p a,
.myblog-content li a {
	background-color: #f6f6f6;
    padding: 5px 10px;
    box-shadow: 1px 1px 1px 1px #363839;	
}
/* End Single Post */