/*
Theme Name: Fukasawa Child
Theme URI: http: //pie.fhi360.org/
Description: This is a custom child theme I have created.
Author: Deanna Saab
Author URI: http: //designlab360.org/
Template: fukasawa
Version: 0.1
*/

@import url("../fukasawa/style.css");


/* GLOBAL STYLES */

* {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

html body {
	font-size:1.5em;
}

html body a {
    color: #333333;
    margin-bottom:10px;
}
html body a:hover,
html body a:active,
html body a:focus {
    color: #993300;
}

/* MAIN MENU STYLES */

.main-menu li, 
.mobile-menu li {
    font-weight: normal;
}
.main-menu a {
    color: #333333;
    text-transform: none;
    line-height: 1.2;
}
.mobile-menu a {
    color: #ffffff;
}
.main-menu .current-menu-item:before,
.main-menu .current_page_item:before,
.mobile-menu .current-menu-item:before,
.mobile-menu .current_page_item:before {
    color: #ffffff !important;
}
.main-menu .current-menu-item > a,
.mobile-menu .current-menu-item > a{
    font-weight: bold;
    color: #333333;
}
.main-menu a:hover,
.main-menu a:active,
.main-menu a:focus,
.mobile-menu a:hover,
.mobile-menu a:active,
.mobile-menu a:focus {
    font-weight: bold;
    color: #ffffff;
}
.main-menu .menu-item:not(.current-menu-item) > a:before {
    content: "";
    position: relative;
    top: -2px;
    left: -15px;
    display: inline-block;
    margin-right: -7px;
    width: 7px;
    height: 7px;
    background-color: transparent;
}
.main-menu .menu-item a:hover:before,
.main-menu .menu-item a:active:before,
.main-menu .menu-item a:focus:before {
    background-color: #ff9933;
}


/* SIDEBAR STYLES */

.blog-logo:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
.sidebar {
    height: 100%;
}
.sidebar:before {
    width: 350px;
}
.sidebar, .sidebar:before {
    background: #ffffff;
}
.sidebar p {
    color: #ff9933;
}
.sidebar .credits p {
    color: #333333;
}
.sidebar .credits a {
    color: #333333;
}
.sidebar .credits a:hover,
.sidebar .credits a:active,
.sidebar .credits a:focus {
    color: #333333;
    text-decoration: underline;
}
.main-menu:before, .widgets:before, .widget + .widget:before, .credits:before {
    background: #ff9933;
}
.widget-title {
    display: none;
    color: #FFFFFF;
}
.widget-content li {
	line-height:normal;
	padding:0 0 15px 0;
	border-bottom:0;
}
.widget-content ul ul li:first-child {
	border-top:none;
}
.widget-content ul ul {
	margin-top:10px;
}

.widget-content a:hover {
	color: #ff9933;
}

.widgets:before {
	background:none !important;
}


/* CONTENT STYLES */

#page-summary {
    padding: 10px;
}
#page-summary p {
    padding: 25px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
}
.posts .post {
    padding: 25px;
}
.post.single .featured-media {
    padding: 7.5% 7.5% 0;
}
.featured-media img {
    width: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.posts .post-title {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 140%;
}
.posts .post-title a:hover,
.posts .post-title a:active,
.posts .post-title a:focus {
    color: #ff9933 !important;
}
.post.single .post-title {
    margin-bottom: 10px;
}
.post.single .flex-direction-nav a {
    background-color: #ff9933;
}
.post.single .flex-direction-nav a:hover,
.post.single .flex-direction-nav a:active,
.post.single .flex-direction-nav a:focus {
    background-color: #25AAE2;
}
.post-details {
    font-size: 0.9em;
    line-height: 150%;
}
.post-content {
    margin-top: 40px;
}
.post-content:before {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #ddd;
    margin-bottom: 18px;
}
.post-excerpt p {
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
}

.post-excerpt a {
	color: #ff9933;
}

.post-excerpt a:hover {
	color: #333333;
}

.post-meta-bottom ul li {
    float: none;
    display: block;
    margin-bottom: 20px;
}
.post-edit-link {
    font-style: italic;
}
.post-navigation a {
    color: #39536C;
    background: #BED1E2;
}
.post-navigation .post-nav-prev:hover,
.post-navigation .post-nav-prev:active,
.post-navigation .post-nav-prev:focus {
    background: #ff9933;
    color: #FFFFFF;
}
.post-navigation .post-nav-next:hover,
.post-navigation .post-nav-next:active,
.post-navigation .post-nav-next:focus {
    background: #ff9933;
    color: #FFFFFF;
}


/* MOBILE */

.sidebar .nav-toggle .bars .bar {
    background: #FFFFFF;
}
.sidebar .nav-toggle.active {
    background: #FFFFFF;
}
.sidebar .nav-toggle.active .bars .bar {
    background: #F07322;
}
.sidebar .nav-toggle.active .close {
    color: #ff9933;
}
.mobile-navigation {
    background: #016595;
}

@media (min-width: 1001px) {
 
    .wrapper {
        margin-left: 350px;
    }
    .sidebar {
        position: fixed;
        width: 350px;
        background: none;
    }
    
}