/*
 Theme Name:  OceanWP Child
 Template:    oceanwp
 Version:     1.0.0
*/

/* Your overrides go here */



.headerimage{
        position: relative;
  text-align: center;
  color: white;
}

.headertext {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[v-cloak] {
	display: none;
}

#quoteform {
        font-family: 'Proza Libre', sans-serif;
        position:relative;
        border-radius:3px;
        width:80%;
        margin: auto;
        margin-top:-300px;
        margin-bottom:50px;
  background-color: rgba(190,22,34,0.9);
  padding: 20px 30px 20px 30px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
}

label{
        color: #fff;
        font-size:14px;
}


h10{
                font-family: 'Proza Libre', sans-serif;
        font-size:34px;
        font-weight:900;
}

h11{
                font-family: 'Proza Libre', sans-serif;
        font-size:18px;
        font-weight:400;
	color:#fff;
}

input{
  			width: 100%;
 				font-size: 14px;
        color: #000;
        background-color: #fff;
        height: 40px;
        padding:10px;
}

select{
				font-size: 14px;
        height:40px;
        -webkit-appearance: none;
        padding-left:10px;
				background-color:#fff;
}

.termsandconditions{
        color:#000;
}

#summary{
        margin-top:20px;
        padding: 15px 20px 15px 20px;
        min-width: 300px;
  width: 100%;
  font-size: 14px;
        color: #000;
  			border: 1px solid #aaaaaa;
        background-color: #fff;
        border-radius: 3px;
				align-items:stretch;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
        background-color: #ffdddd;
}

select.invalid {
      background-image: url('http://taxitransfer4u.com/wp-content/uploads/2019/06/Capture.png');
}

/* Hide all steps by default: */

button {
  background-color: #000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Proza Libre', sans-serif;;
  cursor: pointer;
        margin-bottom: 10px;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
color: #fff;
background-color: rgba(64,133,255,0.0);
        text-decoration: underline;
}

#nextBtn {
color: #fff;
background-color: #000;
}

/* Make circles that indicate the steps of the form: */


.step {
  height: 10px;
  width: 10px;
        margin: 0px 2px;
  background-color: none;
  border: 1px solid #aaaaaa; 
  border-radius: 3px;
  display: inline-block;
}

.step.active {
  background-color: #000;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #213167;
}


#returnJourney>fieldset{
        margin: 0px 10px;
}

fieldset{
        border: none;
        width: 100%;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin:  0px;
        padding-top:  10px;

}

.col-20 {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-35 {
  -ms-flex: 35%; /* IE10 */
  flex: 35%;
}

.col-40 {
  -ms-flex: 40%; /* IE10 */
  flex: 40%;
}


.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
}

.col-100 {
  -ms-flex: 70%; /* IE10 */
  flex: 100%;
}

.col-20,
.col-25,
.col-35,
.col-40,
.col-24,
.col-50,
.col-75,
.col-100{
  padding: 0px 0px 0px 5px;
}
 .flexContainer{
	 display: flex;
        }


        /* Use a media query to add a break point at 950px: */
@media screen and (max-width:950px) {
.row {
    display: block;
        }
#quoteform {
        position:static;
  margin: 0px 0px 50px 0px;
        width:100%;
        }
        .headertext {
  top: 50%;
        }
h10{
        font-size:30px;
        font-weight:900;
        }
h11{
        font-size:16px;
        font-weight:400;
        }
        }
@media screen and (max-width:450px) {
.row {
    display: block;
        }
#quoteform {
        position:static;
  margin: 0px 0px 50px 0px;
        width: 100%;
        }
        .headertext {
  top: 50%;
        }
h10{
        font-size:20px;
        font-weight:900;
        }
h11{
        font-size:11px;
        }
.flexContainer {
        display: block;
        padding: 10px 10px;
        margin: 5px;
        }}

.clearboth {
        clear: both 
}

.padding{
        padding: 0px 25px 0px 0px;
}

.image-radio {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid transparent;
    margin-bottom: 0;
    outline: focus;
}
.image-radio input[type="radio"] {
    display: none;
}
.image-radio-checked {
    border-color: #fff;
        background-color: #fff;
        color: #000;
	display: block;
}

.image-radio .glyphicon {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-radio-checked .glyphicon {
  display: block !important;
}

.icon-container{
        height: 50px;
}