/*
 Theme Name:   Enfold Child Ergoschiers
 Theme URI:    http://www.ergoschiers.ch
 Description:  Custom Enfold Child Theme for the client website of Praxis für Ergotherapie Schiers
 Author:       Urs Albisser
 Author URI:   http://publicept.ch
 Template:     enfold
 Version:      3.0.1
 Tags:         light, responsive-layout, no reference in socket
 Text Domain:  twenty-fourteen-child
*/

@import url("../enfold/style.css");


/* Theme customization starts here
-------------------------------------------------------------- */
/*
@import url("./css/base.css");
@import url("./css/layout.css");
*/

/* BODY */
body {
  font-size: 14px;
}


/* HEADER */
.header_color .main_menu ul:first-child > li > a { color: #4d4649; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: #e72479; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a, 
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #e72479; } /* color of active menu item */


/* MEDIA - MOBILE */
/* fix - back-to-top arrow not showing on mobile */
@media only screen and (max-width: 767px) {
  .responsive #scroll-top-link {
    display: block !important;
  }
}