/*End Generated Styles*//*
 +-----------------------------------------------------------------------+
 | Project Name    : WDX template site creation                            |
 | File Name       : Custom CSS                                                    |
 | Creation Date   : Mar 17, 2021                                                 |
 |                                                                                              |
 | Copyright (C) 2021, Pacific Software Publishing. Inc.                 |
 |                                                                                              |
 | This source code or any portion thereof must not be                  |
 | reproduced or used in any manner whatsoever.                         |
 |                                                                                              |
 +-----------------------------------------------------------------------+
 | Author: Miyuki Hirayama                                                         |
 +-----------------------------------------------------------------------+
 */

/** see README file http://wdx.coaching.webdexpress.com/uploads/2020/08/07/readme_coaching-css.txt for editing help  **/

/** FOR CONTACT PAGE - Please use Dashboard menu to edit Contact page content and settings. Using Wizard menu will cause the current content to be overridden. **/

/** values noted on README ****************************************/
#header h1:before {
	background: url(/uploads/2021/03/17/portrait.jpg) center/cover no-repeat; /** Note 1 - image of portrait **/
}

.headerslide-image {
	animation-duration: 15s; /** Note 2 - image swap speed **/
}

.call-to-action{
	border: 1px solid #857789; /** Note 3a - border of box on homepage content **/
}
.call-to-action::before {
	background-image: linear-gradient(-45deg, #1b5f25 25%, #b39cb9 25%, #b39cb9 50%, #1b5f25 50%, #1b5f25 75%, #b39cb9 75%, #b39cb9 100%); /** Note 3b - stripe color of box on homepage content **/
}
.call-to-action strong {
	color: #f7931c; /** Note 3c - color of emphasized text in box of homepage content **/
}
.button {
	background-color: #1b335f; /** Note 4 - color of button **/
	color: #fff; /** Note 4 - text color of button **/
}
.button:after {
	background: #a6b5cf; /** Note 4 - color of button on mouse over **/
}

.page-title, .page_title {
	color: #1b335f; /** Note 5 - color of page title **/
}

ul.services li:first-child:before {
	background: url(/uploads/2021/03/18/icon_shigin.png) center/130px no-repeat, #42BDA0; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(2):before {
	background: url(/uploads/2021/03/18/icon_certificate.png) center/130px no-repeat, #4AAAD2; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(3):before {
	background: url(/uploads/2021/03/17/icon_health.png) center/130px no-repeat, #FFC60B; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(4):before {
	background: url(/uploads/2021/03/17/icon_findings.png) center/130px no-repeat, #D43A80; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(5):before {
	background: url(/uploads/2021/03/17/icon_connection.png) center/130px no-repeat, #BA9BC9; /** Note 6 - service image and background color **/
}
ul.services li:nth-child(6):before {
	background: url(/uploads/2021/03/17/icon_lesson.png) center/130px no-repeat, #9CBD3C; /** Note 6 - service image and background color **/
}

/** END values noted on README ****************************************/

/* You should not need to edit anything below this point! */
#navigation {
top: inherit;
}
#content .menu-buttons {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
#content .menu-buttons li {
display: inline-block;
margin: 0.5em 1em;
}
#content .menu-buttons li .button {
margin: 0;
}
a.button:active, a.button:focus {
    color: #fff;
}

.dotted-border {
border-image-slice: 13 13 13 13;
border-image-width: 13px 13px 13px 13px;
border-image-outset: 0;
border-image-repeat: repeat repeat;
border-image-source: url(/uploads/2021/03/18/border.png);
text-align: center;
padding: 2.5em 2.5em 2em 2.5em;
margin-bottom: 2em;
}

/** Setting for header images **/
.headerslide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -5;
	top: 0;
}
.headerslide-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	animation-name: kenburns;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	opacity: 1;
	transform: scale(1.2);
}
.headerslide-image:nth-child(1) {
animation-name: kenburns-1;
z-index: 3; }
.headerslide-image:nth-child(2) {
animation-name: kenburns-2;
z-index: 2; }
.headerslide-image:nth-child(3) {
animation-name: kenburns-3;
z-index: 1; }
.headerslide-image:nth-child(4) {
animation-name: kenburns-4;
z-index: 0; }

