/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Template:       fortuna

*/
 
@import url("../fortuna/style.css");
 .page_heading h1, .breadcrumb a
{
  color: #000000;
}
 .page_heading h2, .breadcrumb a
{
  color: #000000;
}
 body {
    background-color: #fff;
}

/* Theme customization starts here */
h4 {
		color: #333;
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-weight: normal;
		letter-spacing: -0.02em;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	
	.post_item_block.boxed {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #e3e3e4;
    height: 100px;
}

h2 {
		color: #333;
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-weight: normal;
		letter-spacing: -0.02em;
		line-height: 1.4em;
		margin-bottom: 20px;
	}