/*
Theme Name: Parkiduo Theme
Theme URI: 
Description: This is a child theme of Hello Elementor
Author: 
Author URI: 
Template: hello-elementor
Version: 1.0.6
*/

:root {
  --color-light: #FFFFFF;
  --color-dark: #273B3F;
  --color-1: #68e4dc;
  --color-form: var(--color-1);
}

@font-face {
  font-family: "themify";
  src: url("assets/fonts/themify.eot?-fvbane");
  src: url("assets/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("assets/fonts/themify.woff?-fvbane") format("woff"), url("assets/fonts/themify.ttf?-fvbane") format("truetype"), url("assets/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

p a {
  color: var(--color-1);
}

.page-content-boxed {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1020px) {
  .page-content-boxed {
    padding: 15px;
  }
}

.button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 15px 40px;
  color: var(--color-dark);
  background-color: var(--color-1);
}
.button:hover {
  color: var(--color-1);
  background-color: var(--color-dark);
}


/* HOME */

@media screen and (max-width: 1020px) {
  .home-sec__image {
    height: 50vh;
  }
}

@media screen and (min-width: 1020px) {
	.fw2col > div {
		width: 500px;
	}
	.fw2col--left > div {
		float: right;
	}
	.fw2col--right > div {
		float: left;
	}
}

@media screen and (min-width: 1020px) {

}
@media screen and (min-width: 1020px) {
	.home-duo {
		position: relative;
	}
	.home-duo:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #F5F5F5;
	}
}
.home-duo__list li {
	margin-bottom: 30px;
	list-style-type: none; 
	position: relative;
}
.home-duo__list li:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 7px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	border: 3px solid #CAD55D;
}


/* FOOTER */

.site-footer {
	padding-bottom: 100px !important;
}
.site-footer .site-navigation {
	margin: 50px 0;
}

#site-footer .social-links {
  margin-top: 50px;
}
#site-footer .social-links ul {
  list-style: none;
  padding: 0;
}
#site-footer .social-links li {
  display: inline-block;
  margin: 25px;
}
#site-footer .social-links .ti {
  color: var(--color-light);
  font-size: 25px;
}

#site-footer .address {
  margin: 20px 0 50px 0;
  color: var(--color-light);
  font-size: .85em;
}


/* WPCF7 */

.wpcf7 {
  color: var(--color-dark);
}
.wpcf7 label {
	width: 100%;
}
.wpcf7 input,
.wpcf7 input[type=email], 
.wpcf7 input[type=text], 
.wpcf7 textarea { 
  border: 2px solid var(--color-dark);
  margin-top: 10px;
}
.wpcf7-submit {
  padding: 12px 45px !important;
  background-color: var(--color-dark) !important;
  border-color: var(--color-dark) !important;
  color: var(--color-light) !important;
  
  text-transform: uppercase !important;
  width: 100%;
}
.wpcf7-submit:hover {
  background-color: var(--color-1) !important;
  border-color: var(--color-1) !important;
  color: var(--color-dark) !important;
  text-transform: uppercase !important;
  color: var(--color-dark) !important;
}



/* REGISTER FORMS */

.register {
  margin: 50px 0;
  clear: both;
  overflow: hidden;
}
  
.register-success {
  margin: 70px 0;
}

@media screen and (min-width: 1000px) {
    .register-leftcol {
        width: 25%;
        float: left;
    }
    .register-rightcol {
        width: 75%;
        float: left;
        padding-left: 40px;
    }
}
  
.register-form__section {
    background-color: #f0f0f0;
    margin-bottom: 25px; 
}
    @media screen and (max-width: 1200px) {
        .register-form__section {
            padding: 20px 20px 20px 20px; 
        } 
    }
    @media screen and (min-width: 1200px) {
        .register-form__section {
            padding: 30px 30px 20px 30px; 
        } 
    }
    .register-form__section__title {
        color: var(--color-form);
        font-size: 1.4em;
        font-weight: 500;
        margin-bottom: 20px; 
    }
    .register-form .form-row {
      clear: both;
      overflow: hidden;
      position: relative;
    }
    .register-form .form-row:not(last-child) {
        margin-bottom: 15px; 
    }
    .register-form .form-row.instructions {
        margin-bottom: 25px; 
    }
    .register-form .form-row.instructions p {
        margin: 0; 
    }
  
  .register-form label {
    margin-bottom: 10px;
  }
  .register-form input,
  .register-form select {
    border: 2px solid #d1d1d1 !important;
  }
  .register-form input[type="submit"] {
    padding: 15px 60px;
    border: none !important;
    background-color: #68e4dc;
    color: #2A4E56;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
  }
  .register-form input::placeholder {
    color: #bbb;
  }
  .register-form input.small {
    max-width: 75px; }
  
  .register-form p input {
    display: inline-block;
    margin-right: 15px; }
  
  .register-form .inline-text {
    margin-right: 10px; }
  
  .register-form .input-inline-group input {
    display: inline-block;
    margin-right: 10px; }
  
  .register-form .map-search {
    margin: 0;
    height: 40px; }
  .register-form .map-canvas-container {
    padding-bottom: 20px; }
  .register-form .map-canvas {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-top: 10px;
    border: 1px solid #d1d1d1; }


  .register-form__schedule {
    position: relative;
  }
  
  @media screen and (max-width: 1200px) {
    .register-form__section .register-form__schedule .form-row:first-child {
      border-bottom: 2px solid #ccc;
    }
    .register-form__schedule__leftcol {
      width: 100%;
    }
    .register-form__schedule__rightcol {
      width: 100%;
    }
    .register-form__schedule .h24-button {
      display: block;
      margin-top: 15px;
    }
  }
  @media screen and (min-width: 1200px) {
    .register-form__schedule__leftcol {
      width: 30%;
      float: left;
      padding-top: 8px;
    }
    .register-form__schedule__rightcol {
    }
    .register-form__schedule .h24-button {
      display: inline-block;
      margin-left: 15px;
    }
  }

  
  

  .register-form__vehicle__size {
    display: none;
    margin-top: 25px;
  }
  .register-form__vehicle__size.active {
    display: block;
  }

  .register-form__contact-info {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 42.49875em) {
    .register-form__contact-info__name {
        width: 50%;
        padding-right: 20px;
        float: left;
    } 
    .register-form__contact-info__last-name {
        width: 50%;
        float: left;
    } 
}
  @media screen and (min-width: 42.5em) {
    .register-form__contact-info__name {
      width: 40%;
      padding-right: 20px;
      float: left;
    } 
    .register-form__contact-info__last-name {
      width: 60%;
      float: left;
    } 
  }

  
  /* Customize the label (the container) */
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    min-height: 40px;
    padding-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  
  /* Create a custom checkbox */
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 2px solid #d1d1d1;
    background-color: #ffffff; }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ffffff; }
  
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid var(--color-form);
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .checkbox-sidelabel {
    position: absolute;
    width: 80%;
    top: 0px;
    left: 50px;
  }
  .checkbox-sidelabel a {


  }


  /* Customize the label (the container) */
  .radio-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  
  /* Create a custom radio button */
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #d1d1d1; }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    background-color: #fff1f8; }
  
  /* When the radio button is checked */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block; }
  
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-form); }







