/*
Theme Name: One for Wan
Description: A Child Theme for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: https://photo.oneforwan.org
Template: enfold
*/


/*	フォント指定	*/
body.open_sans {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}


/*	SNSアイコン（Facebook, Instagram, Mail）の フォント指定	*/
#header_main > div > div > nav > ul > li > a {
	font-size: 19px;
	font-weight: 300;
//	color: #000 !important;
}


/*	SNSアイコン（Facebook, Instagram, Mail）の 右左の間隔を調整する	*/
#top .social_bookmarks li {
	width: 30px;
}
.avia-menu.av_menu_icon_beside {
	padding-right: 5px;
	margin-right: 5px;
	border-right-width: 0;
}


/*	SNSアイコン（Facebook, Instagram, Mail）の hover時の色を「深緑」の薄い色に変える	*/
#top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-facebook a:focus,
#top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus,
#top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-mail a:focus{
    background-color: rgba(0,99,0,1);	//#006400;
}


/*	reCAPTCHAのロゴを非表示にする	*/
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha {
	font-size: 80%;
	text-align: right;
}


/*	dlを2列にする	*/
dl.about dt {
	float: left;
}
dl.about dd {
	margin-left: 10em;
}


/*	Enfold Theme by Kriesiを隠す	*/
#socket > div > span.copyright > a {
	display: none;
}


.photo-about h3 {
	margin-bottom: 2em;
}
.photo-about p {
	font-size: 12px;
	margin-bottom: 1.5em;
}
.sign img {
	width: 120px;
}




