/*
Theme Name: Orange Park Eye Center
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: vs2
Text Domain: vs2-child
*/

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

body {
  background: #0B66A2 url("img/bg-image.jpg") no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: 275%;
}
.nav,
.action-menu {
  background: #0b66a2;
  background-image: linear-gradient(to bottom, #107fc6, #0b66a2);
}
.main {
  background: #fff;
}
.widget {
  background-color: #efefef;
}
.footer,
.footer-logo:after {
  background-color: #efefef;
}

@media (min-width: 760px) {
  .action-menu {
    background: none;
  }
  .header {
    padding: 1em 1.5em
  }
}

.logo {
  display: inline-flex;
}

.logo-text-name {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: .5em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  max-width: 245px;
  text-align: center
}

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

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: #107FC6;
}

h1 {
  color: #333333
}

h2, h1+h2 {
  color: #107FC6
}

h3 {
  color: #107FC6;
  font-weight: bold;
}

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

/*==============================================================================
  @Header
==============================================================================*/

/**
* Custom Logo Styles
* Rename #header-child.php & remove comment from this css to activate.
*

.header {
  padding: 0.5em;
}

.logo img {
  margin: 0rem 0 !important;
  padding: 0 !important;
  border-radius: 0px !important;
}
*/

/*==============================================================================
  @Navigation
==============================================================================*/

.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 {
  background-color: #0b66a2;
}
.action-menu .button:hover,
.action-menu .button:focus {
  background-color: #0b66a2;
}
@media (min-width: 760px) {
  .action-menu .button:hover,
  .action-menu .button:focus {
    background: none;
    border-color: #0b66a2;
  }
}

.oc-nav a:hover {
  color: #107FC6
}

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

.oc-nav .current_page_item > a, .oc-nav .current_page_parent > a {
  color: #fff;
}

/*==============================================================================
  @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: #0b66a2;
  background-image: linear-gradient(to bottom, #107fc6, #0b66a2);
  background-repeat: repeat-x;
}
.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: #0b66a2;
}

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

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

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

.featured-action a {
  background-color: rgba(0,0,0,.8);
}
.featured-action a:hover {
  background-color: #107fc6;
}

.featured-action a h2, .featured-action a .icon {
  color: #fff;
}

.featured-action a:hover h2, .featured-action a:hover .icon {
  color: #fff;
}

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

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

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

/**
 * Sub Navigation
 */
.widget-nav ul li a:hover {
  background-color: rgba(0,0,0, 0.05);
  color: #107FC6
}
.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: #b25f01;
}

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

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

.listing-subpages a {
  color: #404040;
}
.listing-subpages a h3 {
  color: #404040;
}
.listing-subpages a .icon {
  color: #b25f01;
}
.listing-subpages a:hover {
  border-color: #107FC6;
}
.listing-subpages a:hover h3 {
  color: #107FC6;
}

.listing-promotions h3 {
  color: #b25f01
}

.listing-promotions a:hover h3 {
  color: #107FC6
}

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

.footer a, .footer a:visited {
  color: #b25f01
}

.footer a:hover {
  color: #107FC6;
}

.footer-logo {
	display: none;
}
