/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* h4 title font change */
h4 {
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	color: #686868;
}

/* Experience single page header Social icon NON display */
.sr-experience .tour-header {
	margin-bottom: 10px;
	display: none;
}

/* powered Solidres の非表示*/
.row-fluid .powered {
	display: none !important;
}


/* 日本語表示のケースを配慮して行高を調整*/
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5em;
}

/* メニュー icon */
.uk-icon-home:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-camera:before {
	content: "\f030";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-mail:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-book:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-iion-user:before {
	content: "\f2c0";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-car:before {
	content: "\f1b9";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

.uk-icon-github-square:before {
	content: "\f092";
	font-family: FontAwesome;
	margin-right: 0.8em;
}

/* Extra listモジュールのアイテムタイトル */
.solidres-module-exp-extra h4, .solidres-module-experience-item h4 {
	font-size: 20px;
	color: #57a87a;
	font-weight: 600;
}

/* bottom-d position margin-top*/
#tm-bottom-d {
	margin-top: 40px !important;
}

/* bottom-c ul li 装飾無し*/
.tm-bottom-c li {
	background: none;
	padding-left: 0px;
}

/* ツアースタート時間非表示 */
.sr-experience .start-time {
  display:none;
}


/* article 表示枠*/
.uk-article {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: #57a87a;
	box-shadow: 0 0 7px rgb(0 0 0 / 7%);
	padding: 20px;
}

/* 大人アイコンの非表示 */
.fa-male:before {
  display:none;
}



/* article内の　float 画像 left/rightの最大サイズを限定*/
@media (min-width: 960px) {
	.uk-article .uk-align-left, .uk-article .uk-align-right {
		max-width: 50%;
		margin-right: 20px;
	}
}
