/*
Template:sydney
Theme Name:sydney_child
*/


#secondary {
    background-color: transparent !important;
}

.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
}

	h1, h2, h3, h4, h5, h6{
	font-size: 24px;/*大きさ*/
	font-size: 1.5rem;/*大きさ*/
	font-weight: 300;/*太さ*/
		color: #ffffff
}

.classic-alt .entry-title a {
	color: #ffffff;
}

body.post-template-default article[class*="category-blog-"] {
	padding: 40px 40px 100px !important;
	background: rgba(55,66,78,.6);
}

body.post-template-default article[class*="category-blog-"] .entry-header .meta-post:empty {
	display: none;
}

@media only screen and (max-width: 767px){
	.btn-menu {
		position: absolute;
		top: 10px;
		right: 10px;
		line-height: 1;
		margin: 0;
	}
	.btn-menu-wrap {
		position: static;
	}
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
        height: 35px !important;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 350px !important;
}
