/*!
Theme Name: corpsite
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: corpsite
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.

corpsite 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 ========================================================================== */

header {
  z-index: 10000;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-not-valid {
  border: 2px solid #ff4d4f !important;
  box-shadow: none;
  outline: none;
}

.wpcf7 form input,
.wpcf7 form textarea {
  transition: border-color 0.3s ease;
}

textarea {
  resize: none;
}

.switcher-languages li {
  margin: 0 0 5px 0 !important;
}

.switcher-languages ul {
  border-radius: 15px !important;
}

.tell-me .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

footer .copyright div {
  display: flex !important;
  margin-left: auto !important;
}

.notfound_page.container-small {
  min-height: 43vh;
}

#tell-me-wrapper {
  height: 0;
}

#tell-me-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
#tell-me-box.static {
  position: static;
  box-shadow: none;
}

.service-box a:hover {
  color: #fff !important;
}
.current span {
  width: auto;
  display: inline-flex;
}
.tariff-item .wrap-phone {
  background: none;
}
.tariff-item .wrap-phone::before {
  content: '';
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 10px;
}
.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
  border-radius: 20px 0 0 20px !important;
  width: 48px !important;
}
.selected-dial-code {
  display: none !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type='tel'],
.intl-tel-input.separate-dial-code.allow-dropdown input[type='text'] {
  padding-left: 55px !important;
}
.tariff-item {
  overflow: visible;
}
.intl-tel-input ul.country-list {
  max-width: 270px;
  overflow-x: hidden;
}
#tell-me-box {
  display: none;
}
.tariff-item .wrap-phone {
  margin-bottom: 39px;
}

@media (max-width: 576px) {
  #wpcf7-f207-o2 form label,
  #wpcf7-f207-o1 form label,
  #wpcf7-f360-o2 form label,
  #wpcf7-f360-o1 form label {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  #wpcf7-f207-o2 .custom-radio,
  #wpcf7-f207-o1 .custom-radio,
  #wpcf7-f360-o2 .custom-radio,
  #wpcf7-f360-o1 .custom-radio {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  #wpcf7-f207-o2 .wpcf7-list-item,
  #wpcf7-f207-o1 .wpcf7-list-item,
  #wpcf7-f360-o2 .wpcf7-list-item,
  #wpcf7-f360-o1 .wpcf7-list-item {
    width: 100% !important;
  }
}

.is-fixed {
  position: fixed;
  top: 100px;
}
.is-absolute {
  position: absolute;
  bottom: 0;
  top: auto;
}

.tell-me input[type='tel'] {
  background: #fff;
  border-color: #3e4ab4;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  padding-right: 200px;
  margin: 0;
}

#wpcf7-f207-o2 form textarea,
#wpcf7-f360-o2 form textarea,
#wpcf7-f207-o1 form textarea,
#wpcf7-f360-o1 form textarea {
  min-height: 185px;
}

.tariff-item .wrap-phone input {
  padding-left: 15px !important;
}
