
/* Typography */
body,p,h1,h2,h3,h4,h5,h6,a {
	color: #3a3a3a;
}
strong {
	color: inherit;
}
.mottowasabi_blog-name,
.mottowasabi_blog-name strong {
	color: white
}
.header-custom_sticky .mottowasabi_blog-name,
.header-custom_sticky .mottowasabi_blog-name strong {
	color: #3a3a3a;
}
h2.title strong {
	color: white;
}

/* Single portfolio */
.single-portfolio_title .mottowasabi_line {
	background-color: #3a3a3a;
}

/* Refs */
.mottowasabi_ref {
	padding-bottom: 2.857%;
}
@media all and (min-width: 767px) {
	.mottowasabi_ref {
		width: 48.571%;
		padding-right: 2.857%;
	}
}

/* Portfolio page */
.single-portfolio .mottowasabi_blog-name,
.single-portfolio .mottowasabi_blog-name strong {
	color: #3a3a3a;
}
.single-portfolio .header-custom a {
	color: #3a3a3a;
}
.single-portfolio .header-custom a:hover {
	color: #3a3a3a;
}


/* View more */
.mottowasabi_view-more {
	
}
.mottowasabi_view-more h3 {
	font-size: 18px;
}
.mottowasabi_view-more_arrow {
	display: inline-block;
	width: 83.333333333333px;
	height: 52px;
	background-image: url('../assets/down-arrow_black.png');
	background-size: 83.333333333333px 52px;
}


/* Service balls */
.mottowasabi_service-ball {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
	white-space: normal;
}
.mottowasabi_service-ball > * {
	position: relative;
	z-index: 3;
}
.mottowasabi_service-ball h4 {
	font-size: 10px;
	color: white;
}

.mottowasabi_service-ball .mottowasabi_service-ball_background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.75;
	z-index: 1;
}

.mottowasabi_service-balls {
	text-align: center;
	position: relative;
	white-space: nowrap;
	margin: 70px 0px 150px 0px;
}

.mottowasabi_service-balls .mottowasabi_service-ball {
	line-height: 200px;
	padding: 0px 30px;
}
.mottowasabi_service-balls .mottowasabi_service-ball a {
	line-height: 1em;
	vertica-align: middle;
	display: inline-block;
}
.mottowasabi_service-balls {
	
}

/* Service sections */
.mottowasabi_service {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 500px;
	position: relative;
	overflow: hidden;
	text-align: center;
}


.mottowasabi_service .mottowasabi_service-ball {
	display: inline-block;
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}

.mottowasabi_service-ball-content {
	position: absolute;
}

.mottowasabi_service .mottowasabi_service-ball h4 {
	font-size: 20px;
	line-height: 1.2em;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0;
	letter-spacing: 1px;
	padding-left: 58.578643762691px;
	padding-right: 58.578643762691px;
}
.mottowasabi_service .mottowasabi_service-ball p {
	color: white;
	font-family: "proxima-nova";
	font-size: 15px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	padding-left: 39.052429175127px;
	padding-right: 39.052429175127px;
}
.mottowasabi_service .mottowasabi_service-ball_background {
	opacity: 0.8;
}

@media all and (min-width: 1460px) {
		.mottowasabi_service .mottowasabi_service-ball {
		width: 600px;
		height: 600px;
	}
	.mottowasabi_service .mottowasabi_service-ball h4 {
		font-size: 28px;
		padding-left: 117.86796564404px;
		padding-right: 117.86796564404px;
	}
	.mottowasabi_service .mottowasabi_service-ball p {
		font-size: 20px;
		padding-left: 58.578643762691px;
		padding-right: 58.578643762691px;
	}
}

/* Custom Header */
.header-custom {
	position: 	absolute;
	top: 		0px;
	width: 		100%;
	z-index: 	3;
	display: 	none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-custom.header-custom_sticky {
	background-color: rgba(255,255,255,1);
}
.header-custom.header-custom_sticky a {
	color: #3a3a3a;
}
.header-custom.header-custom_sticky a:hover {
	color: #3a3a3a;;
	border-bottom: 1px solid #3a3a3a;;
}

/* Desktop header */
.header-custom a {
	color: white;
	letter-spacing: 0.025em;
}

.header-custom .logo-text {
	position: relative;
	top: 3px;
}

.header-custom a:hover {
	color: white;
	border-bottom: 1px solid white;
}
.header-custom_desktop ul {
	list-style-type: none;
	margin: 0;
	display: inline-block;
	float: right;
}
.header-custom_desktop ul li {
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
}

/* Mobile header */
.header-custom_mobile.header-custom_sticky {
	background-color: white;
}
.header-custom_mobile.header-custom_sticky a {
	color: #3a3a3a;;
}


.header-custom_mobile .mobile-menu_toggler {
    position: 			absolute;
    top: 				50%;
    right: 				30px;
    margin: 			-8px 0 0 0;
    width: 				16px;
    height: 			16px;
    border: 0 !important;
    
    background-image: 		url(../../_include/img/sprite-menu.svg);
    background-repeat: 		no-repeat;
    background-position: 	-16px -32px;
    
    opacity: 				1;
    -webkit-transition: 	-webkit-transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    transition: 			transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    
    -webkit-transform: 	rotate(0deg);
    -ms-transform: 		rotate(0deg);
    transform: 			rotate(0deg);
}
.header-custom_mobile.header-custom_sticky .mobile-menu_toggler {
	background-position: 	0px -32px;
}

.header-custom_mobile .mobile-menu_toggler.mobile-menu_open {
    opacity: 				1;
    background-position: 	-16px -48px;
    -webkit-transition: 	-webkit-transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    transition: 			transform 0.250s ease-out 0s, opacity 0.215s ease-in-out 0s;
    -webkit-transform: 		rotate(-180deg);
    -ms-transform: 			rotate(-180deg);
    transform: 				rotate(-180deg);
}

.header-custom_mobile .mobile-menu_toggler.mobile-menu_open {
	background-position: 	0px -48px;
}

.no-svg .header-custom_mobile .mobile-menu_toggler {
    background-image: url(../../_include/img/sprite-menu.png);
}

/* Mobile overlay menu */
.mobile-menu_overlay {
	display: 	none;
}
.mobile-menu_overlay.mobile-menu_open {
	display:			block;
	width: 				100%;
	height: 			100%;
	z-index: 			2;
	background-color: 	white;
	position: 			fixed;
	overflow:			scroll;
	top: 				0px;
	left: 				0px;
}
.mobile-menu_overlay ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.mobile-menu_overlay ul li {
	display: block;
	font-size: 20px;
	padding: 1em 0em;
}
@media all and (min-width: 768px) {	
	.mobile-menu_overlay ul li {
		font-size: 40px;
	}
}

