
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;900&display=swap');

body {
	background-color: #fff!important;
}
body, p, label, span {
	font-family: 'DM Mono', monospace!important;
	font-weight: 300;
}
.no-margin {
	margin:  0;
	padding:  0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', sans-serif!important;
}
h1, h2, h3 {
	font-weight: 400!important;
	letter-spacing: 3px;
}
h2 {
	font-size: 2.3em;
	line-height: 1em!important;
	margin-bottom: 20px!important;
}
h3 {
	font-size: 1.25em!important;
}
section {
	padding: 30px 0;
}

.full-width {
	background-size: cover;
	background-position: center;
	position: relative;
}
.full-width-masthead {
	position: relative;
	width: 100%;
	height: calc(100vh - 160px);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #000;
}
.menu-masthead {
	height: calc(30vh);
}
.singlepage-masthead {
	height: calc(50vh);
}
.featured-title {
/*		background-color: rgba(0, 0, 0, 0.8);*/
/*		background-color: #fff;*/
    display: inline-block;
/*    padding: 4px 2px 0px 10px;*/
    letter-spacing: 8px;
/*    border: 2px solid #000;*/
    color: #fff;
    letter-spacing: 10px;
    font-size: 2rem;
}
.full-width-overlay {
	position: absolute;
	top: 0;
	width:  100%;
	height:  100%;
	background-color: rgba(0,0,0,0.3);
}
.wp-block-separator {
	border: 0!important;
	margin: 3em 6em;
	padding:  0 10em;
}

header .menu-item a,
a, a:hover {
	cursor: pointer;
	text-decoration: none!important;
	color:#000;
	font-weight: 300;
	transition: 0.3s;
}
footer .menu-item a {
	cursor: pointer;
	text-decoration: none!important;
	color:#fff;
	font-weight: 300;
	transition: 0.3s;
}
.text-contact-link:hover,
a:hover {opacity: 0.6;}
a:visited {

}

* {
  margin: 0;
  padding: 0;
}

.isDevice {
	display: block!important;
}
.isDesktop {
	display: none!important;
}
.isDesktopColumn {
	display: none!important;
}

.button-standard {
/*	padding: 5px 5px 3px;*/
margin: 10px 0; 
	text-decoration: underline;
/*	font-family: 'Bebas Neue', sans-serif!important;*/
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 0px;
	color:  #000;
}
.menu-main-page .button-standard {
	clear: both;
	display: block;
	font-weight: 300;
}

.text-contact-link {
	transition: 0.3s;
	text-decoration: underline;
	cursor: pointer;
}

/* HEADER */

#masthead {
	z-index: 99;
	height:  60px;
	top:  0;
	width: 100%;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#content {
	margin-top: 60px;
}
.max-header {
	text-align: center;
	padding:  15px 0 5px;
}
.header-logo {
	height: 30px;
}
.header-logo img {
	height:  100%;
}
.header-nav .menu {
	margin:  10px 0 0;
}
.header-nav .menu ul {
	list-style: none;
	padding:  0!important;
	padding-block-start:  0;
	margin:  0;
}
.header-nav .menu li {
	display: inline-block;
	margin:  0 10px;
}
.header-nav .menu li a {
	color:  #000;
}
.current_page_item a {
	text-decoration: underline!important;
}

.max-burger {
	position: absolute;
	width:  24px;
	height:  24px;
	right:  15px;
	border:  1px solid #000;
	top:  3px;
}
.max-burger:active {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}	
.burger-line {
	position: absolute;
	height:  3px;
	width:  18px;
	left: 50%;
	top:  50%;
	background-color: #000;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transition: 0.6s ease-in-out;
}
#burger-line1 {
	margin-top:  -6px;
}
#burger-line2 {
	transition: 0.6s ease-in-out;
}
#burger-line3 {
	margin-top:  6px;
}

