/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
.bg-primary {
  background-color: #d5381e !important;
}

.color-white {
  color: #fff;
}

a.post-edit-link {
  position: fixed;
  bottom: 0;
  /* right: 0; */
  left: 50%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.5;
}

.section-padding {
  padding: 5rem 0;
}

.background-light-grey {
  background-color: rgba(238, 238, 238, 0.5);
}

.ow-button-base a, .btn-primary {
  font-family: 'Raleway', sans-serif;
  background-color: #d5381e !important;
  border-color: #d5381e !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ow-button-base a:hover, .btn-primary:hover {
  background-color: #ab2b16 !important;
}

.main-heading h1 {
  display: inline-block;
  position: relative;
  color: #000425;
}

@media (max-width: 576px) {
  .main-heading h1 {
    font-size: 2rem;
  }
}

.main-heading h1:before, .main-heading h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 40px;
  height: 5px;
  background-color: #d5381e;
}

.main-heading h1:after {
  background-color: #ab2b16;
  left: 40px;
  width: 80px;
}

.main-heading.small h1 {
  font-size: 2rem;
}

.page-breadcrumb {
  background-color: #d5381e;
  padding: 80px 0 10px;
}

.page-breadcrumb h1 {
  color: #fff;
  font-size: 1.6rem;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border: 0 !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
  position: relative;
  -webkit-box-shadow: 3px 3px 10px 2px rgba(132, 132, 132, 0.388);
          box-shadow: 3px 3px 10px 2px rgba(132, 132, 132, 0.388);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.71);
  height: 330px !important;
  border: 0 !important;
  overflow-y: auto;
  padding: 25px !important;
  /* Optional: show position indicator in red */
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner .testimonial-content p {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  opacity: 0.8;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner ::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner ::-webkit-scrollbar-thumb {
  background: transparent;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  background: url(https://valueplusmortgage.com/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png) no-repeat scroll left center transparent;
  height: 40px;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
          transform: rotateY(180deg) rotateX(180deg);
}

.strong-view.wpmtst-default .wpmtst-testimonial-field {
  margin-top: 15px;
  text-align: center !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
  background: none !important;
  padding-left: 0 !important;
  display: none;
}

article.page > p {
  display: none;
}

.page.testimonials .strong-view.wpmtst-default .wpmtst-testimonial-inner {
  height: auto !important;
}

@media (max-width: 767.98px) {
  .strong-view.controls-type-sides-outside {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {
  .left-right-image-text .image-section {
    height: 350px !important;
    margin: 30px;
    margin-bottom: 0;
    border-radius: 20px;
  }
}

.left-right-image-text .text-section {
  padding: 50px 100px;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .left-right-image-text .text-section {
    padding: 50px 30px;
    padding-top: 0;
  }
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

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

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

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

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}

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

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/header
 * ---
 */
.bg-light {
  background-color: #fff !important;
}

nav.navbar {
  padding: 0;
}

nav.navbar .navbar-brand img {
  max-width: 200px;
}

/**
 * partials/nav
 * ---
 * Menus
 */
body {
  margin-top: 30px;
}

html, body {
  overflow-x: hidden;
}

nav.navbar.bg-dark {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

@media (max-width: 1199.98px) {
  nav.navbar.bg-dark {
    background-color: black !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    margin-bottom: 20px;
  }
}

.nav-top-header ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .nav-top-header ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-top-header ul li {
  list-style-type: none;
}

.nav-top-header ul li a {
  font-size: 13px;
  color: #fff;
  display: block;
  padding: 0.3rem 0.5rem;
}

.nav-top-header ul.social-icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-top-header ul.social-icons a {
  font-size: 18px;
  padding: 0.1rem 0.5rem;
}

ul#menu-primary-menu li.menu-item {
  margin: 0 5px;
}

@media (max-width: 1199.98px) {
  ul#menu-primary-menu li.menu-item {
    display: inline-block;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

ul#menu-primary-menu li.menu-item.active {
  position: relative;
}

ul#menu-primary-menu li.menu-item.active:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  background-color: #d5381e;
  height: 2px;
}

@media (max-width: 1199.98px) {
  ul#menu-primary-menu li.menu-item.active:after {
    bottom: 0;
    left: 15px;
  }
}

@media (max-width: 1199.98px) {
  ul#menu-primary-menu li.menu-item .nav-link {
    display: inline-block;
  }
}

ul#menu-primary-menu li:last-child {
  padding: 0 12px;
  border-radius: 40px;
  border: 1px solid #d5381e;
}

