/*!
Theme Name: AKA Solution
Description: AKA Solution
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/
@charset "UTF-8";

/*-------------------------------------
            BLOG
-------------------------------------*/
.logo { 
    text-align: left;
    padding-left: 50px;
    margin-top: -10px;
    width: 700px;
    filter: drop-shadow(0px 0px 2px black);
}
.logo::after { 
	content: "BLOG";
	color: #fff;
	font-size: 70px;
    margin-left:300px;
    font-family:Arial;
}

@media screen and (max-width:480px) {
    #header-in .logo {
        width: 100%;
        text-align:left;
    }
    #header-in .logo::after { 
        content: "BLOG";
        color: #fff;
        font-size: 40px;
        margin-left:40px;
    }
    #header-in .logo-header img {
        width:90px;
    }
    #header-in .logo-image {
      padding-bottom:50px;  
    }
}

.tagline {
    font-size: 20px !important;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin: 0;
}
#header-container .wrap {
    width:100%;
    max-width:1680px;
}
#header-container .navi-in > ul li {
    line-height:85px;
    height:85px;
    font-weight:bold;
    font-size:18px;
    width: auto;
    padding: 0 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#header-container .navi-in > ul  {
    justify-content: flex-start;
    text-align: center;
    padding-left: 50px;
}
#header-container .navi-in a {
    font-size:18px;
}
@media screen and (max-width:768px) {
    #content-in.wrap {
        width:100%;
    }
    #footer-in.wrap {
        width:100%;
    }
    .tagline {
        display:none;
    }
    .ect-entry-card .card-thumb {
        float:none;
    }
    article .entry-card-content {
        margin-left: 0px;
        word-break: break-all;
    }
    #container .mobile-menu-buttons {
        display:none;
    }
}
@media screen and (max-width:480px) {
    #navi .navi-in > .menu-mobile li {
        padding:0;
    }
    #navi .navi-in .has-icon {
        display:none;
    }
    .ect-entry-card .card-thumb {
        float:none;
    }

}


