/*
 Theme Name: dspstudio child
 Theme URI: https://www.dsp-studio.ro
 Author: dspstudio
 Author URI: https://www.dps-studio.ro
 Template: dspstudio
 Description: Child theme for dspstudio
 Version: 0.1
 */

 /* Text meant only for screen readers. */
 @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;900&display=swap');
body {
  background-color: #f8f8f8;
}
p {
  font-family: 'Lato', sans-serif;
}
 .home #page {
  position: relative;
  overflow: hidden;
 }
 .home #page::before {
  content: "";
  height: 620px;
  z-index: -2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50vw - 720px);
  border-radius: 0 0 100px 0;
  background-image: url('img/rent.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
 .row {
   flex-grow: 1;
 }
 .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }

  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }

  header.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    background-color: #f0c540;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(calc(50vw - 50%));
    z-index: 999;
  }
  ul#menu-top {
    display: flex;
    width: 100%;
    flex-flow: column;
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  ul#menu-top li a {
    display: block;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
  }
  ul#menu-top li a:hover {
    background-color: #00000020;
  }
  ul#menu-top li:last-child {
    /* margin-right: 0; */
  }
.menu-trigger-wrap{
  display: flex;
  justify-content: end;
  padding: 13px 0 13px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}

#menu01.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
}
  .rent-a-car {
    background-color: #f0c540;
    padding: 25px;
  }
  .cars-wrap h3 {
    color: #33496A;
    margin:50px 0;
    font-size: 2.75rem;
    font-weight: 600;
  }
  .cars-wrap {
    margin-top: 50px;
    /* background-image: url('./img/pexels-photo-358220.jpeg');
    background-position: center center;
    background-size: cover; */
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  /* .cars-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('./img/pexels-photo-358220.jpeg');
    filter: brightness(0.5);
    background-size: cover;
    background-position: center center;
  } */

.fleet {
    max-width: 1280px;
    margin: 0 auto;
}
.car {
  position: relative;
  height: 350px;
  background-color: white!important;
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  box-shadow: 0 8px 48px rgb(37 35 42 / 10%);
}
.car-stats img {
  filter: invert(1);
  margin-right: 10px;
}
.car-stats {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  padding: 15px;
  background-color: #000000c9;
  line-height: 28px;
  transition: all .4s ease;
  opacity: 0;
  font-size: 14px;
  color: #FFF;
}
.car-stats div {
  margin-bottom: 5px;
}
.car-stats div strong {
  font-size: 16px;
  line-height: 15px;
  display: block;
}
.car:hover .car-stats {
  opacity: 1;
}
.car-info a { 
  height: 100%;
  background: linear-gradient(15.02deg,#F55328 0%,#FF862B 100%);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}
.car-info a:hover { 
  opacity: .8;
}
.car-info {
  background-color: white;
  color: black;
  margin-bottom: 30px;
  box-shadow: 0 8px 48px rgb(37 35 42 / 10%);
}
.car-info .col div {
  padding: 10px 0 5px 10px;
}
.car-info h5 { 
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.fa.checked {
  color: #ffba33;
}
.reviews .col-12.col-md-6 {
  margin-bottom: 50px;
}
.reviews {
  background-color: #EBF0F4;
  color: #55656D;
}
.reviews .review {
  display: flex;
  flex-flow: column;
  height: 370px;
  padding: 30px;
  box-shadow: 0 8px 48px rgb(37 35 42 / 10%);
  background-color: #FFF;
}
time {
  font-size: 12px;
  font-weight: 400;
  color: #B6BFD7;
  text-transform: capitalize;
}
.review strong {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.728572px;
  color: #33496A;
}
.review .stars {
  margin: 1px 0 18px;
}
.review p {
  color: #55656D;
  font-size: 16px;
  line-height: 32px;
}
.review .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  padding: 24px;
  border-radius: 0 0 40px 0;
  background: linear-gradient(45deg,#F55328 0%,#FF862B 100%);
  right: 50px;
  bottom: -35px;
}
.review .icon svg {
  fill: #fff;
  max-height: 100%;
  max-width: 100%;
}
.rent-search .rezervare {
  border: 1px solid #979797;
  background-color: #FFF;
  box-shadow: 0 8px 48px rgb(37 35 42 / 10%);
}
.rent-search {
  position: relative;
  overflow: hidden;
}
.rent-search::before {
  content: "";
  z-index: -2;
  background: #f0c540;
  position: absolute;
  top: 505px;
  bottom: 0;
  left: 0;
  right: calc(50vw - 720px);
  height: 185px;
  border-radius: 0 100px 100px 0;
}
.result-info {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.result-info div {
  flex-basis: 33%;
  padding: 5px 0;
}
.continue-order a {
  transition: all .4s ease;
  background: linear-gradient(15.02deg,#F55328 0%,#FF862B 100%);
  border: 0;
  width: 100%;
  margin-top: 30px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.continue-order a:hover {
  background: linear-gradient(15.02deg,#F55328 0%,#FF862B 50%);
}
.modal-content {
  background: #f8f8f8;
}
.car-result figure {
  height: 250px;
}
figure img {
  width: 100%;
  height: auto;
}
.rent-period img {
  margin-bottom: 8px;
}
footer {
  overflow: hidden;
  position: relative;
}
footer a {
  color: #FFF;
}
footer .newsletter::before {
  background: url(img/bg-foot.png) repeat 0 0 #465b90;
  border-radius: 0 100px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: calc(50vw - 720px);
  top: 0;
  /* z-index: -2; */
}
footer .newsletter {
  color: #FFF;
  padding: 20px;
}
footer .newsletter form p {
  /* width: 100%; */
  float: left;
  display: flex;
  flex-wrap: wrap;
}
footer .newsletter span {
  width: 100%;
}
footer .newsletter ul, footer .newsletter .wpcf7-not-valid-tip, footer .newsletter .wpcf7-response-output {
  display: none;
}
footer .newsletter input {
  border: 0;
  border-radius: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 100%;
}
footer .social ul {
  display: flex;
  list-style: none;
  padding: 0;
  list-style-position: inside;
}
footer .social ul li {
 margin-right: 15px;
}
.main-footer {
  position: relative;
}
.main-footer {
  position: relative;
  padding: 73px 0;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  z-index: 1
}

.main-footer .widget-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .923077px;
  text-transform: uppercase;
  color: rgba(255,255,255,.398547)
}

.main-footer p {
  margin-bottom: 19px
}

.main-footer .address {
  font-size: 10px;
  line-height: 18px;
  max-width: 212px;
  opacity: .4;
  padding-bottom: 32px
}

.main-footer p a {
  text-decoration: underline
}

.main-footer  a:hover {
  text-decoration: none;
  color: #F65729;
}

.main-footer .extra-menu {
  padding-top: 0;
  margin-bottom: auto;
  margin-top: -10px
}

.main-footer .extra-menu li {
  padding: 0
}

.main-footer .foot-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 0;
  letter-spacing: .278571px;
  text-transform: uppercase;
  color: #FFF;
  list-style-type: none;
}

.main-footer .foot-menu li {
  padding: 10px 0
}

.main-footer .foot-menu a:hover {
  color: #F65729
}

.main-footer .col {
  width: 21.5%;
  padding-right: 20px
}

.main-footer .col:nth-child(2) {
  width: 20.8%
}

.main-footer .col:nth-child(3) {
  width: 14.6%
}

.main-footer .col:nth-child(4) {
  width: 14.8%
}

.main-footer .logo {
  width: 90px;
  display: block;
  margin-top: -2px;
  margin-bottom: 24px
}
.footer-contact .box {
  margin: 0 0 30px
}

.footer-contact .box:last-child {
  margin: 0
}

.footer-contact .box h3 {
  color: rgba(255,255,255,.398547);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .923077px;
  line-height: 125%;
  margin: 0 0 15px;
  text-transform: uppercase
}

.footer-contact .box ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-contact .box ul li {
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 11px;
  line-height: 190%;
  list-style: none;
  margin: 0;
  /* padding: 0 0 0 22px */
}

.main-footer::before {
  content: "";
    z-index: -2;
    background: #1E3162;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50vw - 720px);
}
.short-about {
  background-color:#FFF;
  position: relative;
}
.short-about-img {
  position: absolute;
  left: -50px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 100%;
}
.how-works {
  background-color: #FFF;
}
.how-works figure {
  padding: 30px;
  background-color: #F6572920;
  border: 6px solid #FFF;
  box-shadow: 0 0 20px rgb(37 35 42 / 20%);
  border-radius: 10px;
}
.how-works svg {
  fill: #F55328;
}
.how-works .data-ridicare figure {
  background-color: #F65729;
  border: 6px solid #F65729;
}
.how-works .data-ridicare svg {
  fill: #FFF;
}
.translate {
  position: absolute;
  top: 98px;
  left: 0;
  transform: translate(calc(50vw - 50%));
}
.page-id-15 article .entry-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .page .site-main {
    margin-top: 100px;
  }
  .translate {
    top: 25px;
    right: 35px;
    left: initial;
    transform: none;
  }
  footer .newsletter input {
    width: 180px;
  }
  footer .newsletter p {
  }
  footer .newsletter span {
    width: initial;
  }
  ul#menu-top {
    flex-flow: row;
    text-transform: uppercase;
  }
  ul#menu-top li {
    margin-right: 15px;
  }
  ul#menu-top li:last-child {
    /* margin-left: auto; */
    /* margin-right: 8px; */
  }
  ul#menu-top li a:hover {
    background: none;
    text-decoration: underline;
  }
  header.site-header {
    border-radius: 0 0 30px 30px;
    background-color: #FFF;
  }
  .rent-search::before {
    height: 80px;
    top: 330px
  }
}
@media screen and (min-width: 1680px) {

}

/*Question*/
.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}


