/*
Theme Name: Daisho Child
Theme URI:
Author:
Author URI:
Description: Child theme for Daisho theme.
Template: daisho
Version:
License:
License URI:
Tags:
Text Domain:
*/

@import url("../daisho/style.css");

body {
line-height: 1.2 !important;
color: #000;
}

/* HEADER */

/*.logo {display: none;} */

.logo {
height: 85px;
width: 85px;
}

.site-header .site-header-inner {
  min-height: 80px;
  border-bottom: 2px solid #FFF;
}

.site-navigation {
  right: 20px !important;
  top: 10px !important;
}

.page-title {
  color: #FFFFFF;
  font-size: 300%;
font-weight: normal;
}

.widget a{
color: #FF0000;
}
.widget a:hover{
color: #FFFFFF;
text-decoration:underline;
}

a{
color: #FF0000;
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:active{
text-decoration:underline;
}
a:hover{
color: #FF0000;
text-decoration:underline;
}


#post-222 {
  font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
  color: #FFFFFF;
}

#post-222 h2 {
  color: #FFFFFF !important;
}

.grid_4 {
  font-size:80% !important;
}

.site-footer {
  font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
  color: #CCCCCC;
}


.widget-title {
  font-size: 200%;
  font-weight: normal;
  color: #FFFFFF;
}

@media (max-width: 767px) {
.project-coverslide {
display: block !important;
}}

/* .site-header .site-header-inner {
display: none;
} */

#toggle-sizes {
display: none;
}

.project-title {
  line-height: 85% !important;
}

html, button, input, select, textarea {
font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
}

.nav-menu > li {
  margin-left: 30px;
  padding-bottom: 3px;
}

#options li a {
color: #fff !important;
font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
  font-weight: bold !important;
}

#options li a.selected {
  background-color: #ff0000 !important;
  border-radius: 6px;
  font-weight: bold !important;
}

#options li a:hover {
  background-color: #ff0000 !important;
  border-radius: 6px;
}


ul#filters li:first-child {
   display: none;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
    color: #ff0000 !important;
}