#burger-line1.active {
	margin-top:  0px;
	transform: translate3d(-50%, -50%, 0) rotateZ(495deg);
}
#burger-line2.active {
	opacity:  0;
	transform: translate3d(-50%, -50%, 0) rotateZ(360deg);
}
#burger-line3.active {
	margin-top:  0px;
	transform: translate3d(-50%, -50%, 0) rotateZ(-495deg);
}

#max-nav-menu {
	position: absolute;
	width: 100%;
	height: calc(100vh - 60px);
	background-color: rgba(0,0,0,0.8);
	top: 60px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: 0.45s ease-in-out;
	-webkit-transition: 0.45s ease-in-out;
}
#max-nav-menu.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
.mobile-header-nav {
	    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.mobile-header-nav ul {
	padding:  0;
	margin:  0;
	list-style: none;
	font-size: 30px;
}
.mobile-header-nav a {
	color:  #fff!important;
	transition: 0.3s;
}
.mobile-header-nav a:hover {
	opacity:  0.7;
}


#header-sticky {
	position: fixed;
	top: 0;
	height:  40px;
	z-index: 99;
	width:  100%;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transition: 0.3s;
	-webkit-transition:  0.3s;
}
#header-sticky.active {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.sticky-header-logo {
	position: absolute;
	left:  15px;
	top:  50%;
	transform: translateY(-50%);
	height:  20px;
}
.sticky-header-logo img {
	height:  20px;
	    vertical-align: top;
}
.sticky-header-nav {
	position: absolute;
	top:  50%;
	left:  50%;
	transform: translate3d(-50%, -50%, 0);
}
.sticky-header-nav ul {margin: 0!important;}


/* Footer */

footer {
	background-color: #000;
	color:  #fff;
	padding: 30px 0 0;
	margin-top:  30px;
}
footer a {
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
footer a:hover {
	opacity:  0.8;
}
.footer-logo {
	height:  30px;
}

.footer-legals {
	font-size: 0.7em;
	margin-top: 15px;
}
.footer-margin {
	margin-bottom:30px;
}


/* NAV */
.menu {
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 3px;
}

.arrow-container {
	width:  100%;
	padding:  8px 0;
	text-align: center;
	display: none;
}
.down-arrow {
	background-size: 100%;
	background-repeat: no-repeat;
	width:  24px;
	height:  24px;
	margin:  0 auto;
	transition: 0.3s;
}

.module-container {

}
.module-container h2 {
	margin-bottom: 50px;
}
.module-content {
	text-align: left;
}
.center-module {
	text-align: center;
}
.divide-image {
	margin-bottom: 60px;
}
.divide-image-below {
	margin-top: 60px;
}

#home-contact #contact-section .divide-row {
	display: none;
}

.device-margin-top {
	margin-top: 40px;
}
.section-box {
		text-align: center;
	}
.section-box p {
	text-align: left;
}

/* Blurb */

.blurb-section h2 {
	color:  #000;
	text-align: center;
	margin:  22px 0 0!important;
}

/* client section */

.client-logo {
	margin-bottom:  30px;
}
.client-logo img {
	width: 100%;
}


/* contact section */

.details-paragraph {

}
.details-paragraph a {
	color:  #000!important;
}



/* Menu section */

.menu-button {
	cursor: pointer;
/*	text-transform: uppercase;*/
	font-family: 'Bebas Neue', sans-serif!important;
	font-size: 14px;
	padding:  5px;
}
.custom-menu-blurb h1 {
	line-height: 1em!important;
	letter-spacing: 3px;
	font-weight: 400px!important;
	font-size: 2.3em;
	text-align: center;
	margin-bottom: 60px!important;
	font-family: 'Bebas Neue', sans-serif!important;
}
.custom-menu-para h2 {
	font-family: 'DM Mono', monospace!important;
	text-decoration: underline;
	margin: 40px 0;
	font-size: 1.2rem;
}
.custom-menu-para p {
	line-height: 30px;
	    font-size: 0.9rem;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
    letter-spacing: -1px;
}
.menu-main-page-inner {
	text-align: center;
}

.menu-main-page-inner .menu-button {
	display: inline-block;
}