.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0;
}
.wp-block-column figure {
  padding-left: 1em;
}

.page-id-19 h1.entry-title {
  text-align: center;
  margin-bottom: 50px;
}
.page-id-19 .wp-block-columns .wp-block-column {
  width: 33%;
  text-align: center;
}
.page-id-19 .wp-block-columns .wp-block-column svg {
  width: 64px;
  margin: 15px;
  fill: #F55328;
}
.page-id-19 .page-id-19 .wpcf7-submit {
  background-color: #F55328;
  color: white;
}
.page-id-19 .page-id-19 .wpcf7-response-output {
  flex-basis: 100%;
}
.page-id-19 .wpcf7 {
  width: 100%;
  background-color: white;
  padding: 40px;
  margin: 50px 0;
}
.page-id-19 .wpcf7 label {
  width: 100%;
}
.page-id-19 .wpcf7 input, .page-id-19 .wpcf7 textarea {
  border: 1px solid #e4ecf2;
  width: 100%;
  padding: 15px;
}
.page-id-19 .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
}
.page-id-19 .wpcf7 form p {
  flex-basis: 50%;
  margin: 0;
}
.page-id-19 .wpcf7 form p:nth-last-child(3) {
  flex-basis: 100%;
}
.page-id-19 .wpcf7 form p:nth-last-child(2) {
  flex-basis: 250px;
}
.page-id-19 .wpcf7 form p label {
  padding: 0 5px;
}