/*
Theme Name: Lexington Eye Care Clinic
Theme URI: http://getflexsite.com
Description: Custom child theme created for the FlexSite network
Author: Avelient
Version: 1.0.0
Template: vs5
Text Domain: vs5-child
*/

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

body {
  background: #fff;
}
.header {
  background: #242020 url("img/overlay.png");
}
.nav {
  background: #404040
}
.action-menu {
  background: #404040
}
.main {
  background: #efefef;
}
.footer-copyright {
  background: #100f0f url("img/overlay.png");
}
.footer {
  background: #242020 url("img/overlay.png")
}

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

@media (min-width: 1001px) {
  .header {
    padding: 3em 0;
  }
}


/*==============================================================================
  @Custom Logo
==============================================================================*/

/*.logo .member {
  float: top-left;
}*/

.header .logo .inline-custom-logo {
  background: url("logo.png") no-repeat center center;
  background-size: 100% auto;
  width: 116px; /* width of logo */
  height: 50px; /* height of logo */
  /* hide text */
  text-indent: -9999px;
  font-size: 0;
  border: 0 none;
}

.logo {
  min-width: 595px
}

@media (max-width: 1000px) {
  .logo {
    min-width: 395px
  }
  .header .logo .inline-custom-logo {
    padding-top: 100px;
  }
}

@media (max-width: 759px) {
  .header .logo .inline-custom-logo {
    padding-top: 1px;
  }
}

.header .logo .inline-custom-logo {
  float: left;
  margin: auto 15px 5px 0; /* Adjust as needed */
}

@media screen and (max-width: 759px) {

  .header .custom-logo a {
    margin: 0 auto;
  }
  .header .logo .inline-custom-logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

}

.header .logo .name { 
  padding-top: 0px; 
  color: #fff; 
  font-size: 40px; 
  text-transform: uppercase; 
  letter-spacing: -0.02em; 
  font-family: 'Arapey', serif;

}

.name .name-sub {
  font-size: 35px;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .header .custom-logo a,
  .header .logo .inline-custom-logo {
    background: url("logo@2x.png") no-repeat center center;
    background-size: 100% auto;
  }

}

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

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: #006e7b;
}

.banner.text-light h1 {
  color: #00daf5
}

h2,
h1+h2,
h1+p+h2,
h1+.partner+h2 {
  color: #6B7778
}

h3 {
  color: #6B7778;
  font-weight: bold;
}

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

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

@media (min-width: 760px) {
  .action-menu .button {
    background-color: #fff;
    color: #303030
  }
  .action-menu .button:focus,
  .action-menu .button:hover {
    background-color: #606060;
  }
  .action-menu .button.text {
    color: #fff;
  }
  .action-menu .button.text:hover {
    color: #fff
  }
}

/*==============================================================================
  @Buttons
==============================================================================*/

.button.primary {
  background-color: #fff;
  color: #303030
}

.button.primary:hover {
  background-color: #606060;
  color: #fff
}

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

.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: #a9a9a9;
  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: #006e7b;
  color: #006e7b
}

/*==============================================================================
  @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: #000000;
  font-weight: bold;
}

.oc-nav a:hover {
  color: #000000;
  font-weight: bold;
}

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

.featured-action {
  background: #252120 url("img/overlay.png");
}
.featured-action a {
  background-color: rgba(0,0,0, 0);
}
.featured-action a:hover {
  background-color: rgba(255,255,255, 0.1);
}

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

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

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

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

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

.widget-nav ul > li.current_page_item > a:hover {
  color: #006e7b
}

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

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

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

.listing-subpages a {
  color: #404040;
}
.listing-subpages a h3 {
  color: #404040;
}
.listing-subpages a .icon {
  color: #0096a9;
}
.listing-subpages a:hover {
  border-color: #006e7b;
}
.listing-subpages a:hover h3 {
  color: #006e7b;
}

/*==============================================================================
  @Footer
==============================================================================*/
.footer-copyright .row {
	background: none;
}

.footer a:hover,
.footer a:visited:hover,
.footer-list li a:hover {
  color: #909090;
}

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

.footer h3 {
  color: #009aad
}
.footer p,
.footer-list,
.footer-list li a {
	color: #fff
}

.footer-logo .vs-logo-sec {
	   background: url("https://lexingtoneyeclinic.com/wp-content/themes/child-themes/lexingtoneyecliniccom/logo-footer.png") no-repeat center center;
}

/*
.footer-logo {
	display: none
}
*/
