/*
Theme Name: Founder_Grace
Theme URI: https://www.competethemes.com/founder/
Author: Compete Themes / Grace
Author URI: https://www.competethemes.com/
Description: Founder modified by Grace
Template: founder
Version: 1.32
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, photography, one-column, accessibility-ready, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: founder

Founder WordPress Theme, Copyright 2016 Compete Themes
Founder is distributed under the terms of the GNU GPL
*/

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

/*
컬러코드
검정색 #1A1A1A
회색 #666666
주황색 #E37D39
초록색 #009944
진한초록 #005425
*/

/*
----------------------------------------------------------------------
사이트 제목 색 (기존 검정색)
+ 마우스오버(hover)
*/
.site-title a {
  border: none;
  color: #009944;
  -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
}
.site-title a:hover, .site-title a:active, .site-title a:focus {
  color: #005425;
}
/*
----------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------
글 제목 색 (기존 검정색)
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #009944;
}
/*
----------------------------------------------------------------------
*/
/*
----------------------------------------------------------------------
밑줄, 아이콘 부분 색 (기존 주황색)
*/
a:hover, a:active, a:focus {
  color: #1A1A1A;
  border-color: #009944;
}
blockquote {
  margin: 1.5em;
  padding-left: 1.5em;
  border-left: solid 3px #009944;
}
.toggle-navigation:focus, .toggle-navigation.open {
  outline: none;
  color: #009944;
}
.site-header .search-form-container button:focus i {
  color: #009944;
}

@media all and (min-width: 56.25em) {
  .social-media-icons a:hover, .social-media-icons a:active, .social-media-icons a:focus {
    color: #009944;
  }
}
.menu-primary-items li.current-menu-item:after, .menu-primary-items li.current_page_item:after,
.menu-unset ul li.current-menu-item:after,
.menu-unset ul li.current_page_item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #009944;
}
.toggle-dropdown:hover, .toggle-dropdown:active, .toggle-dropdown:focus {
  outline: none;
  color: #009944;
  border-color: #009944;
}
@media all and (min-width: 56.25em) {
  .menu-primary-items li.current-menu-item > a, .menu-primary-items li.current_page_item > a,
  .menu-unset ul li.current-menu-item > a,
  .menu-unset ul li.current_page_item > a {
    border-color: #009944;
  }
}
.toggle-sidebar:focus i {
  color: #009944;
}
.sidebar-primary.open .toggle-sidebar {
  border-top: solid 1px #D4D4D4;
  border-color: #009944;
  border-top-color: #D4D4D4;
}
.sidebar-primary.open .toggle-sidebar i {
  color: #009944;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 56.25em) {
  .toggle-sidebar:hover, .toggle-sidebar:active, .toggle-sidebar:focus {
    border-color: #009944;
  }
  .toggle-sidebar:hover i, .toggle-sidebar:active i, .toggle-sidebar:focus i {
    color: #009944;
  }
}
.widget ul a:hover, .widget ul a:active, .widget ul a:focus {
  border-color: #009944;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ul a:active, .widget_recent_comments ul a:focus {
  color: #1A1A1A;
  border-color: #009944;
}
.widget_rss .widget-title a:hover, .widget_rss .widget-title a:active, .widget_rss .widget-title a:focus {
  border-color: #009944;
}
.post-header a:hover, .post-header a:active, .post-header a:focus {
  border-color: #009944;
}
.further-reading a:hover, .further-reading a:active, .further-reading a:focus {
  border-color: #009944;
}
.comment-edit-link:focus {
  border-color: #009944;
}
/*
----------------------------------------------------------------------
*/