/*
Theme Name: Watts Eye Associates
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: vs1
Text Domain: vs1-child
*/

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

.header {
  background: #610C17;
}

/**
* 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;
}
*/

/**
 * Uncomment for inversed header colors
 *
.header {
  background: #fff;
}

.logo {
  color: #404040;
}
.logo:visited {
  color: #404040;
}
.logo:hover,
.logo:focus {
  color: #404040;
}

.logo .member {
  color: #aaa;
}
.logo .sep {
  background: rgba(0,0,0, 0.1);
}

.logo .vs-logo-sec {
  background-image: url('/fs-shared/dist/img/vs-logo-sec-dark.svg');
}

@media (min-width: 760px) {
  .action-menu .button {
    color: #404040;
  }
  .action-menu .button:hover {
    color: #404040;
  }
  .action-menu .button:not(.text) {
    background: rgba(0,0,0, 0.05);
  }
  .action-menu .button:hover:not(.text) {
    background: rgba(0,0,0, 0.1);
  }
}
*/

@media (min-width: 760px){
  .action-menu .button {
    background: rgba(0,0,0,.2)
  }
}

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

body {
  background: #ddd;
}
.nav,
.action-menu {
  background: #cca215;
}
.main {
  background: #efefef;
}
.footer {
  background: #600C17;
}
@media (min-width: 760px) {
  .action-menu {
    background: none;
  }
}

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

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

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: #600C17;
}

h1 {
  color: #600c18
}

h2 {
  color: #600c18;
}

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

.logo img {
  margin: 0 0;
}

.banner.text-light .banner-action .phone .number a {
  color: #fff;
}

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

.button.primary,
.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: #600C17;
}
.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 {
  background-color: #CCA215;
}

/**
 * Outline Buttons
 */
.button.outline,
.nav-posts a,
.widget .button {
  border-color: #5F0C1A;
  color: #5F0C1A;
}
.button.outline:hover,
.nav-posts a:hover,
.widget .button:hover,
.button.outline:focus,
.nav-posts a:focus,
.widget .button:focus {
  border-color: #CCA215;
  color: #CCA215;
}

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

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

.featured-action a {
  background-color: #5F0C19;
}
.featured-action a:hover {
  background-color: #CCA215
}

.featured-action a h2, .featured-action a .icon {
  color: #fff;
}
.featured-action a:hover p {
  color: #fff;
}

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

/**
 * Global
 */
.widget h3 a {
  color: #CCA215
}

.widget h2 a:hover,
.widget h3 a:hover,
.widget .soften-text:hover {
  color: #600C17;
}

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

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

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

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

/*==============================================================================
  @Footer
==============================================================================*/
.footer a, .footer a:hover {
  color: #CCA215;
}

.footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

.footer h3, .footer p {
  color: #fff;
}

.footer-list a:hover .timestamp {
  color: #fff;
}

.footer-list li a {
  color: #fff;
}

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

.footer .button.primary {
  background: #CCA215;
}

.footer .button.primary:hover {
  background: #FFF;
  color: #303030;
}
