/*!
Theme Name: DIAL
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dial
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DIAL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	#c1b8b1-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'neue-haas-grotesk-text', sans-serif;
	margin: 0;
	font-size: 24px;
	color: black;
	padding: 0;
	background: none;
	border: none;
	line-height: 24px;
	margin: 20px 0;
	cursor: url('images/Submit_@40px.png') 26.5 20, s-resize;
	cursor: -webkit-image-set( url('images/Submit_@40px.png') 1x, url('images/Submit_@80px.png') 2x ) 26.5 20, s-resize;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	transition: transform 1s ease;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-webkit-transform: scaleX(2);
	-ms-transform: scaleX(2);
	transform: scaleX(2);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: 'neue-haas-grotesk-text', sans-serif;
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	color: black;
	border: none;
  border-top: 1px solid black;
	display: block;
  width: 100%;
	padding: 4px 0;
	cursor: url('images/Text_@40px.png') 20 26.5, text;
	cursor: -webkit-image-set( url('images/Text_@40px.png') 1x, url('images/Text_@80px.png') 2x ) 20 26.5, text;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	min-height: 200px;
}

/*--------------------------------------------------------------
# STYLING
--------------------------------------------------------------*/
@media screen and (min-width: 0) {
	body, html, a, p, h1, h2, h3, h4, h5, h5, span {
		color: black;
		text-decoration: none;
		transition: transform 1.5s ease;
	}

	body {
		-webkit-transform-origin: 50% bottom 0;
		-ms-transform-origin: 50% bottom 0;
		transform-origin: 50% bottom 0;
		cursor: url('images/Default_@40px.png') 20 26.5, s-resize;
		cursor: -webkit-image-set( url('images/Default_@40px.png') 1x, url('images/Default_@80px.png') 2x ) 20 26.5, s-resize;
		background: #c1b8b1;
	}

	a:hover {
		text-decoration: underline;
		cursor: url('images/Pointer_@40px.png') 33 11, nw-resize;
		cursor: -webkit-image-set( url('images/Pointer_@40px.png') 1x, url('images/Pointer_@80px.png') 2x ) 33 11, nw-resize;
	}

	.underline {
		text-decoration: underline;
	}

	.menu-items img:hover {
		cursor: url('images/Pointer_@40px.png') 33 11, nw-resize;
		cursor: -webkit-image-set( url('images/Pointer_@40px.png') 1x, url('images/Pointer_@80px.png') 2x ) 33 11, nw-resize;
	}

	.hov-state {
		cursor: url('images/Pointer_@40px.png') 33 11, nw-resize;
		cursor: -webkit-image-set( url('images/Pointer_@40px.png') 1x, url('images/Pointer_@80px.png') 2x ) 33 11, nw-resize;
	}

	.col-Wrap.foot {
		cursor: url('images/Up_@40px.png') 20 26.5, n-resize;
		cursor: -webkit-image-set( url('images/Up_@40px.png') 1x, url('images/Up_@80px.png') 2x ) 20 26.5, n-resize;
	}

	.col-Wrap, span {
		font-size: 10px;
		line-height: 12px;
		font-family: 'roboto-mono', monospace;
		text-transform: uppercase;
		clear: both;
		overflow: hidden;
	}

	.fix {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.open-Wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
	}

	.pad {
		height: calc(100vh + 40px);
	}

	.block {
		min-height: 568px;
		position: relative;
		-webkit-transform-origin: 50% 0% 0;
		-ms-transform-origin: 50% 0% 0;
		transform-origin: 50% 0% 0;
		background-color: #c1b8b1;
		transition: background-color 1s ease;
	}

	.block.intro img {
		display: block;
		width: 100%;
		padding: 2px 20px;
		margin-bottom: 3px;
		transition: height 1s ease;
	}

	img.designed, img.association, img.landscapes, img.tree {
		background: black;
	}

	.block.intro .lt-Wrap img {
		height: 6.5vh;
	}

	img.designed {
    height: 5vh;
  }

	img.cloud {
    height: 13vh;
  }

	img.tree {
		padding: 2px!important;
		height: 50%;
	}

	img.in {
    padding: 2px 4px 2px 0px!important;
		height: 50%;
  }

	img.texture {
		padding: 2px 0!important;
		height: 20%;
	}

	img.association {
    height: 80%;
  }

	img.heart {
    height: 8vh;
  }

	img.landscapes {
    height: 4vh;
  }

	.ic {
		width: 50%;
		float: left;
		height: calc(58.5vh - 22px);
		padding-bottom: 6px;
		transition: height 1s ease, width 1s ease;
	}

	.expwr {
		float: right;
	}

	.ic:first-child {
    padding-right: 2px;
  }

	.ic:last-child {
		padding-left: 2px;
	}

	.ic-Wrap {
		clear: both;
		overflow: hidden;
	}

	.lt-Wrap {
		padding-top: 20px;
	}

	.lt-Wrap img {
		height: 50px;
		margin-bottom: 3px;
	  background: black;
	}

	.lt-Wrap img, .bt-Wrap img {
    display: block;
    width: 100%;
		padding: 2px 20px;
  }

	.col-copy, .col-business, .col-det, .col-cont {
    width: 50%;
    float: left;
  }

	.col-business {
    width: 140px;
  }

	.col-Wrap {
		margin: 0 20px;
		border-top: 1px solid black;
		padding-top: 8px;
	}

	/* .col-Wrap.stats {
		margin-top: 20px;
	} */

	.ct-Wrap {
		margin-bottom: 12px;
	}

	.ct-Wrap, .cb-Wrap {
		clear: both;
		overflow: hidden;
	}

	.col-Wrap.intro {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
	}

	img.m-hov {
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 156px;
		display: none;
	}

	.menu-items {
    margin: auto 20px;
    height: 165px;
    border-top: 1px solid;
    margin-top: 25vh;
		padding-top: 8px;
	}

	.menu-items img {
		display: block;
		margin-bottom: 8px;
    height: 18px;
		transition: width 1s ease;
  }

	.bt-Wrap {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
  }

	.bt-img-Con {
    position: relative;
  }

	.bt-img-Con span {
    position: absolute;
    top: -10px;
    right: 10px;
  }

	img.eq {
    height: 40px;
  }

	img.su {
    height: 160px;
  }

	img.ch {
    height: 80px;
  }

	.block.cont {
		padding: 20px 0;
	}

	/* .block.contact {
		overflow-y: auto;
	} */

	.col-Wrap.foot {
    margin-bottom: 20px;
  }

	.cns-Wrap {
		padding-right: 20px;
	}

	.cns-Wrap, .col-text {
		width: 50%;
		float: left;
	}

	.c-box {
		clear: both;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.col-no, .col-stat {
		float: left;
	}

	.col-no {
		width: 25%;
	}

	.col-stat {
		width: 75%;
  }

	.pt-Wrap {
    padding: 0 20px;
		margin-top: 40px;
		/* margin-bottom: 20px; */
		margin-right: 20px;
		overflow-y: scroll;
		min-height: 500px;
  }

	.pt-Wrap::-webkit-scrollbar, .pt-Wrap::-webkit-scrollbar {
		width: 3px;
		background-color: transparent;
		border-right: 1px solid;
	}

	.pt-Wrap::-webkit-scrollbar-thumb, .pt-Wrap::-webkit-scrollbar-thumb {
		background-color: black;
	}

	/* body::-webkit-scrollbar, body::-webkit-scrollbar {
		width: 3px;
		background-color: transparent;
		border-right: 1px solid;
	}

	body::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
		background-color: black;
	} */

	.pt-Wrap p:first-child {
		text-indent: 0;
	}

	.pt-Wrap p, .pt-Wrap p span {
		font-family: 'neue-haas-grotesk-text', sans-serif;
		text-indent: 40px;
		margin: 0;
		font-size: 24px;
		line-height: 28px;
		text-transform: none;
	}

	.pt-Wrap p span {
		line-height: 24px;
		box-shadow: inset 0 -3px #c1b8b1, inset 0 -4px black;
		position: relative;
		margin-right: 5px;
	}

	span.eq {
		cursor: url('images/Question_Eq@40px.png') 20 26.5, help;
		cursor: -webkit-image-set( url('images/Question_Eq@40px.png') 1x, url('images/Question_Eq@80px.png') 2x ) 20 26.5, help;
	}

	span.su {
		cursor: url('images/Question_Su@40px.png') 20 26.5, help;
		cursor: -webkit-image-set( url('images/Question_Su@40px.png') 1x, url('images/Question_Su@80px.png') 2x ) 20 26.5, help;
	}

	span.ch {
		cursor: url('images/Question_Ch@40px.png') 20 26.5, help;
		cursor: -webkit-image-set( url('images/Question_Ch@40px.png') 1x, url('images/Question_Ch@80px.png') 2x ) 20 26.5, help;
	}

	sup {
		font-size: 8px;
    line-height: 12px;
    font-family: 'roboto-mono', monospace;
    text-transform: uppercase;
    position: absolute;
    right: -9px;
    top: 0;
	}

	.col-Wrap.contact {
		margin-top: 20px;
	}

	.col-contact {
		margin-bottom: 12px;
	}

	.col-contact, .col-follow, .col-link {
		width: 50%;
	}

	.contact-form {
    padding: 0 20px;
		margin-top: 40px;
  }

	.contact-form p {
    margin: 0;
	}

	img.hov {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
		padding: 20px;
		margin: auto;
    max-width: none;
    display: block;
    width: 100%;
    height: 25%;
    z-index: 20;
		display: none;
	}

	img.hov.eq {
		background-color: #f27173;
	}

	img.hov.su {
		background-color: #009c8e;
	}

	img.hov.ch {
		background-color: #ffe800;
	}

div.wpcf7-response-output, div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0 0 30px 0px;
	padding: 0;
	font-size: 24px;
  line-height: 28px;
	border-top: 1px solid black;
	padding-top: 8px;
}

span.wpcf7-not-valid-tip {
	margin-bottom: 6px;
}

}

