/*
Theme Name:   Veen Child
Theme URI:    https://1.envato.market/wp-veen-preview
Author: EstudioPatagon
Author URI: https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Veen
Template: veen

*/

/* Add your custom code just below */


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

h1.title {
text-align:center;
}

h4 span {
background-color:#558b2f;
border-radius: 3px;
color:#fff;
margin-right:10px;
font-size:80%;
padding:10px;
}

.icon {
color:#558b2f;
}

.icon-red {
color:#d32c25;
}

hr.kugiri{
background-color:#558b2f;
}

.is-style-wide {
background-color:#558b2f;
}

.epcl-shortcode.epcl-toggle .toggle-title {
    font-size: 16px;
    padding: 15px 20px;
    background-color: #f9f9f9;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 800;
}

div.meta .author .author-image {
    display:none!important;
    position: relative;
    left: auto;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
}

.top-matera,.top-matera-2{
text-align:center;
}

.top-matera p.cap,.top-matera-2 p.cap{
width:90%;
margin:0 auto 1em;
}

.top-matera-2 {
margin-top:50px;
}

.top-matera-2 p {
width:100%;
margin: 0 auto;
}



.top-menu li{
    display: inline;
}
.top-menu li img {
width:50%;
height:auto;
}

.top-menu a:hover {
opacity: 0.7;
filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

.top-matera,.top-matera-2  {
width:90%;
margin:0 auto;
}

.top-menu li img {
width:100%;
height:auto;
}

    h4 {
    	text-align:center;
    }
    h4 span {
        display:block;
        width:90%;
        margin:0 auto 10px;
    }
}