@tailwind base;
@tailwind components;
@tailwind utilities;

a,
button {
  transition: all .3s; }

.text-link a:hover {
  color: #66D3D4 !important; }

.single-post .post .thumbnail {
  display: none; }

/** Top Header Info */
.top-bar-info a {
  transition: all .3s; }

.top-bar-info:hover a {
  color: #66D3D4 !important; }

/** Logo */
.absolute-logo {
  position: absolute !important; }

.desk-logo img {
  width: 120px; }

/** Menu */
@media screen and (max-width: 1366px) {
  .sf-menu ul.sub-menu {
    left: unset;
    right: 0; } }

/** Map */
.footer-map .leaflet-map {
  height: 284px !important; }
  @media (min-width: 1058px) and (max-width: 1166px) {
    .footer-map .leaflet-map {
      height: 312px !important; } }
  @media (min-width: 1025px) and (max-width: 1057px) {
    .footer-map .leaflet-map {
      height: 339px !important; } }

/** Background Column */
.background-extend:before, .background-extend:after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #171956; }
  @media (min-width: 1025px) {
    .background-extend:before, .background-extend:after {
      display: none; } }

.background-extend:before {
  left: -10px; }

.background-extend:after {
  right: -10px; }

/** Override Styles */
/** Menu */
body .sf-menu.wh-menu-main li > a {
  padding: 23px 0; }

/** Teachers */
.scp-teachers .teacher .item .job-title {
  background-color: #24888A;
  color: #ffffff; }

/** Footer */
@media (max-width: 1024px) {
  .elementor-section.remove-mob-gradient {
    background-image: none !important;
    background-color: #efefef !important; } }

/* ----------------------------------- End Override ---------------------------------- */
/** Single */
.single .entry-meta .categories-links,
.single .entry-meta .author {
  display: none; }

.single .share-this .share-buttons a {
  color: #24888A; }
  .single .share-this .share-buttons a:hover {
    color: #66D3D4; }

@media (max-width: 991px) {
  .single .three.fourths {
    width: 100%; }
  .single .wh-sidebar {
    display: none; } }

@media (max-width: 767px) {
  .single .page-title {
    font-size: 28px;
    line-height: 38px; } }

/* Contact Form 7 Styles
---------------------------------*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #f5f5f5;
  color: #24888A;
  border: none;
  padding: 12px 15px;
  resize: none;
  width: 100%; }
  .wpcf7 input[type="text"]:active, .wpcf7 input[type="text"]:focus,
  .wpcf7 input[type="email"]:active,
  .wpcf7 input[type="email"]:focus,
  .wpcf7 input[type="tel"]:active,
  .wpcf7 input[type="tel"]:focus,
  .wpcf7 textarea:active,
  .wpcf7 textarea:focus {
    color: #171956; }
  .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    color: #96e2e4; }
  .wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    color: #96e2e4; }
  .wpcf7 input[type="text"]::placeholder,
  .wpcf7 input[type="email"]::placeholder,
  .wpcf7 input[type="tel"]::placeholder,
  .wpcf7 textarea::placeholder {
    color: #96e2e4; }

.wpcf7 input[type="submit"] {
  border: none;
  padding: 10px 25px; }
  .wpcf7 input[type="submit"]:focus {
    outline: none; }

.wpcf7 .propiedad input[type="text"],
.wpcf7 .propiedad input[type="email"],
.wpcf7 .propiedad input[type="tel"],
.wpcf7 .propiedad textarea {
  border: 1px solid #171956; }

.wpcf7 .wpcf7-not-valid-tip {
  color: #171956;
  font-size: .8em; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */ }

.wpcf7 form.init .wpcf7-response-output {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #171956;
  border-color: #171956;
  border-radius: 3px;
  color: #ffffff; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #24888A;
  border-color: #24888A;
  color: #A30C0A; }

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */ }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #24888A;
  border-color: #24888A;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px; }

body.login {
  background-color: #fff;
  /** Input Style */ }
  body.login #login h1 a {
    background-image: url(../img/logo.svg);
    background-size: cover;
    background-position: center;
    height: 123px;
    width: 120px; }
  body.login #login form#loginform p:not(.forgetmenot):not(.submit), body.login #login form#loginform .user-pass-wrap {
    position: relative; }
    body.login #login form#loginform p:not(.forgetmenot):not(.submit) label, body.login #login form#loginform .user-pass-wrap label {
      color: #ccc;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    body.login #login form#loginform p:not(.forgetmenot):not(.submit) input, body.login #login form#loginform .user-pass-wrap input {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0; }
      body.login #login form#loginform p:not(.forgetmenot):not(.submit) input:focus, body.login #login form#loginform .user-pass-wrap input:focus {
        outline: none;
        box-shadow: none; }
        body.login #login form#loginform p:not(.forgetmenot):not(.submit) input:focus ~ label, body.login #login form#loginform .user-pass-wrap input:focus ~ label {
          top: -20px; }
  body.login #loginform {
    border: none;
    box-shadow: none; }