ul#menu-primary-menu li:last-child a {
  color: #fff;
}

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  padding: 40px 0;
  background-color: #111;
}

.footer p {
  margin-top: 20px;
  color: rgba(238, 238, 238, 0.883);
}

.footer .footer-logo img {
  width: 200px;
}

.whatsapp-footer-link {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.whatsapp-footer-link img {
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.41);
          box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.41);
  border-radius: 50%;
}

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

#section--home-top {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px !important;
}

#section--home-top .hero-social-icons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 9;
  padding-left: 0;
}

#section--home-top .hero-social-icons li {
  list-style-type: none;
}

#section--home-top .hero-social-icons li.side-icon {
  font-size: 24px;
}

#section--home-top .hero-social-icons li.side-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  margin: 5px;
  color: #fff;
}

#section--home-top .hero-social-icons li.facebook-icon a {
  background: #3b5999;
}

#section--home-top .hero-social-icons li.instagram-icon a {
  background: #e1306c;
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

#section--home-top .hero-social-icons li.linkedin-icon a {
  background: #0077B5;
}

#section--home-top #home-hero-video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 0;
}

@media (max-width: 1400px) {
  #section--home-top #home-hero-video {
    width: initial;
    height: 100%;
  }
}

#section--home-top .ow-button-base a {
  font-size: 1.1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#section--home-top .ow-button-base a:hover {
  background-color: #ab2b16 !important;
}

#section--home-top .hero-container {
  z-index: 2;
  position: relative;
}

#section--home-top .hero-container .text-section {
  position: relative;
  z-index: 2;
}

#section--home-top h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 576px) {
  #section--home-top h2 {
    font-size: 2rem;
  }
}

#section--home-top p {
  font-size: 1.2rem;
  opacity: 0.85;
  line-height: 2;
  font-size: 1.2rem;
  opacity: 1;
  line-height: 2;
  text-shadow: 1px 2px 20px black;
  border-radius: 20px;
}

@media (max-width: 576px) {
  #section--home-top p {
    font-size: 1rem;
  }
}

#section--home-top:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#section--home-testimonials {
  background-color: #f1f1f1;
  padding-bottom: 5px;
}

#section--home-testimonials .testimonial-img {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}

#section--home-mortgage-solutions .mortgage-solution-item img {
  border-radius: 1rem;
}

#section--home-mortgage-solutions .mortgage-solution-item h3.widget-title {
  font-weight: bold;
  font-size: 1.2rem;
}

#section--home-mortgage-solutions .mortgage-solution-item p {
  font-size: 0.9rem;
  opacity: 0.8;
}

#section--home-mortgage-solutions .mortgage-solution-item a {
  color: #d5381e;
}

#section--home-counter {
  background: #d5381e;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#ab2b16), to(#d5381e));
  background: linear-gradient(to top, #ab2b16, #d5381e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

#section--home-counter .widget_custom_html {
  margin-bottom: 10px !important;
}

#section--home-counter i {
  font-size: 2.7rem;
}

#section--home-counter h3 {
  font-size: 2rem;
  font-family: Helvetica, sans-serif;
}

#section--home-counter h3:after {
  content: "+";
}

#section--home-counter p {
  font-family: Raleway, sans-serif;
  margin-bottom: 0;
}

#section--contact-us {
  padding: 40px 0 0;
  color: #111;
}

#section--contact-us .widget_custom_html {
  margin-bottom: 10px !important;
}

#section--contact-us i {
  font-size: 2.7rem;
  color: #d5381e;
}

