/*
Theme Name: MortgageBenefitProgram
Template: headway
THEME URI:http://www.netpozitive.com
VERSION:3.8.8
AUTHOR:Will Dove
AUTHOR URI:http://www.netpozitive.com
DESCRIPTION:Custom child theme for MortgageBenefitProgram.ca
*/

/* */

/* Imports the Headway Base css styles */
@import url("../headway/style.css");

/* Global font styling */

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 1vw;
}

p {
    line-height: 150%;
    font-size: 1.25em;
}

h1 {
    font-size: 3vw !important;
}

h2 {
    font-size: 2.2vw !important;
}

h3 {
    font-size: 1.875em !important;
}

h4 {
    font-size: 1.250em !important;
}

/* Ubermenu customization 
a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only.nav-yourcompany {
	border: 1px solid #B13336;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
*/

/*Profile Builder Customization*/
.wppb-user-forms .text-input {
margin-top: 2px !important;
}
.wppb-user-forms .form-submit {
float: right;
}
.fl-module.fl-module-rich-text.fl-node-582baea1668b1 {
background: #fff:
}

/* Customize the banner on the landing page */
.banner-h1 {
font-weight: 900;
margin-top: 100px;
text-align: right;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.banner-h3 {
font-weight: 700;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.main-banner {
margin-top: -75px;
margin-bottom: -75px;
}

.banner-logo {
margin-top: -20px;
}

/* Team containers */
.team {
	margin-bottom: 7px;
}

/* Widget Customization */
.widgettitle {
	font-size: 1.5em !important;
	font-weight: 700;
}

.rep-pack {
	margin: 10px 10px 0 10px;
	background-color: #EFEFEF;
	
}

.rep-pack td:nth-child(3) {
	padding: 5px;
}

.rep-pack tr {
	margin-top: 20px !important;
}

/* Info bar on main page */
#complete-solution {
	margin: auto;
	background-color: #B13336;
	border-radius: 5px;
	width: 97%;
}
/* Access error message */
.members-access-error {
	max-width: 600px;
	margin: 0 auto;
}
/* modals */

.emodal-content {
	font-size: 16px;
}

/* footer */
.footer-logo img {
	height: 100%;
}

.footer-center {
	color: #fff;
}
/* Social media icons for Team page */

.uabb-team-name-text {
	font-size: 1.5em !important;
}


/* Media Queries */

@media only screen and (max-width: 767px) {
  .main-banner .fl-row-content-wrap{background-image:none;}
h1 {font-size: 4vw !important;}
h2 {font-size: 3.2vw !important;}
}