/* General */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

p {
  text-align: justify;
}

.error {
  text-align: center;
  color: red;
  font-size: 14px;
  font-weight: 700;
  clear: both;
}

.slide-header {
  margin-bottom: 1.5em;
}

header {
  margin-bottom: 1em;
}

section {
  /*margin-bottom: 3em;*/
}

.title-area h1,
.title-area h2,
.title-area h3 {
  font-weight: 700;
}

.loan-details-title {
  background: white !important;
  color: black !important;
  margin-top: 5em !important;
}

.loan-details-title h2 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.5em;
  color: white;
}

.title-area hr {
  border-bottom: 4px solid #ccc !important;
}

.navbar-nav {
  margin-top: -3em;
}  

/* for multi level menus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* to show the arrow */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-toggle a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-menu .dropdown .dropdown-toggle {
  padding-left: 1.5em;
  color: black !important;
}    

.dropdown-menu .dropdown .dropdown-menu {
  margin-top: -1.6em;
  left: 11em;
}
/* for multi level menus */

/*li.dropdown:hover > .dropdown-menu {
    display: block;
}*/

/*ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}*/

.radio {
  padding: 0 !important;
}

.friends-family {
  padding: 0 !important;
}


.home-body {
  background-image: url(../img/bg-blue.jpg);
  /*background-repeat: no-repeat;*/
  background-size: cover;
  color: white;
  -webkit-animation: slide 20s linear infinite;
  repeat: 0 0;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}

.text h1 {
  font-family: 'Times New Roman' !important;
}

.text .btns {
  width: 100%;
  text-align: right;
}