@media screen and (min-width: 768px) {

	.block {
		height: 100vh;
	}

	.menu-items {
		margin-top: 35vh;
		padding-top: 10px
	}

	.menu-items img {
		height: 34px;
	}

	.col-copy, .col-business {
		width: 25%;
	}

	.col-business {
    width: 50%;
  }

	.col-det {
		width: 35%;
	}

	.col-cont {
		width: 65%;
	}

	.ct-Wrap {
		clear: none;
		overflow: visible;
		margin: 0;
	}

	.cb-Wrap {
    clear: none;
    overflow: visible;
    float: right;
    width: 25%;
	}

	.col-no {
    width: 20%;
  }

	.col-stat {
    width: 80%;
		max-width: 145px;
  }

	.col-contact {
	  width: 25%;
		float: left;
	}

	.col-soc {
		float: right;
		width: 25%;
	}

	.col-follow {
		width: 35%;
		float: left;
	}

	.col-link {
		width: 65%;
		float: left;
	}

	input[type="text"], input[type="email"], input[type="url"],
	input[type="password"], input[type="search"], input[type="number"],
	input[type="tel"], input[type="range"], input[type="date"],
	input[type="month"], input[type="week"], input[type="time"],
	input[type="datetime"], input[type="datetime-local"], input[type="color"],
	button, input[type="button"], input[type="reset"], input[type="submit"],
	textarea, .pt-Wrap p, .pt-Wrap p span {
		font-size: 44px;
    line-height: 48px;
	}

	.pt-Wrap p span {
    box-shadow: inset 0 -8px #c1b8b1, inset 0 -9px black;
	}

	sup {
		font-size: 10px;
		right: -10px;
    top: 7px;
	}

	div.wpcf7-response-output, div.wpcf7-mail-sent-ok {
		font-size: 44px;
    line-height: 48px;
	}

	span.wpcf7-not-valid-tip {
		margin-bottom: 10px;
	}


}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1200px) {

}
