/*
Theme Name: Valley Vision Center
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: vs2
Text Domain: vs2-child
*/

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

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

body {
  background-color: #efefef;
  background-image: url("/wp-content/themes/child-themes/valleyvisionsourcecom/bg.svg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.nav,
.action-menu {
  background: #363636;
  background-image: radial-gradient(#5e6060, #363636);
}
.main {
  background: #fff;
}
.widget {
  background-color: #f5f5f5;
}
.footer,
.footer-logo:after {
  background-color: #f5f5f5;
}

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

/**
 * Custom Work
 */

.logo img {
  margin: 0 0;
}

h1,
h2,
h1 + h2,
h1 + p + h2,
h1 + .partner + h2,
h3,
h4,
h5,
h6 {
  font-family: "Vazirmatn", sans-serif;
}

h2,
h1 + h2,
h1 + p + h2,
h1 + .partner + h2 {
  color: #2c7267;
}

.featured-action a p,
.footer-list .timestamp,
.banner-action .phone,
.footer .footer-copyright,
.footer .footer-copyright a,
.experation-date,
.post-action .timestamp {
  color: #707070;
}

.footer-copyright .sep {
  color: rgba(0, 0, 0, 0.5);
}

.widget .button.inline:hover {
  color: #000;
}

/**
 * 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: #1d7f86;
}

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: #1497a0;
}

/**
 * Stars
 */
ol.stars .icon-star {
  color: #1d7f86;
}

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

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

.header {
  padding: 0.5em;
}

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

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

.nav-menu > li:hover > a,
.nav-menu > li > a:focus,
.nav-menu > li > a:hover,
.nav-menu > li.current_page_ancestor > a,
.nav-menu > li.current_page_item > a,
.nav-menu > li.current_page_parent > a {
  background-color: #363636;
}
.action-menu .button:hover,
.action-menu .button:focus {
  background-color: #1497a0;
}
@media (min-width: 760px) {
  .action-menu .button:hover,
  .action-menu .button:focus {
    background: none;
    border-color: #1497a0;
  }
}

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

.button.primary,
.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: #218d93;
  background-image: linear-gradient(to bottom, #4fbaaa, #218d93);
  background-repeat: repeat-x;
  color: #000;
}
.button.primary: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,
.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,
.widget .button:hover {
  background-color: #218d93;
  color: #000 !important;
}

/**
 * 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: #1497a0;
}

/*==============================================================================
  @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: #1d7f86;
}

.oc-nav a:hover {
  color: #1d7f86;
}

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

.featured-action a {
  background-color: #f5f5f5;
}
.featured-action a:hover {
  background-color: #ebebeb;
}

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

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

/**
 * Sub Navigation
 */
.widget-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #1497a0;
}
.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: #1c7b82;
}

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

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

.listing-subpages a {
  color: #404040;
}
.listing-subpages a h3 {
  color: #404040;
}
.listing-subpages a .icon {
  color: #1d7f86;
}
.listing-subpages a:hover {
  border-color: #009688;
}
.listing-subpages a:hover h3 {
  color: #009688;
}

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

.footer a:hover {
  color: #1497a0;
}
