/**
* @Aldrin's Customization Styles
* @since 05/06/17
**/

/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/

.main-heading *{
	font-family: "Roboto",sans-serif !important;
}

.main-heading h3{
	font-weight: bold !important;
}

.heading-has-border h2{
	position: relative;
	font-weight: bold;
}

.heading-has-border h2::after{
	content:"";
	width:10%;
	height:2px;
	position: absolute;
	bottom:-10px;
	left:0;
	right:0;
	margin:0px auto;
	background:#fbde2a !important;
}

.secondary-heading *{
	font-family: "Open Sans",sans-serif !important;
}

header.fixed:not(.top-menu-position-header) .logo-link > img {
    max-height: 60px; 
}

.container-bg.with-bg .container-bg-overlay {
    background-color: rgba(0,0,0,0.0);
}

.page .header-menu{
	display: none;
}

.home.page .header-menu{
	display: block;
}
