/*
Theme Name: Aurora Optometric Group
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: #134E56;
}
body:not(.home) .header {
  background: #134E56;
}
body:not(.home) .nav {
  background: #134E56;
}
.home .nav {
  background: rgba(0,0,0,.50);
}
.action-menu {
  background: #04B1B0;
}
.main {
  background: #fff;
}

@media (min-width: 760px) {
  .action-menu {
    background: none;
  }
  .banner .banner-content .container {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: 300px;
  }
  .featured-action:after {
    background: transparent;
  }
  .banner-content {
    margin-bottom: 1em;
  }
}

.media-image-placeholder {
  color: #4cc8e9
}

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

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: #00796b;
}

/**
 * Stars
 */
ol.stars .icon-star {
  color: #04B1B0}

/*==============================================================================
  @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;
}
*/
.text-light .action-menu .button {
  background: rgba(0,0,0,.50)
}

.nav-menu > li > a {
  color: #04B1B0}
.nav-menu > li:hover > a,
.nav-menu > li > a:focus,
.nav-menu > li > a:hover {
  color: #fff;
}
.nav-menu > li.current_page_ancestor > a,
.nav-menu > li.current_page_item > a,
.nav-menu > li.current_page_parent > a {
  color: #fff;
}

.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: #04B1B0
}

@media (min-width: 760px) {
  body:not(.home) .action-menu .button {
    background-color: #30C0D4;
    color: #fff;
    border: none;
  }
  body:not(.home) .action-menu .button:focus,
  body:not(.home) .action-menu .button:hover {
    background-color: #fff;
  }
  .action-menu .button.text {
    color: #fff;
  }
  .action-menu .button.text:hover {
    color: #04B1B0  }
}

/*==============================================================================
  @Banner
==============================================================================*/

.banner {
  background: #134E56;
}
.banner:before {
  opacity: 0.45;
}

/*==============================================================================
  @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: #04B1B0}
.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: #00796b;
}

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

/*==============================================================================
  @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: #04B1B0}

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

.featured-action a .icon-wrap {
  background-color: transparent;
}

.featured-action a:hover h2 {
  color: #303030
}

.featured-action a .icon {
  color: #04B1B0;
}

.featured-action a {
  background: rgba(255,255,255,.85)
}

.featured-action a:hover {
  background: #fff
}

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

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

/**
 * 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: #04B1B0}

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

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

.listing-subpages a {
  color: #134E56;
}
.listing-subpages a h3 {
  color: #134E56;
}
.listing-subpages a .icon {
  color: #04B1B0}
.listing-subpages a:hover {
  border-color: #04B1B0}
.listing-subpages a:hover h3 {
  color: #134E56;
}

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

.featured-blog a:hover {
  color: #04B1B0}

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

.footer a:hover,
.footer-list li a:hover,
.footer .vcard a:hover {
  color: #04B1B0}
