/*!
Theme Name: plankpad-microsite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plankpad-microsite
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.

plankpad-microsite 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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;
}

.carrent-lang-section{
	position: absolute;
	right: 20px;
	top: 20px;
}

.carrent-lang{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	letter-spacing: -0.384px;
	color: #007A8C;
	background: #FFF;
	width: 35px;
	margin: auto;
}

.simple-text-language{
	font-style: normal;
	font-weight: normal;
	font-size: 8px;
	line-height: 20px;
	/* identical to box height, or 250% */
	text-align: center;
	color: #FFFFFF;
}

.widget-area{
	display: none;
}

.widget-title{
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
}

.widget-area .language-choose{
	padding: 0;
}

.widget-area .language-choose li{
	display: block;
}

/**
 * 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;
}

@font-face {
	font-family: 'Avenir Book';
	src: local('Avenir Book'), local('Avenir-Book'),
	url('font/Avenir-Book.woff2') format('woff2'),
	url('font/Avenir-Book.woff') format('woff'),
	url('font/Avenir-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Heavy';
	src: local('Avenir Heavy'), local('Avenir-Heavy'),
	url('font/Avenir-Heavy.woff2') format('woff2'),
	url('font/Avenir-Heavy.woff') format('woff'),
	url('font/Avenir-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

html,
body {
	width: 100%;
	margin: 0;
}

body {
	font-family: 'Avenir Heavy', sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: -0.41px;
	line-height: 22px;
	font-weight: normal;
	background: #fff;
}


/**** typogra ******/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

h1 {
	font-size: 7.5vw;
	line-height: normal;
	color: #303030;
	letter-spacing: -0.45px;
	margin: 12px 0 30px 0;
	line-height: 0.82;
}

h1 span {
	font-family: 'Avenir Book', sans-serif;
	font-size: 15px;
	color: #7E7D7D;
	letter-spacing: -0.24px;
	line-height: 20px;    font-size: 4vw;
}

h2 {
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
	line-height: 33px;
	margin-top: 0;
	margin-bottom: 15px;
}


/********** main ************/
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
.btn:focus,
*:focus {
	outline: none !important;
	box-shadow: none;
}

p {
	margin-bottom: 30px;
}

.text-center {
	text-align: center;
}

.d-flex {
	display: flex;
	align-items: center;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	margin: 0;
}

* {
	box-sizing: border-box;
}

#banner .logo img{
	width: 188px;
	margin-bottom: 15px;
}

#banner .logo{
	background: #007a8c;
	padding: 15px;
	text-align: center;
}

#content h1{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #000000;
	margin: 15px 0;
}

.page-content__header{
	padding-bottom: 10px;
}

.cf-row{
	margin-bottom: 15px;
	position: relative;
}

.cf-row label{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}

input,
optgroup,
select,
textarea {
	background: #FFFFFF;
	border: 1px solid #E1E4E8;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 13px 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	min-height: 52px;
	font-size: 16px;
	font-family: 'Avenir Heavy', sans-serif;
}

input[type="submit"] {
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.24px;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	background: #007A8C;
	border-radius: 23px;
	margin: auto;
	width: 293px;
	height: 46px;
	display: block;
	line-height: 49px;
	transition: all 0.3s ease-in-out;
	padding: 0;
	font-family: 'Avenir Heavy', sans-serif;
}

input[type="submit"]:hover{
	background: #999999;
}

.radio {
	margin: 0.5rem;
}
.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.radio input[type="radio"] + .wpcf7-list-item-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #E1E4E8;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0491969);
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 0;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	pointer-events: none;
}
.radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
	background-color: #007A8C;
	padding: 0;
	box-shadow: inset 0 0 0 2px rgb(255 255 255);
}
.radio input[type="radio"]:focus + .wpcf7-list-item-label:before {
	outline: none;
	border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .wpcf7-list-item-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.radio input[type="radio"] + .wpcf7-list-item-label:empty:before {
	margin-right: 0;
}

span.wpcf7-list-item:first-child{
	margin: 0;
}

span.wpcf7-list-item {
	position: relative;
}

.cf-row__radio{
	margin-bottom: 20px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	float: left;
	padding: 5px;
}

.ui-datepicker-title select{
	min-height: 20px;
}

.cf-row img{
	position: absolute;
	right: 5px;
	background: #FFF;
	top: 36px;
	padding: 0 25px;
	pointer-events: none;
}

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.cf-row img.arrow{
	top: 44px;
}

.arrow{
	background: #FFF;
	position: absolute;
	right: 5px;
	width: 40px;
	height: 30px;
	top: 40px;
}


/********* site-main *********/



.site-main {
	margin: auto;
	width: 100%;
	max-width: 1024px;
}

/*#banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 11px 15px;
    min-height: 248px;
}*/

#banner {
	position: relative;
}

#banner h1 {
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	text-align: center;

}

#banner img {
	width: 100%;
	height: auto;
}

#content {
	background: #fff;
	border-radius: 22px 22px 0 0;
	overflow: hidden;
	margin-top: -24px;
	position: relative;
	z-index: 2;
}

#content .benefits {
	padding: 22px 14px 30px;
}

#content .connect,
#content .links-additional {
	padding: 16px 14px 15px;
}

#content .benefits,
#content .links-additional {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.list .list-item {
	margin-bottom: 10px;
	padding: 16px;
	background: #FFFFFF;
	border: 1px solid #E1E4E8;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	display: flex;
	align-items: center;
	height: 78px;
}

.connect .list .list-item,
.links-additional .list .list-item {
	justify-content: space-between;
	padding-left: 25px;
	transition: all 0.3s ease-in-out;
}

.list .list-item span.number {
	font-family: 'Bungee', cursive;
	font-size: 28.9px;
	color: #007A8C;
	display: inline-flex;
	width: 45px;
	height: 45px;
	border: 3px solid #007A8C;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	min-width: 45px;
}

.btn {
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.24px;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	background: #007A8C;
	border-radius: 23px;
	margin: auto;
	width: 293px;
	height: 46px;
	display: block;
	line-height: 49px;
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	background: #999999;
}

.list .list-item span.link {
	background: #007A8C;
	border-radius: 14px;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.24px;
	line-height: 28px;
	width: 82px;
	height: 28px;
	display: block;
	text-align: center;
	min-width: 82px;
	margin-left: 15px;
	transition: all 0.3s ease-in-out;
}

.links-additional .list .list-item img {
	margin-right: 15px;
}


.list a.list-item:hover {
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}

.list a.list-item:hover span.link {
	background: #999999;
}

/********* footer *********/

.copyright {
	color: #A4A2A2;
	font-family: 'Avenir Book', sans-serif;
	font-size: 13px;
	margin-bottom: 16px;
}

.copyright a {
	font-family: 'Avenir Book', sans-serif;
	font-size: 13px;
	color: #A4A2A2;
	letter-spacing: -0.21px;
	line-height: 20px;
	margin: 0 3px;
	transition: all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #007A8C;
}

.hide-mobile{
	display: none;
}

.widget-area{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #007a8c;
	color: #FFF;
	z-index: 9;
	text-align: center;
	padding: 30px 15px;
	left: 0;
	top: 0;
}

/********* responsive  *********/

@media only screen and (max-width: 676px) {
	.hide-mobile{
		display: block;
	}
	.hide-desc{
		display: none;
	}
}





@media only screen and (max-width: 992px) {}
