/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*
井口さん公式
160928
child theme css for total
*/

/* ==========================================================================
	 共通
	 ========================================================================== */

/* ヘッダーメニュー
	 ========================================================================== */

.navbar-style-one .dropdown-menu > li > a > span.link-inner {
	padding: 0.5em 0.5em;
}

/* オプトイン
	 ========================================================================== */

.m-optin {
	overflow: visible !important;
}

.m-optin .wpex-vc-column-wrapper {
	margin-bottom: 0;
}

/* トップ */

.m-optin--top {
	background-color: #237277;
}

/* ボトム */

.m-optin--bottom {
	background-color: #70A3A6;
}

/* 画像 */

.m-optin__image {
	
}

.m-optin__image img {
	position: absolute;
	top: -50px;
}

/* 文字 */

.m-optin__text {
  color: #fff;
}

.m-optin__text h3 {
	font-size: 1.6em;
	color: #fff;
	margin: 0 0 9px;
	line-height: 1.333;
}

.m-optin__text p {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 9px;
}

.m-optin__text p > small {
	display: block;
	color: #ddd;
	font-size: 12px;
	line-height: 1.3;
}

/* フォーム */

form.m-optin__form {
	margin-bottom: 12px;
}

form.m-optin__form input[type="text"] {
	display: inline-block;
	width: 66%;
	margin-right: 1%;
	margin-bottom: 0;
	min-width: 200px;
}

/* ボタン */

