
/* overwrite colers menu desktop */

.large-nav .current-menu-parent > a {
	color: red;
}
.large-nav a:hover,
.large-nav a:focus,
.large-nav .current-menu-item > a,
.large-nav .current_page_item > a,
.large-nav .current-menu-parent > a {
	color: #e57373!important;
}

/* overwrite colers menu tablet 
 * #e57373
 * 
 * */
.slicknav_nav a:hover {
	color: red;
}

.slicknav_nav .slicknav_row:hover {
  color: red; }

h6 a:hover, h6 a:focus {
  color: #e57373; }

.large-nav .current-menu-parent > a {
  color: #e57373; }

.entry-tagline a:focus {
  color: #e57373; }

.comment-metadata a:hover {
  color: #e57373; }

#site-footer a:focus {
  color: #e57373;
  text-decoration: underline; }

#site-footer-credit a:focus {
  color: #e57373; }

/* WordPress Calendar Widget */
#site-footer .widget_calendar a {
  color: #e57373;
  text-decoration: underline; }

.site-breadcrumbs a:hover, .site-breadcrumbs a:focus {
  color: #e57373; }

.pagination a {
  color: #e57373; }

.pagination a:focus {
  background-color: #e57373;
  border-color: #e57373;
  color: #fff; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #e57373; }

.slicknav_nav a:hover {
  color: #e57373;
  text-decoration: none; }

#site-footer .current-menu-item a,
#site-footer a:hover,
#site-footer a:focus {
  color: #e57373;
  text-decoration: underline; }

.entry-tagline a {
  color: #e57373;
  text-decoration: underline; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
  color: #e57373;
  }


a {
  color: #90a4ae;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }

a:hover, a:focus {
  color: #e57373; }

button,
input[type="button"],
input[type="submit"] {
	background-color: #90a4ae; }

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #e57373; }

.entry-tagline a:hover,
.entry-tagline a:focus {
  color: #af4448; }

