/* Themify Customize Styling */
body {	
	font-family: "univers";	font-weight:400;
	line-height:1.4em;

	color: #706f6f; 
}
a {	
	color: #f7ac6f; 
}
a:hover {	
	color: #ec654f; 
}
:root {	
	--theme_accent: #ec654f;
	--theme_accent_semi: #ec654f;
	--theme_accent_hover: #f7ac6f; 
}
a, .post-nav .arrow {	
	color: #ec654f; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #706f6f; 
}
h1 {	
	font-family: "conduit-itc-bold";	font-weight:800;
	font-size:3em;
	line-height:1.2em;

	color: #f7ac6f; 
}
h2 {	
	font-family: "conduit-itc-bold";	font-weight:800;
	font-size:2.3em;
	line-height:1.2em;

	color: #f7ac6f; 
}
h3 {	
	font-family: "conduit-itc-bold";	font-weight:400;
	font-size:1.5em;
	line-height:1.2em;

	color: #f7ac6f; 
}
h4 {	
	font-family: "conduit-itc-bold";	font-weight:400;
	font-size:1.4em;
	line-height:1.2em;

	color: #ec654f; 
}
.post-title {	
	margin-bottom: 0px;
	padding-bottom: 0px; 
}
.single-post .has-post-title .post-title,.single-post .featured-area .post-title {		line-height:1em;

	margin-bottom: 0px;
	padding-bottom: 0px; 
}
.page-title {	
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px; 
}

/* Themify Custom CSS */
.ui.nav, .ui.nav li, .ui.nav li a {
border-radius: 0!important;
box-shadow: none!important;
}
/* 
.force-fullwidth {
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  right: 50%!important;
  margin-left: -50vw!important;
  margin-right: -50vw!important;
	
} */
.max-width-1160 {
	max-width: 1160px!important;
	margin: auto;
}