form.m-optin__form input[type="submit"] {
	position: relative;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	top: -.1em;
	padding: .3em .6em;
	padding-right: .5em;
	padding-bottom: .15em;
	border: 1px solid transparent;
	border-radius: 3px;
	background-color: #dae6e2;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	color: #ee442d;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-family: "Bebas Neue Regular","Helvetica Neue","Helvetica",Arial,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

form.m-optin__form input[type="submit"]:after {
	margin-left: .4em;
	padding-top: .15em;
	color: #188691;
	content: '\f0da';
	font-size: 1.3em;
	font-family: FontAwesome;
	line-height: 1;
	float: right;
}

form.m-optin__form *[type="submit"]:hover {
	border-color:#bf240f;
	border-color:#188691;
	background-color:#eff4f3;
  text-decoration:none;
}

/* ==========================================================================
	 HOME
	 ========================================================================== */

/* プロフィール
	 ========================================================================== */

.m-home__profile {
  margin-top: 30px;
}
.m-home__profile h3 {
  font-size: 1.5em;
  margin: 0 0 .5em;
}
.m-home__profile p {

}

/* 推薦の声
	 ========================================================================== */

.m-home__recommend {
	background-color: #fff;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
}

.m-home__recommend__image {
}

.m-home__recommend__text {
}

/* シェア */

.m-home__share h3 {
  margin: 0 0 10px;
}

.m-home__share .wpex-vc-column-wrapper {
    margin-bottom: 0;
}

.m-home__share .wpb_content_element {
	padding: 1em;
	background-color: #fff;
	box-shadow: 0 2px 4px -2px rgba(0,0,0,.5);
	text-align: center;
}

/* 見出し
	 ========================================================================== */

.m-home__section-title {
	margin-bottom: 50px !important;
	background-color: #578C90;
}

.m-home__section-title .wpex-vc-column-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-home__section-title h2 {
	margin: 0;
	color: #fff;
	font-size: 27px;
	line-height: 1.333;
}

.m-home__section-title p {
	margin: 0;
	color: #fff;
	font-size: 27px;
	line-height: 1.333;
	font-weight: bold;
}

/* 最近のブログ投稿
	 ========================================================================== */

.m-home__blogs {
}

.m-home__blogs .vcex-blog-entry-inner {
	border-top: 7px solid #ef442d;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.4);
	text-align: center;
	transition: all .2s ease-in-out;
}

.m-home__blogs .vcex-blog-entry-details {
	border: 0;
}

/* プログラム／本
	 ========================================================================== */

.m-home__programs,
.m-home__books {

}

/* 画像（左） */

.m-home__programs--image .vc_column-inner,
.m-home__books--image .vc_column-inner {
	padding-top: 50px;
	border-top: 5px solid #000;
}
	.m-home__programs--image.m-first .vc_column-inner,
	.m-home__books--image.m-first .vc_column-inner {
		padding-top: 0;
		border-top: 0;
	}

/* 文字（右 */

.m-home__programs--text .vc_column-inner,
.m-home__books--text .vc_column-inner {
	margin-top: 2px;
	padding-top: 50px;
	border-top: 1px solid #c3c3c3;
}
	.m-home__programs--text.m-first .vc_column-inner,
	.m-home__books--text.m-first .vc_column-inner {
		padding-top: 0;
		border-top: 0;
	}

.m-home__programs--text h3,
.m-home__books--text h3 {
	margin: 0 0 .5em;
	font-size: 24px;
	line-height: 1.333;
}

.m-home__programs--text p,
.m-home__books--text p {
}

/* ボタン */

a.m-btn {
	position: relative;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: .3em .6em;
	border: 1px solid transparent;
	border-radius: 3px;
	background-color: #dae6e2;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	color: #188691;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: "Bebas Neue Regular","Helvetica Neue","Helvetica",Arial,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.m-btn:after {
	margin-left: .4em;
	padding-top: .15em;
	color: #188691;
	content: '\f0da';
	font-size: 1.3em;
	font-family: FontAwesome;
	line-height: 1;
	float: right;
}

a.m-btn:hover {
	border-color:#bf240f;
	border-color:#188691;
	background-color:#eff4f3;
  text-decoration:none;
}

a.m-btn:active {

}

/* ==========================================================================
	 ABOUT
	 ========================================================================== */

.m-about__s1 h1 {
	color: #fff;
	margin: 0;
	font-size: 27px;
	text-align: center;
}

.m-about__s1 p {
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

.m-about__s2 p {
	font-size: 26.1px;
	line-height: 1.75;
	margin-bottom: 1.5em;
}

.m-about__s3 { }

ul.social-metrics {
	margin: 0;
	padding: 12px;
	list-style-type: none;
	line-height: 1.5;
	background-color: rgba(255,255,255,0.8);
}

ul.social-metrics li {
	margin: 0 0 1em;
	padding-top: .5em;
	padding-left: 85px;
	min-height: 71px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 21px;
}

ul.social-metrics li.yt { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-yt.png"); }
ul.social-metrics li.fb { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-fb.png"); }
ul.social-metrics li.tw { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-tw.png"); }
ul.social-metrics li.li { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-li.png"); }
ul.social-metrics li.pc { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-pc.png"); }
ul.social-metrics li.ig { background-image: url("http://akiraiguchi.com/home/wp/wp-content/uploads/social-metrics-icon-ig.png"); }

.m-about__s4 p {
	font-size: 21.6px;
	line-height: 1.5;
	margin-bottom: 1em;
}

.m-about__s5 { }

.m-about__s6 { }

.m-about__s7 { }

.m-about__s8 h3 {
	text-align: center;
	font-size: 26px;
}

.m-about__s8 p {
	text-align: center;
	font-size: 19px;
}

/* ==========================================================================
	 BLOG
	 ========================================================================== */

.single-post .site-content,
.category-blog .site-content {
	margin: auto;
	width: 768px;
}

.single-post .entries,
.category-blog .entries {
	position: relative;
	left: 72px;
}

.single-post .blog-entry-header,
.category-blog .blog-entry-header {
	position: relative;
	left: -102px;
	margin-bottom: 0;
}

.single-post .blog-entry-title,
.category-blog .blog-entry-title {
	font-weight: bold;
}

.single-post .blog-entry-author-avatar img,
.category-blog .blog-entry-author-avatar img {
	max-width: 75px;
	border-radius: 50%;
}

/* ==========================================================================
	 フッター
	 ========================================================================== */

/*ウィジェットタイトル*/

.footer-widget .widget-title {
	border-bottom: 1px solid rgba(24,134,145,.5);
	color: rgba(253,253,253,.75);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.2em;
  line-height: 1;
	padding-bottom: 6px;
	margin: 0 0 12px;
}

/*リスト*/

.site-footer ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none outside none;
	line-height: 1.5;
}
.site-footer .widget_recent_entries li, 
.site-footer .widget_categories li {
	clear: both;
	overflow: auto;
	padding: .4em 0;
	border-bottom: 1px solid #444;
	color: rgb(147, 158, 157);
}
.wpex-widget-recent-posts-li:first-child, 
.widget_categories li:first-child, 
.widget_recent_entries li:first-child, 
.widget_archive li:first-child, 
.widget_recent_comments li:first-child, 
.widget_product_categories li:first-child, 
.widget_layered_nav li:first-child, 
.widget-recent-posts-icons li:first-child, 
.site-footer .widget_nav_menu li:first-child {
	border-top: 0;
}

.site-footer a,
.site-footer strong {
	color: inherit;
	transition: all 0.15s linear;
}

/* ツイート
	 ========================================================================== */

.tweets {
	margin-bottom: 1.5em;
	padding: 0;
}

#footer-outer #footer-widgets .tweets p {
	padding: 0; 
}

ul.tweets {
	padding-bottom: 12px;
}

.tweets li {
	clear: both;
	overflow: auto;
	padding: .4em 0;
	border-bottom: 1px solid #444;
	color: rgb(147, 158, 157);
	font-size: 100%;
}

.tweets p {
	float: left;
	margin: 0;
	width: 70%;
	color: inherit;
	font-size: inherit;
	font-size: 90%;
}

.tweets p.time {
	width: 30%; 

}

.tweets .time {
	text-align: right;
	font-style: italic; 
}

.tweets-meta .real-name {
	display: block;
	color: #fff;
	font-size: 21px;
}

.tweets-meta p {
	font-size: 15px;
	line-height: 1.5;
}

/* コネクト
	 ========================================================================== */

.connect {
	text-align: right;
}

.connect li {
	display: inline-block;
	border-bottom: none !important;
}

.connect i {
	width: 38px;
	height: 38px;
	background-color: rgba(87, 140, 144, 0.6) !important;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.connect i {
	position: relative;
	top: -2px;
	display: inline-block;
	max-width: 100%;
	border-radius: 999px 999px 999px 999px;
	vertical-align: middle;
	text-align: center;
	word-spacing: 1px;
	font-size: 22.4px;
	line-height: 38px;
}

.connect a:hover i {
	background-color: #839c9b !important;
	color: rgba(0, 0, 0, 0.7) !important;
}

/* ポッドキャストボタン
	 ========================================================================== */
a.podcast-link {
    display: inline-block;
    margin: 15px 0;
    padding: 9px 12px;
    border-radius: 3px;
    background: rgb(35, 114, 119);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight:  normal;
    font-family: "Bebas Neue Regular","Helvetica Neue","Helvetica",Arial,sans-serif;
    line-height: 1;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}

a.podcast-link:hover {
    text-decoration: none;
}