/*
Theme Name: May Creek Family Dentistry v2
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: t5
Text Domain: t5-child
*/

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

body {
  background: #fff;
}
.header {
  background: #fff;
}
.nav {
  background: #fff
}
.action-menu {
  background: #4a7638;
}
.main {
  background: #efefef;
}
.footer-copyright {
  background: #3b652b;
}

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

.logo img {
  height: 120px
}

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

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

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: #62ac44;
}

h1 {
  color: #375870;
}

h2 {
  color: #375870;
}

h1+h2 {
  color: rgba(72,118,152, 0.5);
}

h3 {
  color: #375870;
}

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

/*==============================================================================
  @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: #37586f;
}
.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: #4c799a;
}

@media (min-width: 760px) {
  .action-menu .button {
    background-color: #37586f;
  }
  .action-menu .button:focus,
  .action-menu .button:hover {
    background-color: #487698;
  }
  .action-menu .button.text {
    color: #4e8837;
  }
  .action-menu .button.text:hover {
    color: #4e8837
  }
}

/*==============================================================================
  @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: #4e8837;
}
.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: #54923a;
}

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

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

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

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

.featured-action a h2, .featured-action a .icon {
  color: #4e8837
}

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

/**
 * Global
 */

.widget h3 a {
  color: #4d8837;
}

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

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

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

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

.listing-subpages a {
  color: #404040;
}
.listing-subpages a h3 {
  color: #404040;
}
.listing-subpages a .icon {
  color: #4a7638;
}
.listing-subpages a:hover {
  border-color: #37586f;
}
.listing-subpages a:hover h3 {
  color: #37586f;
}

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

.footer a, .footer a:visited {
  color: #4f8837;
}

.footer a:hover,
.footer-list li a:hover {
  color: #63ac44;
}

.footer h3 {
  color: #375870;
}

.footer .footer-copyright h3 {
  color: #fff;
}

.footer .footer-copyright a {
  color: #fff;
}

.footer .footer-copyright a:hover {
  color: #303030;
}
