/*
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
*/




hr
{
	border: 2px solid #014f25;
}

.laatikko
{
	background: none repeat scroll 0 0 #fefefe;
	border: 0 none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	min-height: 400px;
	padding: 10px;
}

.laatikko a, .entry-title a
{
	text-decoration: none !important;
	font-weight: normal !important;
	color: #333333 !important;
}

.laatikko a:hover, .entry-title a:hover
{
	color: #014f25 !important;
}




.linkki
{
	background: #014f25;
	padding: 13px 10px;
	margin: 0px 0px 8px;
}

.linkki a
{
	color: #fff !important;
	font-size: 20px;
	font-family: "Oswald";
	font-weight: normal;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	text-decoration: none !important;
}

.linkki a:hover
{
	padding-left: 7px;
	color: #fff !important;	
}

.linkki a:focus
{
	color: #fff !important;
}

.linkki a:visited
{
	color: #fff !important;	
	transition: all 0.2s linear 0s;
}


.fusion-format-box
{
	display: none;
}



.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box 
{
    padding: 8px 0 10px;
}



.tablepress tfoot th, .tablepress thead th 
{
	background-color: #014f25 !important;
	color: #fff;
}

.tablepress tbody td, .tablepress tfoot th 
{
	min-width: 100px;
}

.tablepress .column-1
{
	font-weight: bold;
}



#content a 
{
	text-decoration: underline;
	font-weight: bold;
	color: #014f25;
}


.msp-image
{
	margin-top: 20px;
}