/* Carousel */ 

#custom-carousel {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: calc(70vh);
	overflow: hidden;
}
#custom-carousel-under {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
}
#custom-carousel-inner {
	position: absolute;
	background-color: #000;
	top:0;
	left:0;
	height: 100%;
	transition: 0.6s ease-in-out;
}
.custom-carousel-section {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
  	align-items: center;
}
.custom-carousel-section-inner {
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
.custom-carousel-overlay {
	position: absolute;width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.custom-carousel-box {
	background-color: rgba(0,0,0,0.5);
	padding: 25px;
	margin-top: 50px;
	width: 90%;
	left: 5%;
	z-index: 2;
	position: relative;
}
.custom-carousel-box h2 {

	padding: 0!important;
	margin-bottom: 20px;
	font-weight: normal;
}
.custom-carousel-box p,
.custom-carousel-box span {
	color: #ffffff;
}
.custom-carousel-line{
	width: 25px;
	margin: 0 5px 3px 0!important;
	border-width: 2px;
	height:2px;
	border-color: #fff;
	display: inline-block;
}
.custom-carousel-button {
	width:  28px; 
	height:  56px;
	position: absolute;
	top: 50%;
	background-color: rgba(255,255,255, 1);
	transition: 0.3s;
	-webkit-transition:  0.3s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
  z-index: 10;
}
.custom-carousel-button:hover {
	background-color: rgba(255,255,255, 0.6);
}
.custom-carousel-button:active {
	height:  36px;
}

#custom-carousel-back {
	left: 0px;
/*	border-top:  1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom:  1px solid #000000;*/
}
#custom-carousel-forward {
	right: 0px;
/*	border-top:  1px solid #000000;
	border-left:  1px solid #000000;
	border-bottom:  1px solid #000000;*/
}
.custom-carousel-arrow {
	width: 100%;
	top: 0;
	height:  100%;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#custom-carousel-forward .custom-carousel-arrow {
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#custom-carousel-back .custom-carousel-arrow {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}




@media (min-width: 768px) {  
   .isDevice {
		display: none!important;
	}
	.isDesktop {
		display: block!important;
	}
	.isDesktopColumn {
		display: flex!important;
	}
	.device-margin-top {
		margin-top: 0;
	}
	section {
		padding: 60px 0;
	}
	.divide-image {
		margin-bottom: 120px;
	}
	.divide-image-below {
		margin-top: 120px;
	}
	#home-contact #contact-section .divide-row {
		display: block;
	}
	#masthead {
		position: relative;
		height:  100px;
		box-shadow: none;
	}
	#content {
		margin-top: 0;
	}
	.header-logo {
		height: 40px;
	}
	.sticky-header-logo {
		height:  20px;
	}
	.section-box {
		text-align: left;
	}
	.arrow-container {
		display: block;
		padding:  14px 0;
	}
	.down-arrow {
		width:  32px;
		height:  32px;
	}
	.blurb-section h2 {
		margin: 32px 0 0!important;
	}
	footer {
		padding: 60px 0 0;
		margin-top:  60px;
	}
	.footer-logo {
		height:  40px;
	}	
	#custom-carousel {
		height: calc(100vh - 160px);
	}
	h2 {
		margin-bottom: 30px!important;
	}
}



.mobile-social-menu-container {
	width: 100%;
	text-align: center;
	padding: 0;
}
.mobile-social-menu-container ul {
	padding: 0;
}
.mobile-social-menu-container li,
.social-menu-container li,
.top-menu-container li,
.sticky-menu-container li {
	display: inline;
}
.mobile-social-menu-container li {
	margin: 0 8px;
}


.top-menu-container li {
	margin-right: 30px;
	font-weight: 400;
	font-size: 16px;
}
.top-menu-container {
	margin-top: 10px;
}
.top-menu-container  ul {
	padding-left: 0;
	color: #fff;
}
.top-menu-container a {
	color: #fff;
}

