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

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

body {
  background: #525851;
}
.header {
  background: #f5f6f3;
}
.nav {
  background: #52564f
}
.action-menu {
  background: #51554e;
}
.main {
  background: #F5F5F2;
}
@media (max-width: 759px) {
  .banner, .banner-full::before {
   background: #f5f6f3 !important
  }
  .banner.text-light h1, .banner.text-light .text-lead, 
  .banner.text-light .banner-action .phone, 
  .banner.text-light .banner-action .phone .number {
    color: #606060
  }
}

.featured-blog  {
  background: #F5F5F2;
}
.footer-copyright {
  background: #525851;
}

.footer {
  background: #f5f5f2
}

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

.logo img {
  margin: 0 0;
}

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

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: #51554e;
}

h1 {
  color: #313332
}

h1+h2 {
  color: #525850
}

h3, h4 {
  color: #7e7863
}

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

/*==============================================================================
  @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: #f5f6f3;
}
.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 {
  color: #e4b414;
}

@media (min-width: 760px) {
  .action-menu .button {
    background-color: #525851;
  }
  .action-menu .button:focus,
  .action-menu .button:hover {
    background-color: #737A71;
  }
  .action-menu .button.text {
    color: #724E21;
  }
  .action-menu .button.text:hover {
    color: #737A71
  }
}

/*==============================================================================
  @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-color: #525851;
}
.button.primary:hover,
.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: #737A71;
}

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

/*==============================================================================
  @Navigation
==============================================================================*/
.oc-nav a:hover {
  color: #724E21
}

.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: #724E21;
}

.oc-aside-left.oc-active .oc-aside-left.oc-aside {
  background: #f5f5f2
}

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

.featured-action {
  background: #7E7863;
}

.featured-action a h2,
.featured-action a .icon {
  color: #fff;
}
.featured-action a {
  background-color: rgba(0,0,0, 0);
}
.featured-action a:hover {
  background-color: rgba(0,0,0, 0.1);
}

.banner {
  border-bottom: none;
}

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

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

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

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

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

.listing-subpages a {
  color: #7E7863;
}
.listing-subpages a h3 {
  color: #7E7863;
}
.listing-subpages a .icon {
  color: #724E21;
}
.listing-subpages a:hover {
  border-color: #724E21;
}
.listing-subpages a:hover h3 {
  color: #724E21;
}

/*==============================================================================
  @Footer
==============================================================================*/
@media (max-width: 759px) {
  .footer .col {
    text-align: center;
  }
}

.footer a, .footer a:visited {
  color: #724E21
}

.footer a:hover,
.footer-list li a:hover {
  color: #51554e;
}
.footer .footer-copyright a, .footer .footer-copyright a:visited {
  color: #fff !important;
}

.footer .footer-copyright a:hover {
  color: #7e7863 !important
}