/*!
Theme Name: Rhino LP3
Theme URI: http://underscores.me/
Author: Bunny
Author URI: http://bunny.co.il
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: rhino-lp3
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.

Rhino LP3 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

--------------------------------------------------------------*/
body {
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0; }

.lp-container {
  background: url("./images/BG.jpg");
  min-height: 100vh; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5); }
  .logo svg {
    width: 20rem;
    height: auto; }

h1 {
  font-size: 2rem;
  color: #c6d7ff;
  letter-spacing: 1.15px;
  text-align: center;
  line-height: 2.2rem; }

.h1bold {
  font-style: italic;
  font-size: 2.5rem;
  color: #6570cb; }

.lp-content {
  padding: 1rem 2rem; }

.boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0; }

.advantages,
#contact-section {
  padding: 0;
  border-radius: 10px; }

.advantages {
  color: #a9bce5;
  font-size: 1.1rem;
  letter-spacing: .5px; }
  .advantages ul {
    list-style-type: square;
    padding-inline-start: 15px; }
    .advantages ul li {
      margin: 1rem 0;
      font-weight: 500; }

label {
  color: transparent; }

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column; }

input,
textarea {
  background: transparent;
  font-family: elza, sans-serif;
  border-style: none none solid none;
  border-color: #79BFDC;
  color: #79BFDC;
  border-width: 2px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  border-radius: 0; }
  input placeholder,
  textarea placeholder {
    color: #79BFDC; }

input:-internal-autofill-selected {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #79BFDC !important; }

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s; }

input[type="submit"] {
  background: #79BFDC;
  width: 100%;
  margin-top: 1rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }
  input[type="submit"]:hover {
    color: #b6dcec;
    background-color: #3ca2cc; }

.wpcf7-form p {
  margin: 0;
  line-height: 1; }

.wpcf7-form-control::-webkit-input-placeholder {
  color: #79BFDC;
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .5px; }

.wpcf7-form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #79BFDC;
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .5px; }

.wpcf7-form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #79BFDC;
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .5px; }

.wpcf7-form-control:-ms-input-placeholder {
  color: #79BFDC;
  font-family: elza, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .5px; }

.wpcf7-not-valid-tip {
  color: #EF4848;
  font-size: .9rem;
  margin-top: 0.3rem; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #EF4848;
  color: #EF4848; }

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0; }

.wpcf7 form.sent .wpcf7-response-output {
  color: #79BFDC;
  border-color: #79BFDC; }

.bottom {
  text-align: center;
  color: #85afcb;
  font-size: 1.3rem;
  letter-spacing: .5px;
  font-weight: 500;
  line-height: 1; }
  .bottom p:last-of-type {
    color: #6198BC; }

.entry-title {
  display: none; }

@media (min-width: 768px) {
  .lp-content {
    padding: 1rem 8rem; }
  h1 {
    line-height: 3.2rem; }
  .boxes {
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }
  .advantages,
  #contact-section {
    padding: 2rem 0; }
  input[type="submit"] {
    padding-top: 8px; }
  .bottom {
    line-height: .7; } }

/*# sourceMappingURL=style.css.map */