/*  
Theme Name: Mortgage Monkey
Theme URI: http://www.mortgagemonkey.com
Description: Created by Simple Brand
Version: 1.0
Author: Todd Hiestand
Author URI: http://www.simplebrand.org
*/

/* TYPOGRAPHY AND TEXT STYLES */

body {
	font-family: 'Rubik', sans-serif;
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 155%;
	margin: 0;
}

.smalltext {
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

p {
	margin: .7em 0;
}

p.centered {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .7em 0;
	line-height: 1.3;
}

h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size:	1em; }

ol,ul {margin: 0px;}

.article li {margin: 10px 30px;}

ol {list-style-type: decimal;}

a {
	text-decoration: none;
	color: #26aae1;
	position: relative;
}

a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0EBFE9;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a:hover:after { 
  width: 100%; 
  left: 0; 
}

.pushy a:after {
	background: none;
}

strong {font-weight: bold;}
i, em {font-style: italic;}

.ss-icon {vertical-align: middle;}

iframe {max-width: 100%;}

a.button, input.button, input[type="submit"], button { 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	border: 2px solid #fcf950 ;
	background: #fcf950;
	padding: 14px 40px; 
	color: #222; 
	font-weight: 400;
	font-size: 16px; 
	text-transform: uppercase; 
	position: relative; 
	top: 0; 
	left: 0; 
	vertical-align: middle; 
	margin: 0; 
	line-height: 100%; 
	cursor: pointer; 
	width: auto; 
	overflow: visible; 
	text-decoration: none; 
	vertical-align: middle; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	display: inline-block; 
	line-height: 100%; 
	zoom: 1; 
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out; 
	-ms-transition: background 0.3s ease-in-out; 
	-o-transition: background 0.3s ease-in-out; 
	transition: background 0.3s ease-in-out; 
}

a.button.ghost {
	background: none;
	border: 2px solid #0EBFE9;
	color: #0EBFE9;
}

a.button.ghost:hover {
	background: #fcf950;
	border: 2px solid #fcf950;
	color: #fff;
}

a.button:hover,
button:hover {
	background: #0EBFE9;
	border: 2px solid #0EBFE9;
}

a.button.large {
	padding: 20px 50px;
	font-size: 1.4em;
}

a.button.large {
	padding: 25px 60px;
	font-size: 1.4em;
}

a.button.medium {
	padding: 20px 40px;
	font-size: 1.2em;
}

a.button.small {
	padding: 10px 30px;
	font-size: .9em;
}

a.button:after {
	background: none;
}

.pin {
  width: 100%;
  z-index: 9999;
  position: relative;
}

.sticky {
  position: fixed !important;
  background: #fff;
  transition: all 2s ease-in-out;
}

hr {
	margin: 40px auto;
	width: 100%;
	background-color: #cccc;
  border: 0 none;
  color: #ccc;
  height: 2px;
}

a.about.button {
	margin-right: 20px;
}

a.started.button {
	margin-left: 20px;
}


/* LOGO */

.siteid h1 {
	margin: 10px 0;
  width: 300px;
  height: 92px;
  padding: 0px 0;
  transition: all .2s ease-in-out;
}

.siteid	h1 a {
	display: block;
  width: 300px;
  height: 92px;
	background: url(./images/logo-fc.png) no-repeat;    
	background-size: contain;
	text-indent: 119%;
  white-space: nowrap;
  overflow: hidden;
   transition: all .2s ease-in-out;
}

.siteid h1 a:after {
	background: none;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.sticky .siteid h1 {
	margin: 10px 0;
  width: 225px;
  height: 84px;
  padding: 0px 0;
  transform: scale(.9);
}

.sticky .siteid	h1 a { 
	background: url(./images/logo-fc.png) no-repeat;    
	display: block;
  width: 225px;
  height: 84px;
	background-size: contain;
	text-indent: 119%;
  white-space: nowrap;
  overflow: hidden;
  transform: scale(.9);
}

/* HEADER STYLES */

.page-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed;
	position: relative;
	height: 80vh;
}

.page-header:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(38, 170, 225, .5);
}

.page-header h1 {
	text-align: center;
}

.header-content {	
 z-index: 999;
 position: absolute;
 bottom: 44%;
 left: 50%;
 transform: translateX(-51%) translateY(50%);
 display: block;
 width: 60%;
}

.header-content {
	margin: 0;
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 0px;
}

.header-content h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.header-content h2 {
	font-size: 3em;
	line-height: 1.1;
	text-transform: capitalize;
	margin-top: 0;
}

.video-header {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.video-header:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(38, 170, 225, .3);
}

.video-header video { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

#videocontent {
	z-index: 999;
	position: absolute;
  bottom: 45%;
  left: 46%;
  transform: translateX(-45%) translateY(45%);
  font-size: 1em;
  display: block;
  opacity: .9;
  line-height: 100%;
  width: 75%;
}

#videocontent p ,
#videocontent h1{
  color: #fff;
	font-size: 4.4em;
	margin-top: 0;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
}

#videocontent a.button {
	font-size: 14px;
}

.simple-header  {
	padding: 40px 0;
}

.faq-header {
	background: #fff;
	color: #333;
}

.clean-header {
	background: #31aae1;
}

.clean-header.sticky {background: #fff;}

h1.faq-title {
	padding-top: 30px;
}

.page-template-page-faqs h2 {
	margin-top: 10px;
}

.related ul {
	padding: 0 0 0 18px;
}

.related ul li {
	padding: 5px 0;
}


/* Body Formatting  */

.custom-contact-box > .container {
	background: #f0f0f0;
	padding-top: 20px;
}

.allcaps{
	text-transform: uppercase;
}

.intro {
	font-size: 1.2em;
}

p.section-title {
	font-size: 2.2em;
	text-align: center;
	font-weight: 700;
	line-height: 1.3em;
}

/* Footer Styles */

.baseline {
	background: #e0e0e0;
	padding-bottom: 40px;
}

.baseline p,
.baseline h4 {
	color: #333;
}

.fineprint {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.1;
}


i.contact-item {
	color: #26aae1;
	font-size: 2em;
}

ul.social {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

ul.social li {
	margin:0 10px 0 0 ;
	padding:0;
	display: inline-block;
	font-size: 2.6em;
}

.contactrow p {
	margin:0;
}

.contactrow > div {
	margin-top: 20px;
}


/* STYLES FOR ODD AND INTERESTING THINGS */ 


#accordion h3 {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	padding: 20px 0;
	margin:0;
	cursor: pointer;
	color: #31aae1;
	font-size: 1em;
}

#accordion h3:before {
	content: "\f0da";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: "Font Awesome 5 Pro";
	color: #ccc;
	padding: 5px 10px;
 }

#accordion h3.ui-state-active:before {
	content: "\f0d7";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: "Font Awesome 5 Pro";
	color: #ccc;
	padding: 5px 10px;	
}

.accordion-section {
	padding: 20px 50px;
}

#accordion h3:-moz-any-link:focus { outline: none; }
#accordion h3:focus {outline: none; }
#accordion h3:active {outline: none; font-weight:bold;}

input {
	padding: 20px;
	font-size: 18px;
}

textarea {
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 18px;
}

/* IMAGE STYLES */

img {
	max-width: 100%;
	height: auto;
	display: block;
}

img.scaleme:hover {
	transition: all .2s ease-out;
	transition: all .2s ease-in;
	 transform: scale(1.1);
}

img.sectionicon {
	margin:0 auto;
}

/* WordPress Core Styles */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
    font-style: italic;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