.orange-btn {
  /*background-color: #ee5a19;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0533f+0,be1e2d+100 */
  background: rgb(240,83,63); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(240,83,63,1) 0%, rgba(190,30,45,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0533f', endColorstr='#be1e2d',GradientType=0 ); /* IE6-9 */
  color: white;
  text-transform: uppercase;
  border: 0;
  min-width: 180px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0.5em;
}

.image {
  text-align: center;
}

.image img {
  /*max-width: 300px;*/
  height: 400px;
}

.mobile-text {
  display: none;
}
/* General */

/* Header */
.social {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  position: absolute;
  right: 20px;                                                                   
  z-index: 9999;
}

.social li {
  margin-right: 1em;
}

.social li a {
  color: #ccc;
}

.call-to {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#874888+0,5b3372+100 */
  /*background: rgb(135,72,136); 
  background: -moz-linear-gradient(top,  rgba(135,72,136,1) 0%, rgba(91,51,114,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(135,72,136,1) 0%,rgba(91,51,114,1) 100%);
  background: linear-gradient(to bottom,  rgba(135,72,136,1) 0%,rgba(91,51,114,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874888', endColorstr='#5b3372',GradientType=0 ); 
  color: white;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;*/
  width: 260px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0.5em;  
  /*padding: 0.5em;*/
  margin-top: -0.3em;  
}

.call-to img {
  width: 200px;
  height: 27px;
}

.call-to a {
  color: white !important;
  text-decoration: none;
}

.call-to a:hover {
  text-decoration: none;
}

.funnel-contact-btn img {
  width: 300px;
  height: 40px;
}
/* Header */

/* Hero */
.hero {
  text-align: center;
  margin-top: 10%;      
}

.hero h1 {
  font-weight: 700;
}

.hero .logo {
  margin-bottom: 6em;
}

.hero .row {
  margin-bottom: 1em;
}

.hero .home-btns {
  margin-top: 2em;
  margin-bottom: 3em;
}

.hero .home-btns .col-md-3 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.hero .home-btns button {
  /*background-color: #ee5a19;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0533f+0,be1e2d+100 */
  background: rgb(240,83,63); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(240,83,63,1) 0%, rgba(190,30,45,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(240,83,63,1) 0%,rgba(190,30,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0533f', endColorstr='#be1e2d',GradientType=0 ); /* IE6-9 */ 
  color: white;
  text-transform: uppercase;
  border: 0;
  min-width: 250px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0.5em;
}
/* Hero */

/* Blog */
.blog-title {
  width: 100%;
  background-color: #f3f4f6;
  text-align: center;
  padding: 0.5em;
}

.blog {
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog-title h1 {
  font-weight: 700 !important;
  font-size: 26px;
}

.blog-item {
  text-align: center;
}

.blog-item h3 {
  font-family: 'Myriad Pro';
  font-weight: 700;
  margin-bottom: 0em;
  font-size: 16px;
}

.supporting {
  font-size: 18px;
}
/* Blog */

/* Footer */
footer {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  font-weight: 700;
}

.home-footer {
  position: fixed !important;
  bottom: 0;
}

.blue {
  /*position: relative !important;*/
  background-color: #0c4b8e;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}

.blue .col-md-6:first-child {
  text-align: left !important;
}

.footer-social {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.footer-social li {
  background-color: white;
  color: #0c4b8e;
  width: 40px;
  height: 40px;
  border-radius: 40px; 
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-right: 1em;
}

.footer-social li a {
  font-size: 25px;
  color: #0c4b8e; 
}

.footer-menu {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu li {
  margin-right: 1em;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu li a {
  color: white;
  text-decoration: none;
}

.sub-footer {
  margin-top: -1em;
}

.sub-footer li a {
  font-weight: normal !important;
  font-style: italic;
}

.trust-logos {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-logos li {
  margin-right: 1em;
  justify-content: middle;
}

.trust-logos li:last-child {
  marign-right: 0;
}

.trust-logos img {
  /*height: 80px;*/
}

.blue .col-md-12 ul,
.blue .col-md-12 p {
  margin-bottom: 2.5em;
}
/* Footer */

/* Navbar */
.navbar {
  z-index: 1;
}
/* Navbar */

/* Progress bar */
.progress-bar-new {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-bottom: -1.3em;
}

.progress-bar-new li.progress-items {
  background-color: white;
  border: 2px solid #b1b2b5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 20px;
  height: 20px;
  z-index: 9999;
}

.progress-bar-new li.progress-spacers {
  background-color: #b1b2b5;
  border: 2px solid #b1b2b5;
  width: 15px;
  height: 2px;
  margin-top: 0.5em;
  margin-left: -0.1em;
  margin-right: -0.1em;
  z-index: 1;
}

.progress-percentage {
  text-align: center;
  font-size: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
  color: #124a8f;
}

.form-body {
  text-align: center;
}

.form-body input[type="text"] {
  width: 40%;
  border: 3px solid black;
  padding: 0.5em;
}

.form-body input[type="checkbox"] {
  margin-top: 0.4em;
  margin-right: 0.8em;  
}

.info-2 {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.info-2 > div {
  width: 150px;
}

.info-2 > div:first-child {
  text-align: left;
}

/* Progress bar */

/* responsive table matrix */
/* 
Generic Styling, for Desktops/Laptops 
*/
#table-matrix {
  width: 100%;
  border-collapse: collapse;
}

.cash-out-comparison {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}

.btn-container .get-started {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
}

.btn-container img {
  width: 220px;
  height: 60px;
}


/* Zebra striping */
#table-matrix tbody tr:nth-of-type(odd) {
  background: #eee;
}

#table-matrix tbody tr:nth-of-type(even) {
  background: #d1d3d4;
}

#table-matrix th {
  background: #333;
  color: white;
  /*font-weight: bold;*/
  font-weight: 900;
  font-family: sans-serif;
}

#table-matrix th.spacer {
  
}

#table-matrix tbody td:first-child {
  text-align: left;
  font-weight: 900;
  font-size: 13px !important;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #333 !important; 
}

#table-matrix td {
  padding: 0.6em;
  /*border: 1px solid #ccc;*/
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

#table-matrix td:nth-child(n+2) {
  line-height: 14px;
}

#table-matrix th {
  padding: 1em;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}

#table-matrix th:first-child {
  background: transparent;
  font-weight: bold;
}

#table-matrix tbody tr:last-child td {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#table-matrix .titles {
  /*width: 15%;*/
  width: 13%;
  height: 100px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

#table-matrix .titles2 {
  width: 12% !important;
  height: 100px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.cm {
  background: #3a2215 !important;
}

.fha {
  background: #056667 !important;
}

.va {
  background: #0f4a8d !important;
}

.usda {
  background: #262161 !important;
}

.non {
  background: #864886 !important;
}

.jumbo {
  background: #649274 !important;
}

.cash-out {
  background: #a97b50 !important;
}

.leg {
  /*background: white !important;
  border: 0 !important;*/
  color: #2b3890 !important;
  font-weight: 900;
  font-family: sans-serif;
  text-align: right !important;
  width: 11%;
}

#table-matrix .spacer {
  background: white !important;
}

