/*
Theme Name: Kent Eye Clinic
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
==============================================================================*/

body {
  background: #efefef
}
body:not(.home) .header {
  background: rgba(0,0,0,.5);
}
.nav {
  background: #4a5258;
}
.action-menu {
  background: linear-gradient(to bottom, #8C5D42, #714a35)
}
.main {
  background: #fff;
}
.footer-copyright {
  background: #4a5258;
}

@media (min-width: 760px) {
  .action-menu {
    background: none;
  }
  .header {
    padding: 1em 0;
  }
  .banner::before {
    opacity: .3
  }
  .featured-action:after {
    position: inherit;
  }
}

@media (max-width: 759px) {
  .banner::before {
    background: #ffb98f
  }
}

.logo img {
  margin: 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: #cc9702;
}

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: #8a6603;
}

.banner.text-light h1 {
  font-weight: 600
}

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

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

@media (min-width: 760px) {
  .action-menu .button {
    background-color: rgba(0,0,0, 0.05);
  }
  .action-menu .button:focus,
  .action-menu .button:hover {
    background-color: #fff;
  }
  .action-menu .button.text {
    color: #404040;
  }
  .action-menu .button.text:hover {
    color: #009688
  }
}

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

@media (max-width: 759px) {
  .text-light .action-menu .button {
      background-color: #714a35 !important;
  }
  .text-light .action-menu .button:hover {
      background-color: #714a35 !important;
      color: #fdc010 !important
  }
}

.text-light .action-menu .button {
      background-color: #034159;
  }
  .text-light .action-menu .button:hover {
      background-color: #022E40;
      color: #fff
  }

.text-light .action-menu .button {
  border: none;
}

.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: #022E40;
  color: #fff
}

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

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

.oc-nav a:hover {
  color: #cc9702
}

/*==============================================================================
  @Featured Action
==============================================================================*/
.featured-action a {
  background: radial-gradient( #fff, #c7c7c7)
}

.featured-action a .icon {
  color: #8C5D42;
}

.featured-action a:hover h2 {
  color: #8C5D42;
}

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

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

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

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

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

.listing-subpages a {
  color: #303030;
}
.listing-subpages a h3 {
  color: #303030;
}
.listing-subpages a .icon {
  color: #cc9702;
}
.listing-subpages a:hover {
  border-color: #8a6603;
}
.listing-subpages a:hover h3 {
  color: #8a6603;
}

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

.featured-blog a:hover {
  color: #8a6603;
}

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

.media-image-placeholder {
  color: #cc9702;
}

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

.footer a:hover,
.footer-list li a:hover,
.footer .vcard a:hover {
  color: #8a6603;
}

.footer-copyright a {
  color: #fff
}

.footer-copyright {
  color: #fff
}

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

.footer-copyright .button {
  color: #212121
}

.footer-copyright .button:hover a {
  color: #212121
}

.footer .footer-copyright a:hover {
  color: #a9a9a9
}