#section--contact-us h3 {
  font-size: 1.5rem;
}

#section--contact-us p {
  margin-bottom: 30px;
}

#section--contact-us .wpforms-field-large, #section--contact-us .wpforms-field-name-first, #section--contact-us .wpforms-field-name-last {
  max-height: 35px;
}

#section--contact-us .wpforms-field-label {
  font-size: 13px;
}

body.mortgage-calculator .mortgage-calculator-container {
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 42px 0px rgba(0, 0, 0, 0.212);
          box-shadow: 6px 6px 42px 0px rgba(0, 0, 0, 0.212);
  background-color: rgba(255, 255, 255, 0.85);
}

body.mortgage-calculator .mortgage-calculator-container .main-heading {
  background-color: #d5381e;
  padding: 20px 30px;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}

body.mortgage-calculator .mortgage-calculator-container .main-heading .decoration {
  display: none;
}

body.mortgage-calculator .mortgage-calculator-container .main-heading h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
}

body.mortgage-calculator .mortgage-calculator-container .main-heading h1:before, body.mortgage-calculator .mortgage-calculator-container .main-heading h1:after {
  display: none;
}

body.mortgage-calculator .mortgage-calculator {
  padding: 30px;
}

.welcome-line {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #d5381e), color-stop(41%, #d5381e));
  background: linear-gradient(to right, #d5381e 1%, #d5381e 41%);
  padding: 2rem 0;
  margin-bottom: 3rem;
}

.welcome-line h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
}

.welcome-line p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.863);
  margin-bottom: 0;
}

.blog-loop-item {
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.blog-loop-item .post-thumbnail {
  border-radius: 1rem;
  overflow: hidden;
}

.blog-loop-item .post-description {
  padding: 1rem;
  font-family: 'Open Sans', sans-serif;
}

.blog-loop-item .post-description h2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}

.blog-loop-item .post-description h2 a {
  color: inherit;
}

.blog-loop-item .post-description h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 5px;
  background-color: #d5381e;
}

.blog-loop-item .post-description .post-excerpt {
  color: rgba(51, 51, 51, 0.698);
  font-weight: 300;
}

.blog-loop-item .post-description .date {
  font-size: 0.9rem;
  color: rgba(51, 51, 51, 0.812);
}

main.single-page .top-featured-image {
  height: 20rem;
  border-radius: 2rem;
  overflow: hidden;
  margin: 2rem 0;
  position: relative;
}

main.single-page .top-featured-image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
}

main.single-page .article-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111111;
}

main.single-page .article-title:after {
  content: "";
  display: block;
  width: 15rem;
  height: 0.45rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #d5381e), color-stop(41%, #d5381e));
  background: linear-gradient(to right, #d5381e 1%, #d5381e 41%);
  border-radius: 2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

main.single-page .post-content {
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.3rem;
}

main.single-page .post-content a {
  border-bottom: 3px solid rgba(213, 56, 30, 0.5);
  color: inherit;
  text-decoration: none;
  padding-bottom: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

main.single-page .post-content a:hover {
  border-bottom-color: #d5381e;
}

main.single-page .post-content h1, main.single-page .post-content h2, main.single-page .post-content h3, main.single-page .post-content h4, main.single-page .post-content h5, main.single-page .post-content h6 {
  line-height: 2;
}

main.single-page .post-content h1 {
  font-size: 2.8rem;
}

main.single-page .post-content h2 {
  font-size: 2.5rem;
}

main.single-page .post-content h3 {
  font-size: 2.2rem;
}

main.single-page .post-content h4 {
  font-size: 1.9rem;
}

main.single-page .post-content h5 {
  font-size: 1.6rem;
}

main.single-page .post-content h6 {
  font-size: 1.3rem;
}

main.single-page .post-content ol, main.single-page .post-content ul {
  font-size: 1.2rem;
}

main.single-page img {
  max-width: 100%;
}

.pagination {
  display: none;
}
/*# sourceMappingURL=style.css.map */