/*
Theme Name: Sydney Child
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* スライダーメインタイトル（上段） */
.text-slider .maintitle {
    font-size: 30px;  
    font-weight: bold 
}

/* スライダーサブタイトル（下段） */
.text-slider .subtitle {
    font-size: 30px;  
    font-weight: bold 
}

/* 見出し */
.entry-content dd {
    display: inline-block;
    width: 176px;
    vertical-align: top;
}

/* 内容 */
.entry-content dt {
    display: inline-block;
    width: calc(100% - 190px);
    vertical-align: top;
    font-weight: normal;
}

@media screen and (max-width:600px){
    .entry-content dd{
        display: block;
        font-weight: bold;
    }
    .entry-content dt{
        display: block;
    } 
 }

/*** 「次の投稿」「前の投稿」を非表示 ***/
.nav-links {
display: none;
background-color: transparent
}

@media only screen and (min-width:992px){
  
  .site-header .col-md-4{
    width: 40% !important;
  } 
  
  .site-header .col-md-8{
    width: 60% !important;
  }
  
}

/*** フッター 言語切り替え表示を横並びにする ***/
.footer-widgets li.lang-item{
	display: inline;
	margin: 0 5px;
}

/*** フッターの高さを少なく***/
.footer-widgets {
    padding: 40px 0;
}

/*Contact form7 項目のブロックデザイン*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: ;
	color: ;
	width: ;
	border: ;
	font-size: ;
	padding: ;
	border-radius: 6px;
	box-shadow: ;
}

/*Contact form7 送信ボタンのブロックデザイン*/
.wpcf7 input[type="submit"] {
	font-size: ;
	padding: ;
	background:　;
	color: ;
	border-radius: 6px;
	cursor: ;
	box-shadow: ;
	border: ;
	text-shadow: ;
}