@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.cat-name {
	background-color: #efec56!important;
	opacity: 0.8;
	color: #545352;
}

.header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#53b2cf+66,94cbfa+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#53b2cf+0,8ade93+100 */
/*background: #53b2cf;*/ /* Old browsers */
/*background: -moz-linear-gradient(left,  #53b2cf 0%, #8ade93 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(left,  #53b2cf 0%,#8ade93 100%); *//* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right,  #53b2cf 50%,#8ade93 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b2cf', endColorstr='#8ade93',GradientType=1 );*/ /* IE6-9 */

}

.header-image__text {
    padding: 5% 20px 3%;
    }

.entry-content h2 {
    padding: .5em;
    background: #f4f4f4;
    border-left: solid 5px #30bbdd;
    border-bottom: solid 3px #d7d7d7;
}   

.orange {
	color: #d7d303;
}

.entry-content blockquote:before{
	color: #ffffff!important;
}

.entry-content blockquote {

    border: none;
    background: #DDDDDD;
	background: #E6E6E6;
}






