/*
Theme Name: Avada Child
Description: Cleary Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself. 

Styling below was not working because the child theme is not correctly setup. The styling is correct though & is in the main stylesheet for now. As of Avada version 5.5.2 it is now working. I replaced the functions file and it looks like it had some hidden formatting or something. Still 12 lines but nothing visible to naked eye so could have been a space. (JK)
.
*/



.fusion-page-title-bar .fusion-page-title-row{
	overflow: visible !important;
	max-width: 1200px !important;
	margin: 0 auto;
}

#posts-container,
.single-post #main .fusion-row{
	max-width: 1180px !important;
	margin: 0 auto !important;
}


.fusion-fullwidth{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.fusion-page-title-captions{
	position: relative;
	left: 0%;
	max-width: 450px;
	top: -23px;
	text-align: left  !important;
}

.fusion-page-title-bar h1{
	padding: 30px 30px 30px 30px !important;
	font-size: 31px!important;
	font-weight: bold!important;
	line-height: 1.3!important;
	letter-spacing: 1px!important;
	background-color: #4e8fc1;
	
}

.fusion-page-title-bar h3{
	font-size: 15px !important;
	background-color: #4e8fc1;
	padding: 0px 30px 30px 30px !important;
	margin-top: -30px !important;
	line-height: 1.50 !important;
}


@media only screen and (max-width: 1125px){
	.fusion-page-title-captions{
		left: 0%;
	}
}

@media only screen and (max-width: 800px){

	.fusion-page-title-row{
		display: block!important;
	}


	.fusion-page-title-bar h1 {
		background: rgba(78, 143, 193, 0.8);
	}


	.fusion-page-title-captions{
		left: 0%;
		top: 0 !important;
		max-width: 100%;
	}


}

@media only screen and (max-width: 600px){

	.fusion-page-title-bar h1{
		font-size: 25px!important;
	}
	
}

