/*
Theme Name: 1st American Lending Child Theme
Author: Solid Dev
Template: unicon
Version: 1.0
*/

@import url("../1stamericanlending/style.css");

* {
	box-sizing: border-box!important;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	color: #555!important;
}

p, ul, li, a, h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima nova', 'Open Sans', helvetica, arial, sans-serif;
	font-weight: inherit!important;
}
 a:focus {
	 outline: thin dotted #FEC430;
 }
/*-- HEADER --*/

#header .container {
    width: 100%;
}

#logo-navigation {
    width: 100%;
	margin: 0 !important;
	padding-left: 60px;
	padding-right: 60px;
}

header#header.header.header-v1.header-v1-only.clearfix.stuck {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)!important;
}

.header-v1 #navigation > ul {
    margin: 0 0 0 0!important;
}

.header-v1 #navigation > ul > li > a {
    padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 40px !important;
	font-size: 16px;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #555;
}

.header-v1 #navigation > ul > li {
    height: inherit!important;
    padding-top:0!important;
    margin-top:35px!important;
}

.jumbo-dot-overlay {
    background: none!important;
}

.logo img {
    height: 70px!important;
    width: 180px!important;
}

#header, #mobile-header {
    box-shadow: none!important;
}

#mobile-navigation-btn {
    /* display: none; */
}

.jumbo-menu-button-active.jumbo-menu-button:after, .jumbo-menu-button-active.jumbo-menu-button:before, .jumbo-menu-button-active.jumbo-menu-button div.jumbo-menu-button-middle {
    background-color: #fff!important;
}

body.home #fulltitle {
    display: none;
}

body.home .home-section-1-text h2,
body.home .home-section-2-text h2,
body.home .home-section-3-text h2 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 40px!important;
}

body.home .home-section-3-text p {
    font-size: 16px !important;
	line-height: 24px;
	color: #A1CEE9;
	font-weight: 500 !important;
	margin-bottom: 40px !important;
}

body.home .home-section-2-text h2 {
	color: #284654!important;
}

body.home .home-section-1-text {
    padding: 60px!important;
}

body.home .home-section-2-text {
    padding: 60px!important;
}

body.home #home-section-3 {
    padding: 60px 50% 60px 60px!important;
}

body.home .home-section-3-text h2 {
	margin-bottom: 0!important;
}


/*-- HERO --*/

#hp-hero {
	background-color:#000;
	margin: 0 auto !important;
	min-height: 600px;
	padding-top: 280px;
	background-position: center top;
}

#hp-hero h1.headline {
    font-size: 42px;
    font-weight: 300!important;
    color: #fff;
    max-width: 400px;
    line-height: 46px;
    margin-bottom: 30px;
}



/*-- INTERIOR --*/
#fullimagecenter {
	background-color: #000;
	background-position: center top;
}
#fullimagecenter h1, #fullimagecenter .title-h1 {
    padding: 14% 0 0% 0!important;
    font-size: 68px!important;
    font-weight: bold!important;
    letter-spacing: -2px!important;
    text-shadow: 2px 1px 6px rgba(0,0,0,0.5);
    margin-left: -8px;
}

#interior-content p {
    font-size: 16px;
    line-height: 26px;
}

#interior-content h2 {
    font-size: 38px;
    line-height: 46px;
    color: #165E88;
    font-weight: 300!important;
    letter-spacing: -0.015em;
}

#interior-content h3 {
    font-size: 18px;
    font-weight: 600!important;
    color: #2A4658;
    line-height: 28px;
}

#interior-content h4 {
    font-size: 18px;
    line-height: 24px;
    color: #2A4658;
    font-weight: 600!important;
    margin-bottom: 6px!important;
    margin-top: 40px;
}

#interior-content h4:nth-of-type(1) {
    margin-top: 0;
}

#interior-content ul {
    margin-left: 22px;
}

#interior-content li {
    font-size: 14px;
    line-height: 20px;
    list-style-type: none;
    margin-bottom: 8px;
}

#interior-content li:before {
    color: #51B0E0;
	content: "• ";
	margin-left: -20px;
	margin-right:10px;
}



/*-- SIDEBARS --*/

#sidebar .widget {
	color:#555!important;
}

#sidebar #sidebar-widgets h3 {
    font-size: 20px;
    font-weight: 600!important;
    color: #2A4658;
    line-height: 24px;
    margin-bottom: 20px;
}

.lidd_mc_input_light input[type="text"] {
    padding: 1.4em .6em!important;
}




/*-- FOOTER --*/

#footer {
    background-color: #294656!important;
    border-bottom: 4px solid #FFC354;
}

#footer .container {
    width: 100%;
}

#footer .container .eight.columns {
    width: 46%;
    margin-left: 0;
    margin-right: 0;
}

#footer .container .eight.columns:nth-of-type(1) {
    margin-right: 0 !important;
    margin-left:4%;
}

#footer .container .eight.columns:nth-of-type(2) {
    margin-left: 0 !important;
    margin-right:4%;
}

#footer .equal.housing {
	background: url(images/logo-equalhousing.jpg) no-repeat;
    height: 70px;
    width: 80px;
    float: left;
}

#footer #text-2,
#footer #text-3 {
    color: #CADCE8;
}

#footer #text-2 p {
    line-height: 17px;
    padding-top: 33px;
}

#text-3 {
    text-align: right;
}

#text-2 a, #text-3 a {
    margin-bottom: 4px!important;
}

#text-2 p a, #text-3 p a {
    color: #fff!important;
}

#text-2 h3 a, #text-3 h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 700!important;
}

#text-2 .prominent {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}


@media (max-width:1048px) {
	#mobile-navigation {
	    background: #0076A9!important;
	}
	
	#mobile-navigation ul#mobile-nav.menu li a {
	    font-size: 22px;
	    border-bottom-color: rgba(255,255,255,0.2)!important;
	    font-weight: 600!important;
	    color: #fff;
	}
	
	#mobile-navigation ul#mobile-nav.menu li {
	    border-bottom-color: rgba(255,255,255,0.2)!important;
	}
}


@media (max-width:767px) {
	#content .home-section-1-image,
	#content .home-section-2-image {
	    height: 300px!important;
	}
	
	body.home #home-section-3 {
	    padding: 60px!important;
	}
	
	footer#footer .container .eight.columns {
	    width: 100%;
	    margin-left: 0%!important;
	    margin-right: 0%!important;
	    display: block;
	}
	footer#footer #text-2,
	footer#footer #text-3 {
	    padding: 0 60px;
	    text-align: left;
	}
	
	#fullimagecenter h1, #fullimagecenter .title-h1 {
	    font-size: 42px!important;
	    letter-spacing: 0px!important;
	}
}


@media (max-width:460px) {
	#fullimagecenter h1, #fullimagecenter .title-h1 {
	    font-size: 28px!important;
	}
}
