/*
Theme Name: Nacogdoches Eye Associates
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
}

/*.header {
  background: #efefef;
}*/
.nav {
  background: #5f259f;
}

.action-menu {
  background: #5f259f;
}

.main {
  background: #fff;
}

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

/**
 * Custom Work
 */

@media (min-width: 760px) {
  .featured-action:after {
    background: transparent;
  }

  .banner::before {
    opacity: .25
  }

  .banner .banner-content .container {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .banner-full .banner-images img {
    object-position: 29% 70%;
  }

  body:not(.home) .banner::before {
    opacity: 1;
    background: url("background-alt.jpg") no-repeat;
    background-attachment: fill;
    background-size: cover;
  }
}

@media (max-width: 759px) {
  .banner::before {
    opacity: .75;
    background: url("background-alt.jpg");
  }
}

.logo img {
  margin: 0 0
}

.banner h1,
.banner .text-lead,
.banner.text-light .banner-action .phone,
.banner.text-light .banner-action .phone .number {
  text-shadow: 0px 0px 5px #000
}

.text-light .action-menu .button.text a {
  text-shadow: 0px 0px 5px #000
}

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

.featured-action a {
  background: #fff;
  border: 3px solid #5f259f;
  border-radius: 2em
}

.text-light .action-menu .button.text a,
.banner.text-light .banner-action .phone .number a {
  color: #fff
}

.text-light .action-menu .button.text a:hover,
.banner.text-light .banner-action .phone .number a:hover {
  color: rgba(255, 255, 255, .6)
}

.featured-action a p {
  color: #4F4F4F
}

.sidebar .widget {
  background: #fff;
  border: 2px solid #5f259f;
  border-radius: 2em
}

.footer-content-wrap {
  background: #fff;
  border-top: 2px solid #5f259f
}

.footer {
  background: #5f259f
}

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

.footer .footer-copyright p {
  color: #fff
}

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

.footer .footer-copyright a:hover {
  color: rgba(255, 255, 255, .65)
}

.footer-list li a:hover {
  background: #fff
}

.listing-subpages li {
  background: #fff;
}

.footer-copyright .sep {
  color: #fff
}

/**
 * Custom Nav Work
 */

.nav-menu ul {
  background: #fff
}

.nav-menu ul li:hover {
  background: rgba(255, 255, 255, 1)
}

/**
  * Custom Mobile Nav Work
  */

.oc-aside {
  background: #fff
}

.oc-nav a,
.oc-nav a:visited,
.oc-nav a:focus {
  color: #231f20
}

.oc-nav a:hover,
.oc-nav a:visited:hover,
.oc-nav a:focus:hover {
  color: #5f259f
}

/**
  * Banner Text Shift
  */

.banner-content {
  max-width: 75rem;
}

.banner-content .container {
  max-width: 700px;
  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,
.footer a,
.footer .vcard a {
  color: #5f259f;
}

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,
.footer a:hover,
.footer .vcard a:hover {
  color: #782FC6;
}

h2,
h1+h2,
h1+p+h2,
h1+.partner+h2 {
  color: #231f20
}

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

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

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

@media (min-width: 760px) {

  .action-menu .button,
  .text-light .action-menu .button {
    background-color: #fff;
    color: #231f20;
    border: 2px solid #5f259f;
    border-radius: 2em;
  }

  .action-menu .button:focus,
  .action-menu .button:hover,
  .text-light .action-menu .button:focus,
  .text-light .action-menu .button:hover {
    background-color: #5f259f;
    color: #fff;
    border-color: #5f259f
  }

  .action-menu .button.text,
  .text-light .action-menu .button.text {
    color: #404040;
  }

  .action-menu .button.text:hover,
  .text-light .action-menu .button.text:hover {
    color: #782FC6
  }
}

/*==============================================================================
  @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: #fff;
  color: #231f20;
  border: 2px solid #5f259f;
  border-radius: 2em;
}

.widget .button {
  background-color: #5f259f;
  color: #fff;
  border-radius: 2em;
}

.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: #5f259f;
  color: #fff
}

.widget .button:hover,
.widget .button:focus {
  background-color: #782FC6;
  color: #fff;
  border-radius: 2em;
}

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

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

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

.featured-action a .icon {
  color: #5f259f;
}

.featured-action a h2 {
  color: #231f20
}

.featured-action a:hover h2 {
  color: #5f259f;
}

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

/**
 * Global
 */
.widget h2 a,
.widget h3 a {
  color: #5f259f
}

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

/**
 * Sub Navigation
 */
.widget-nav ul li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #782FC6
}

.widget-nav ul>li.current_page_item>a:hover {
  color: #782FC6
}

.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: #5f259f;
}

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

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

.listing-subpages a {
  color: #303030;
}

.listing-subpages a h3 {
  color: #303030;
}

.listing-subpages a .icon {
  color: #5f259f;
}

.listing-subpages a:hover {
  border-color: #5f259f;
}

.listing-subpages a:hover h3 {
  color: #303030;
}

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

.featured-blog a:hover {
  color: #782FC6;
}

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

.media-image-placeholder {
  color: #5f259f;
  border: 2px solid #5f259f;
  background: #fff
}

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

.footer a:hover,
.footer-list li a:hover {
  color: #782FC6;
}