.top-menu-container a:hover {
	color: #000;
}
.top-menu-container {
	font-size: 20px;
}
.wkm-solid .top-menu-container  ul {
	padding-left: 0;
	color: #000;
}
.wkm-solid .top-menu-container a {
	color: #fff;
}
.wkm-header-bottom-dark .top-menu-container a {
	color: #000;
}
.top-menu-container a:hover {
	color: #ff5c01;
}

.sticky-menu-container {

}
.sticky-menu-container  ul {
	padding-left: 0;
	list-style: none;
	color: #000000;
	margin: 0;
}
.sticky-menu-container li {
	margin-left: 30px;
	font-weight: 700;
	font-size: 14px;
}
.sticky-menu-container a {
	color: #000;
}
.sticky-menu-container a:hover {
	color: #ff5c01;
}
.sticky-menu-container-phone {
	font-size: 20px;
}
.sticky-menu-container-phone a {
	color:#000000;
}
.sticky-menu-container-phone a:hover {
	color:#ff5c01;
}


.mobile-menu-container ul {
	padding: 0;
	width:100%;
	list-style: none;
	border-top: 1px solid rgba(255,92,1,0.4);
}
.mobile-menu-container li {
	width: 100%;
	padding: 1rem;
	background-color: rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(255,92,1,0.4);
	color: #fff;
}
.mobile-menu-container li a {
	color: #fff;
}
.sticky-menu-container,
.social-menu-container {
	height: 100%;
	text-align: right;
	display: flex;
  	align-items: center;
  	justify-content: flex-end;
}
.social-menu-container ul {
	margin-bottom: 0;
	padding: 0;
}
.social-menu-container .social-icon {
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 24px;
}
.mobile-social-menu-container .social-icon:hover,
.social-menu-container .social-icon:hover {
	color:#ff5c01;
}
.social-menu-container li {
	margin-left: 12px;
}

.mobile-social-menu-container  .social-icon {
	font-size: 24px;
	color: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.footer-social-menu-container ul {
	list-style: none;
}
.footer-social-menu-container li {
	display: inline;
	margin-right: 10px;
}
.footer-social-menu-container .social-icon {
	color: #000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 24px;
}
.footer-social-menu-container .social-icon:hover {
	color:#ff5c01;
}

.footer-menu-container {
	margin:  30px 0;
}
.footer-menu-container ul {
	list-style: none;
}

.trust-logo {
	width: 100%;
	max-width: 180px;
}

.col-pad-left, .col-pad-right {
	padding: 0;
}

/* END BLOG */

@media (min-width: 768px) {
	#wkm-header-sticky,
	#wkm-header {
		display: block;
	}
	#wkm-header-mobile {
		display: none;
	}
	.wkm-header-top {
		height: 87px;
		padding: 10px 0;
	}
	.we-know-mortgages-header-logo {
		height: 67px;
	}
	.we-know-mortgages-footer-logo {
		height: 90px;
	}
	.footer-margin {
		margin-bottom:0px;
	}
	.tablet {
		display: block
	}

	.col-pad-left {
		padding-left: 32px;
	} 
	.col-pad-right {
		padding-right: 32px;
	}

}

@media (min-width: 992px) {

}






/* FOOTER RECENT */

.footer-recent-posts h2 {
	text-align: center;
	margin: 0 0 30px;
}

.footer-recent-post {
	margin-bottom: 20px;
}
.footer-recent-post h4 {
	color: #000000;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 1rem;
}
.footer-recent-post:hover > .row {
	opacity: 0;
}
.footer-recent-post:hover > .footer-recent-post h4 {
	opacity: 0.6;
}
.footer-recent-post-image {
	background-color: #ff5c01;
	  width: 100%;
	  padding-top: 100%; /* 1:1 Aspect Ratio */
	  position: relative; 
}
.footer-recent-post-image-inner {
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	background-size: cover;
	background-position: center;
}
/*#custom-page-header h1 {
    font-family: Lato;
    font-size: 2.6em;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3em;
    text-transform: none;
    color: #ffffff;
}*/