#table-matrix small {
  font-size: 10px;
}  

.btn-container {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.get-started {
  background: #ee523e;
  color: white;
  padding: 0.5em 2em 0.5em 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 900;
}

.get-started:hover {
  text-decoration: none;
  color: white;
}

.compare-mobile {
  width: 100%;
  display: none;
}

.compare-mobile td {
  padding: 1em;
  font-size: 20px;
  border: 1px solid #ccc;
}

.compare-mobile tr td:first-child {
  width: 0%;
}

.compare-mobile tr td:last-child {
  width: 50%;
}

/*.fico {
  font-size: 30px;
  font-weight: bold;
}*/

#table-matrix .last {
  font-size: 15px;
  line-height: 20px !important;
}

.single-matrix {
  font-size: 22px !important;
}

.birdeye-date { font-weight: 700; }
.birdeye-date img { width: auto !important; vertical-align: -3em; }
.birdeye { color: #134b8f; }
.birdeye-date span:nth-child(2) { background: #134b8f; padding: 0.2em 0.8em 0.2em 0.8em; color: white; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.birdeye-content { line-height: 1.6em; }
.birdeye-hr { border-bottom: 1px solid black; }
.review-summary { background: #f2f2f2; padding: 1em; }                                                 
.review-summary table tr td h1 { font-size: 70px; }
.review-form { display: none; }
.review-buttons { text-align: center !important; }

.action-btn {
  background: #ee5a19;
  border: 0px;
  color: white;
  text-shadow: 2px 2px 5px rgba(202, 74, 18, 1);
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);
  -moz-box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);
  box-shadow: 1px 5px 0px 0px rgba(202,74,18,1);    
}

.review-set-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.review-set-btns a {
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.review-set-btns a:nth-child(2) {
  margin-top: 0.8em;
}

.review-set-btns a:last-child {
  margin-right: 0 !important;
}

/* sales funnel */
.funnel-sections {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.step1 {
  display: block;
}

.next, 
.back {
  cursor: pointer;
}

.progress-bar-new li.progress-items:first-child {
  border: 3px solid #124a8f;
  background-color: white; 
}

.thank-you-text {
  font-size: 25px;
}
/* sales funnel */

/* page title */
.title-area {
  background: #134b8f;
  color: white;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.title-area .container .row p:nth-child(1) {
  font-size: 20px;
}

.contact-btn {
  background-image: url(https://texaslending.com/wp-content/uploads/2019/07/CTA.Buttons_Submit.png);
  background-size: cover;
  color: transparent;
  border: 0;
  background-color: transparent;
  width: 200px;
  height: 57px;  
}

.wpcf7-textarea {
  height: 90px !important;
}

/* about us */
.about-img {
  float: right;
  padding-left: 3em; 
}

/*.about-para {
  float: left; 
  width: 50%;
  padding-right: 3em; 
}*/

.mobile-about-img {
  display: none;
}
/* about us */

/* general blog list */
.blog-list img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-list h1,
.blog-list h1 a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
  color: #134b8f;
}

.posted-on a {
  color: #134b8f;
}

.list-content {
  font-family: 'Open Sans', sans-serif;
}

.list-content a {
  font-weight: bold;
  color: #134b8f;
}

.blog-post {
  border-bottom: 1px solid #ccc;
  padding: 40px 0px 30px 0px;
}

.pull-right a {
  font-size: 20px;
  font-weight: bold;
  color: #134b8f;
}

.blog-list-newsletter {
  margin-top: 80px;
}

.blog-list-newsletter h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

.wordpress-tools h1 {
  font-size: 30px;
  color: #134b8f;
  font-weight: bold;
}

.blog-search-btn {
  border: 0;
  background: transparent;
  padding-top: 0;
}
/* general blog list */

/* general blog post side bar */
.stylish-input-group .input-group-addon{
  background: white !important; 
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.stylish-input-group button{
  border:0;
  background:transparent;
}

.cat-select {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.wordpress-tools h1 {
  font-size: 30px;
  color: #134b8f;
  font-weight: bold;
}

.side-current-rates-blog {
  background: #e4e4e4;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  color: black;
  padding: 10px 0px 10px 0px;
}

.side-current-rates-blog .container .row {
  padding: 20px 0px 50px 0px;
}

.side-current-rates-blog h1 {
  font-size: 30px; 
  font-weight: bold;
}

.side-current-rates-blog > .container > .row > div {
  font-size: 16px;
  
}

.side-current-rates-blog > .container > .row > div:nth-child(2) {
  margin-bottom: 20px;
}

.side-current-rates-blog ul {
  list-style-type: none;
  padding: 0px 10px 0px 10px;
}

.side-current-rates-blog ul li {
  width: 50%;
  /*background: url(../images/ratesbghori.png) bottom center no-repeat;*/
  padding: 10px 0px 0px 0px;
  float: left;
}

.side-current-rates-blog ul li:nth-child(5) {
  background: none;
  margin-bottom: 20px;
}

.side-current-rates-blog ul li div span {
  color: #225293;
}

.side-current-rates-blog ul li div:nth-child(1) {
  font-size: 15px;
  margin-bottom: 10px;
  /*line-height: 15px;*/
  text-align: center;
}

.side-current-rates-blog ul li > div:nth-child(2) {
  /*margin-left: 38px;*/
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div,
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div {
  float: left;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(1),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(1) {
  text-align: right;
  font-weight: bold;
  line-height: 15px;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(1) span:nth-child(3),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(1) span:nth-child(3) {
  color: #717171;
  font-size: 15px;
}

.side-current-rates-blog ul li .rate-values-blog div:nth-child(1) div:nth-child(2),
.side-current-rates-blog ul li .rate-values-blog div:nth-child(2) div:nth-child(2) {
  font-size: 35px;
  font-weight: bold;
  color: #717171;
  margin-top: -0.28em;
}

.last-rates {
  width: 100% !important;
  clear: both !important;
  background: url(../images/ratesbghori.png) top center no-repeat !important;
}

.rates-divider {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.side-current-rates-blog a {
  font-weight: bold;
  text-decoration: none;
  color: #225293;
  font-size: 15px;
}

.rate-values-blog {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
}

.blog-testi {
  border: 1px solid #ccc;
  padding: 0px 30px 0px 30px;
}

.blog-content {
 font-family: 'Open Sans', sans-serif;
 color: black;
}

.blog-content .row {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

.blog-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #134b8f;
}

.blog-content > p:nth-child(3) > img {
  width: 100%;
  padding: 0px 0px 25px 0px;
}

.blog-date, .blog-social {
  /*padding: 20px 0px 20px 0px;*/
}

.blog-social {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

.blog-social a {
  color: #134b8f;
  font-size: 20px;
}

.blog-inner-content {
  line-height: 25px;
}

.blog-inner-content h1 {
  font-size: 30px;
  font-weight: normal;
  color: black;
  padding: 20px 0px 20px 0px;
}

.blog-newsletter {
  background: #f6f6f6;
  padding: 20px 30px 20px 30px;
  text-align: center;
}

.blog-newsletter h1 {
  font-weight: normal;
  font-size: 30px;
}

.blog-newsletter input[type="email"] {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  width: 100%;
  padding: 20px;
}

.blog-newsletter button {
  width: 100%;
  padding: 5px !important;
}

.blog-newsletter .clearfix {
  padding: 30px;
}

.recommendations {
  padding: 0px 0px 50px 0px;
}

.recommendations h1 {
  font-size: 30px;
  font-weight: bold;
  color: #134b8f;
  padding: 0px 0px 20px 0px;
}

.recommendatations-posts {
  font-weight: bold;
  font-size: 17px;
  color: black;
}

.recommendatations-posts img {
  width: 100%;
}

.recommendatations-posts span {
  font-weight: normal;
  font-size: 14px;
}
/* general blog post side bar */

/* loan officer page */
.loan-officer-header {
  padding-top: 1em;                                                       
}

.officer-header div:nth-child(2) {
  /*border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  padding-top: 0.8em;
}

.officer-header div:nth-child(3) {
  /*border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  padding-top: 0.8em;
}

.loan-officer-bg {
  background-image: url(../images/loanofficer/house.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.officer-phone,
.officer-nmls {
  color: #134b8f;
  margin-top: 8px;
  display: none;
}

.officer-phone {
  float: left;
}

.officer-nmls {
  float: right;
}

.officer-name {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.officer-title {
  font-size: 20px;
}

.loan-officer-info {
  background: white;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.loan-officer-info img {
  margin-left: auto;
  margin-right: auto;
}

.loan-officer-bg .row {
  padding: 50px;
}

.loan-officer-content h1 {
  color: #134b8f;
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.loan-officer-content p {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  padding-bottom: 20px; 
}

.loan-officer-content p b {
  color: #134b8f;
}

.officer-form-container {
  padding-top: 30px;
}

.loan-officer-form {
  background: #f6f6f6;
  padding: 30px;
  text-align: center;
}

.loan-officer-form h1 {
  font-size: 20px;
  color: #134b8f;  
  font-weight: bold;
}

.loan-officer-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.clear-padd {
  padding-right: 5px;
  padding-left: 5px;
}

.clear-first {
  padding-left: 0px;
}

.clear-last {
  padding-right: 0px;
}

.phone-1 {
  width: 95%;
  display: inline;
}

.apply-now {
  padding: 5px 40px 5px 40px;
  font-size: 15px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.form-select {
  font-size: 13px !important;
  padding: 0px !important; 
}


.officer {
  display: flex;
}

.officer .pic {
  width: 30%;
  padding-right: 1em;
}

.officer .details {
  width: 70%;
}

.officer .details img {
  width: 30px;
  height: 30px;
}

.officer .details h4 {
  font-weight: 900;
  font-size: 30px;
}

.officer .details h5 {
  font-size: 17px;
  margin-bottom: 0.3em;
  margin-top: -0.2em;
}

.officer .details .contact {
  margin-top: 1.1em;
  font-weight: 700;
  font-size: 18px;
}

.officer .details .contact p {
  margin-bottom: 0.4em;
}

.officer .details .contact a {
  color: black;
}

.about-me {
  margin-top: 2em;
}

.about-me h2 {
  margin-bottom: 1em;
}

.about-me p {
  text-align: left !important;
  padding-right: 3em;
}

.officer-form {
  background: #e2e3e4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 1em 2em 1em 2em;
}

.officer-form h2 {
  color: #134b8f;
  text-align: center;
  font-weight: 700;
  padding-top: 0.1em;
}

.officer-form h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0.8em;
}

.form-grouping {
  display: flex;
  margin-bottom: 0.7em;
}

.form-grouping label {
  width: 30%;
  font-size: 15px;
  margin-top: 0.3em;
}

.form-grouping input,
.form-grouping select {
  width: 70%;
  border: 2px solid black;
}

.last-grouping {              
  display: block;
}

.last-grouping label {
  width: 100%;
}

.last-grouping select {
  padding: 0.2em;
  float: right;
}

.i-agree {
  text-align: center;
  clear: both;
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 15px;
}

.get-started-container {
  text-align: center; 
  /*padding-top: 1.5em;*/
  padding-bottom: 0.5em;  
}

.get-started-container img {
  width: 200px;       
  height: 60px; 
}

.success-msg {
  display: none;
}

.success-msg p {
  font-size: 25px;
  font-weight: 500;
}

.success-msg p:nth-child(2) {
  margin-bottom: 0;
}

.loan-application {
  padding: 1em 2em 0.2em 2em;
} 

.loan-application p {
  text-align: center;
}

.loan-application img {
  width: 203px;
  height: auto;
}
/* loan officer page */

/* contact form 7 overries */
div.wpcf7 .ajax-loader {
  display: block !important;
}
/* contact form 7 overries */

/* contact us page */
.contact-form .vc_col-sm-8 {
  padding-left: 3em;  
}

.contact-form .row > .col-md-6 {
  margin-bottom: 1em;
}
/* contact us page */

/* recommended section -blog */
.start-acting {
  margin-top: 5em;
}

.start-acting p {
  text-align: center !important;
}
/* recommended section -blog */

/* loan officer popup */
.popup {
  background: #e2e3e4;
  padding: 2em;
  width: 500px;
  position: fixed;
  top: 10em;
  left: 30%;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
  z-index: 9999;
  border-radius: 5px;
  -webkit-tborder-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid black;
}

.popup .form-group {
  text-align: left; 
}

div.popup > div:last-child {
  text-align: center; 
}

.popup a > img {
  width: 200px;
  height: 60px;
}

.popup .err-msg {
  color: red;
}
/* loan officer popup */

/* bootstrap overrides  */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.9) !important;
}
/* bootstrap overrides  */

/* slick carousel overrides */
.slick-next,
.slick-prev {
  position: absolute;
  font-size: 50px;
  top: 1em;
  border: 0;
  background-color: transparent;
  z-index: 9999;
}

.slick-next {
  right: 0;
}

.slick-initialized .slick-slide {
  padding-left: 2em;
  padding-right: 2em;
}
/* slick carousel overrides */

/* calculator form */
.loan-officer-frm div:last-child {
  text-align: center;
}

.entry-title {
  text-align: center;
}
/* calculator form */

/* call us - apply now button on header */
.callus-applynow {
  width: 100%;
  text-align: right;
  margin-top: -3em;
  padding-right: 1.4em;
  position: relative;
  z-index: 99999;
}

.callus-applynow > a:first-child > img {
  width: 250px;
}

.callus-applynow > a:last-child > img {
  width: 174px;
}
/* call us - apply now button on header */

/* va cointainer */
.va-container {
  width: 100%;
  background-image: url(https://www.texaslending.com/wp-content/uploads/2020/01/American-Flag-01.png);
  /*background-size: contain;*/
  background-size: 1000px;
  background-repeat: no-repeat;
}
/* va container */

/* media queries */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
  
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
  .va-container {
    /*background-position: 0 -25em;*/
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  body {
    padding-bottom:   10em;
  }
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .home-btns button {
    min-width: 100% !important;
    font-size: 17px !important;
  }
  
  .officer {
    /*flex-wrap: wrap;*/
  }
  
  /*.officer .pic,*/
  .officer .details {
    width: 100% !important;
    /*text-align: center;*/
  }
  
  .officer .pic {
    width: 68% !important;
  }
  
  .officer-header .col-md-6, 
  .officer-header .col-md-3 {
    text-align: center;
  }
  
  .officer-header .officer-phone,
  .officer-header .officer-nmls {
    float: none !important;
  }
  
  .officer-header div:nth-child(2),
  .officer-header div:nth-child(3) {
    border: 0 !important;
    padding-top: 0 !important;
  }
  
  .about-me p {
    padding-right: 0 !important;
  }  
  
  .blog-content h1 {
    text-align: center;
  }
  
  .blog-content .blog-date,
  .blog-content .blog-social {
    text-align: center !important;
  }
  
  .blog-item {
    margin-bottom: 2em !important;
  }
  
  .contact-form .vc_col-sm-8 {
    padding-left: 0 !important;  
  }  
  
  #the-check {
    width: 60px !important;
    height: 60px !important;
  }                
  
  .hide-this {
    display: none !important;
  }   
  
  .thank-you-image {
    margin-top: -3em;
    margin-bottom: -0.3em !important;
  }
  
  .thank-you-image img {
    width: 200px;
    height: 200px;
  }
  
  .sales-blog-title {
    font-size: 25px !important;
    margin-bottom: -1.1em !important;
  }
  
  .loan-details-title {
    margin-top: 0 !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  body {
    /*padding-bottom:   10em;*/
  }
  
  .hero .logo {
    margin-bottom: 2em !important;
  }
  
  .hero .offset-md-2 {
    margin-bottom: 1em;
  }
  
  .hero h1 {
    font-size: 30px !important;
  }
  
  .text {
    margin-top: 0 !important;
  }
  
  .mobile-text {
    display: block !important;
  }
  
  .desktop-text {
    display: none;
  }
  
  .blue {
    text-align: center !important;
  }
  
  /*footer {
    position: relative !important;
  }*/
  
  .home-footer {
    position: relative !important;
  }
  
  .footer-social {
    position: relative !important;
    justify-content: center;
    margin-top: 1em;
  }
  
  .navbar-light .navbar-toggler {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }
  
  .navbar {
    margin-top: 3em;
  }
  
  .hero .home-btns button {
    width: 100% !important;
  }
  
  .trust-logos li {
    /*width: 100%;*/
    margin-bottom: 2em !important;
    
  }
  
  .social li {
    margin-right: 0 !important;
  }
  
  .social li:nth-child(2),
  .social li:nth-child(3),
  .social li:nth-child(4) {
    display: none;
  }
  
  .social {
    position: relative !important;
    justify-content: center;
    right: 0 !important;
    margin-bottom: -2em;  
  }
  
  .image img {
    height: auto !important;
  }
  
  .hero-container-inner {
    margin-top: 5%;
    padding: 1em;
  }
  
  header {
    margin-bottom: 0 !important;
  }
  
  #navbarSupportedContent {
    margin-top: -3em;
  }
  
  .compare-mobile {
    display: block !important;
  }
  
  #table-matrix {
    display: none;
  }
  
  .review-set-btns {
    display: grid !important;
    text-align: center;
  }
  
  .review-set-btns a {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  
  .about-img {
    display: none;
  }
  
  .mobile-about-img {
    display: block !important;
  }
  
  .about-para {
    width: 100% !important;
    padding-right: 0 !important;
  }
  
 .form-body input[type="text"] {
    width: 100% !important;
 }  

 .info-2 > div {
    width: 80px;
    padding-right: 0.5em;
 }  
 
 .funnel-contact-btn {
    right: 1.3em !important; 
 }
 
 .thank-you-container h1 {
    font-size: 25px !important;
 }
 
 .thank-you-container p {
    font-size: 16px !important;
 }
 
 .thank-you-container > div {
    padding-top: 0 !important;
 }
 
 .br-class {
    display: none;
 }
 
 .radio {
    padding-left: 0 !important;
    /*padding-right: 0.9em !important;*/
 }
 
 .friends-family {
    /*padding-left: 0.9em !important;*/
    padding-right: 0 !important;
 }
 
 .btn-step3 {
    width: 220px;
    height: 70px;
    margin: 0 auto !important;
 }
 
 .officer .details h4 {
  font-size: 20px !important;
 }
 
 .officer .details h5 {
  font-size: 14px !important;
 }
 
 .officer .details .contact {
  /*font-size: 22px !important;*/
  font-size: 13px !important;
 }
 
 .officer .details .contact p {
    /*text-align: center;*/
 }
 
 .officer .pic {
    /*padding-right: 0 !important;*/
 }
 
 .officer .details img {
  width: 20px !important;
  height: 20px !important;
 }                              
 
 .form-grouping input, 
 .form-grouping select,
 .last-grouping select {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
 }
 
 .form-grouping label {
    padding-right: 0.8em;
 }
 
 .last-grouping select {
    height: 55px;
 }
 
 .officer-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: -0.3em; 
 }
 
 .officer-form div:nth-child(4) label,
 .officer-form div:nth-child(5) label,
 .officer-form div:nth-child(11) label,
 .officer-form div:nth-child(12) label {
    margin-top: 1.08em;
 }
 
 .popup {
    width: 100% !important;
    left: 0 !important;
 }
 
  .slick-initialized .slick-slide {
    padding-left: 5em;
    padding-right: 5em;
  }
  
  .callus-applynow {
    display: none;
  }
  
  .navbar-nav {
    margin-top: 3em !important;
  }
  
  .navbar-nav li:nth-child(6),
  .navbar-nav li:nth-child(7),
  .navbar-nav li:nth-child(8) {
    display: none;
  }
  
  .va-container {
    width: 100%;
    background-size: 500px !important;
  }    
	/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
}

/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 480px) {
	/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	/* 	Responsive For Specific blog post */
	#attachment_7864, #attachment_7865, #attachment_7866, #attachment_7867, #attachment_7868, #attachment_7869, #attachment_7870, #attachment_7871, #attachment_7872, #attachment_7873{
		width: 100% !important;
		height: auto !important;
	}
	
	.responsive-image-blog{
		width: 100% !important;
		height: auto !important;
	}
}
/* media queries */
.tcpa a {
    padding: 0 5px;
}
.tcpa-popup{position:fixed;background:rgba(0,0,0,.5);top:0;left:0;width:100%;height:100%;margin:0;z-index:9999}
.tcpa-popup .container{position:absolute;left:50%;top:30%;transform:translate(-50%,-50%);background:#fff;padding:20px;max-width:600px;box-shadow:0 0 10px #353535}
.tcpa-popup .close{opacity:1}
.tcpa-popup .close{position:absolute;right:-10px;top:-10px;padding:0;font-weight:400;background:#fff;height:25px;width:25px;text-align:center;line-height:25px;font-size:16px;border:1px solid #000;border-radius:100%;text-shadow:none}