@keyframes kenburns-1 {
0% { opacity: 1; transform: scale(1); }
1.5625% { opacity: 1; }
23.4375% { opacity: 1; }
26.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1.2); }
98.4375% { opacity: 0; transform: scale(1); }
100% { opacity: 1; transform: scale(1) }
}
@keyframes kenburns-2 {
23.4375% { opacity: 1; transform: scale(1); }
26.5625% { opacity: 1; }
48.4375% { opacity: 1; }
51.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1); }
}
@keyframes kenburns-3 {
48.4375% { opacity: 1; transform: scale(1); }
51.5625% { opacity: 1; }
73.4375% { opacity: 1; }
76.5625% { opacity: 0; transform: scale(1.2); }
100% { opacity: 0; transform: scale(1); }
}
@keyframes kenburns-4 {
73.4375% { opacity: 1; transform: scale(1); }
76.5625% { opacity: 1; }
98.4375% { opacity: 1; }
100% { opacity: 0; transform: scale(1.2); }
}

.color-overlay {
position: absolute;
width: 100%;
background: rgba(250,239,196,0.5);
height: 100%;
z-index: 5;
}

/** Setting for header section - other pages **/
#header {
	background: none;
}

#header .webdexpress_header {
	position: relative;
	max-width: 100%;
	padding: 6rem 5rem 2rem 5rem;
}
#header h1 {
	display: table;
	width: 100%;
}
#header h1:before {
	content: "";
	width: 250px;
	height: 250px;
	display: block;
	border-radius: 50%;
	border: 3px solid #fff;
	margin: 0 0.5em 0 0;
}
#header h1 a {
	word-break: break-word;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	width: 100%;
}
#header h2 {
	position: absolute;
	top: 58%;
	left: 355px;
	margin-top: 35px;
}
/** Setting for header section - index **/
#header.home_header .webdexpress_header {
	max-width: 50%;
	padding: 6rem 2rem 4rem 1.25rem;
}
#header.home_header h1:before {
	margin: 0 auto 10px auto;
}
#header.home_header h1 {
	display: block;
	width: auto;
}
#header.home_header h1 a {
	display: block;
	text-align: center;
}
#header.home_header h2 {
	position: inherit;
	margin-top: 15px;
}

/** Setting for homepage **/
.call-to-action{
	margin: 2em auto;
	text-align: center;
	width: 80%;
}
.call-to-action::before {
	content: "";
	height: 5px;
	width: 100%;
	display: block;
	background-size: 30px 30px;
}
.call-to-action p {
	margin: 0;
	padding: 0 1em;
}
.call-to-action strong {
	font-size: 1.6em;
	font-family: "Volkhov",serif;
}
.button {
	text-decoration: none;
	padding: 0.8em 1.2em;
	border-radius: 10px;
	margin: 1em auto;
	display: inline-block;
	font-weight: bold;
	overflow: hidden;
	position:relative;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.button:hover:after {
	height: 355%;
	opacity: 1;
}

/** Setting for menu **/
#content ul.services {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#content ul.services li {
	width: 49%;
	margin: 2em 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em;
	text-align: left;
	box-sizing: border-box;
}

#content ul.services li strong:first-child {
	display: block;
	margin-bottom: -8px;
}

#content ul.services li:before {
	content: "";
	width: 150px;
	height: 150px;
	float: left;
	border-radius: 100px;
	margin: 0 10px 10px 0;
}

#content ul.services li:after {
	content: "";
	display: table;
	clear: both;
}

.page-title, .page_title {
	font-size: 1.7em;
	margin-bottom: 1em;
	font-weight: bold;
	font-family: 'Short Stack', 'Sawarabi Mincho', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', serif;
}
.page-title:before, .page_title:before {
	content: '“';
	font-size: 5em;
	color: rgba(125,125,125,0.2);
	line-height: 0;
	position: relative;
	bottom: -49px;
	margin-right: -32px;
	left: -15px;
	font-family: "Volkhov",serif;
}

#mainbody #whatsnew .page_title:before {
	display: none;
}
#mainbody #whatsnew .page_title {
	margin-bottom: inherit;
}

.center {
text-align: center;
}

@media screen and (max-width: 1145px) {

}

@media screen and (max-width: 767px) {
	#content ul.services li {
		width: 100%;
		margin: 1.5em 0;
	}
}

@media only screen and (max-width: 39.99em) {
	#header h1 {
		display: table;
		width: 100%;
	}
	#header h1:before {
		margin: 0 auto 10px auto;
		float: none;
		width: 150px;
		height: 150px;
	}
	#header h1 a {
		display: block;
		width: 100%;
		text-align: center;
	}
	#header h2 {
		position: inherit;
	}
	#header .webdexpress_header {
		padding: 2em 1rem;
	}

#header.home_header .webdexpress_header {
	max-width: 100%;
	padding: 1rem 1.25rem 2rem;

}

@media screen and (max-width: 375px) {
	#content ul.services li {
		text-align: center;
	}
	#content ul.services li:before {
		float: none;
		display: block;
		margin: 0 auto 1em auto;
	}
}