/*
Theme Name: Vision Source Richmond & Lake Pointe
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: vs6
Text Domain: vs6-child
*/

/*==============================================================================
  @Base Styles
==============================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap");

body {
  background: #efefef;
}
/* .header {
  background: #efefef;
} */
/* .nav */
.action-menu {
  background: rgba(0, 0, 0, 0.5);
}

.main {
  background: #fff;
}
.footer {
  background: #04042a;
}

@media (min-width: 760px) {
  .action-menu {
    background: none;
  }
}

h1,
h2,
h1 + h2,
h1 + p + h2,
h1 + .partner + h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", cursive;
}

/**
 * Links
 */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #3d719e;
}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #294b68;
}

/**
 * Stars
 */
ol.stars .icon-star {
  color: #3d719e;
}

/**
 * Custom Work
 */

@media (max-width: 759px) {
  .banner-images {
    display: unset;
  }
}

@media (min-width: 760px) {
  .banner-content {
    max-width: 100%;
  }
  .banner.text-light .text-lead {
    max-width: 85%;
    margin: auto auto;
  }
  .banner.text-light h1 {
    font-size: 2.2em;
  }
  .featured-action:after {
    background: transparent;
  }
}

.banner::before {
  background: #333333;
  opacity: 0.7;
}

body:not(.home) .banner-full .banner-images img {
  object-position: 50% 25%;
}

.banner.text-light h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
.banner.text-light .text-lead {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.85);
}

.footer .footer-copyright {
  color: #fff;
}

.footer .footer-copyright a {
  color: #fff;
}

.footer .footer-copyright a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.vs-logo-sec {
  background: url(/fs-shared/dist/img/vs-logo-sec-light.svg) no-repeat center
    center;
  background-size: 180px 47px;
}

h2,
h1 + h2,
h1 + p + h2,
h1 + .partner + h2 {
  color: #04042a;
}

.featured-action a p,
.post-action .timestamp {
  color: #757575;
}

.action-menu .button:hover,
.action-menu .nav-posts a:hover,
.nav-posts .action-menu a:hover,
.action-menu .button:focus,
.action-menu .nav-posts a:focus,
.nav-posts .action-menu a:focus {
  background: rgba(255, 255, 255, 0.25);
}

/*==============================================================================
  @Header
==============================================================================*/

/**
* Custom Logo Styles
* Rename #header-child.php & remove comment from this css to activate.
*

.header {
  padding: 0.5em 0;
}

.logo img {
  margin: 0rem 0 !important;
  padding: 0 !important;
  border-radius: 0px !important;
}
*/

.nav-menu > li > a {
  color: #3d719e;
}
.nav-menu > li:hover > a,
.nav-menu > li > a:focus,
.nav-menu > li > a:hover {
  color: #404040;
}
.nav-menu > li.current_page_ancestor > a,
.nav-menu > li.current_page_item > a,
.nav-menu > li.current_page_parent > a {
  color: #909090;
}

.text-light .nav-menu > li > a {
  color: #fff;
}
.text-light .nav-menu > li:hover > a,
.text-light .nav-menu > li > a:focus,
.text-light .nav-menu > li > a:hover,
.text-light .nav-menu > li.current_page_ancestor > a,
.text-light .nav-menu > li.current_page_item > a,
.text-light .nav-menu > li.current_page_parent > a {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 760px) {
  .text-light .action-menu .button {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  .text-light .action-menu .button:focus,
  .text-light .action-menu .button:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
  }
  .text-light .action-menu .button.text {
    color: #fff;
  }
  .text-light .action-menu .button.text:hover {
    color: #efefef;
  }
}

/*==============================================================================
  @Buttons
==============================================================================*/

.button.primary {
  background-color: rgba(196, 158, 13, 0.75);
  border: 1px solid rgba(196, 158, 13, 0.75);
  color: #fff;
}

.widget .button,
.main .gform_wrapper .gform_footer input.button,
.main .gform_wrapper .gform_footer input[type="submit"],
.main .gform_wrapper .gform_page_footer input.button,
.main .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #04042a;
}

.button.primary:hover {
  background-color: rgb(196 158 13);
  border: 1px solid rgb(196 158 13);
  color: #fff;
}

.widget .button:hover,
.main .gform_wrapper .gform_footer input.button:hover,
.main .gform_wrapper .gform_footer input[type="submit"]:hover,
.main .gform_wrapper .gform_page_footer input.button:hover,
.main .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.button.primary:focus,
.widget .button:focus,
.main .gform_wrapper .gform_footer input.button:focus,
.main .gform_wrapper .gform_footer input[type="submit"]:focus,
.main .gform_wrapper .gform_page_footer input.button:focus,
.main .gform_wrapper .gform_page_footer input[type="submit"]:focus {
  background-color: #06064d;
}

/**
 * Outline Buttons
 */
.button.outline,
.nav-posts a {
  border-color: rgba(0, 0, 0, 0.1);
}
.button.outline:hover,
.nav-posts a:hover,
.button.outline:focus,
.nav-posts a:focus {
  border-color: #294b68;
}

/*==============================================================================
  @Navigation
==============================================================================*/

.nav-menu ul > li.current_page_item > a,
.nav-menu ul > li.current_page_parent > a,
.nav-menu ul > li.current_page_ancestor > a {
  color: #457fb1;
}

.oc-nav a:hover {
  color: #457fb1;
}

/*==============================================================================
  @Featured Action
==============================================================================*/

.featured-action a .icon {
  color: #457fb1;
}

.featured-action a:hover h2 {
  color: #457fb1;
}

/*==============================================================================
  @Widgets
==============================================================================*/

/**
 * Global
 */
.widget h2 a:hover,
.widget h3 a:hover,
.widget .soften-text:hover {
  color: #294b68;
}

/**
 * Sub Navigation
 */
.widget-nav ul li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #294b68;
}
.widget-nav ul > li.current_page_ancestor > a,
.widget-nav ul > li.current_page_item > a,
.widget-nav ul > li.current_page_parent > a {
  color: #3d719e;
}

/**
 * Featured
 */
.widget-featured ul a:hover .text {
  color: #294b68;
}

/*==============================================================================
  @Listing Subpages
==============================================================================*/

.listing-subpages a {
  color: #303030;
}
.listing-subpages a h3 {
  color: #303030;
}
.listing-subpages a .icon {
  color: #3d719e;
}
.listing-subpages a:hover {
  border-color: #294b68;
}
.listing-subpages a:hover h3 {
  color: #303030;
}

/*==============================================================================
  @Featured Blog
==============================================================================*/

.featured-blog a:hover {
  color: #294b68;
}

/*==============================================================================
  @Testimonial
==============================================================================*/

.media-image-placeholder {
  color: #3d719e;
}

/*==============================================================================
  @Footer
==============================================================================*/

.footer a,
.footer-list li a {
  color: #3d719e;
}

.footer a:hover,
.footer-list li a:hover {
  color: #294b68;
}
